Searched refs:epp (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/kernel/ |
D | exec_domain.c | 141 struct exec_domain **epp; in unregister_exec_domain() local 143 epp = &exec_domains; in unregister_exec_domain() 145 for (epp = &exec_domains; *epp; epp = &(*epp)->next) { in unregister_exec_domain() 146 if (ep == *epp) in unregister_exec_domain() 153 *epp = ep->next; in unregister_exec_domain()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irixelf.c | 431 struct elf_phdr *epp, in look_for_irix_interpreter() argument 439 for(i = 0; i < pnum; i++, epp++) { in look_for_irix_interpreter() 440 if (epp->p_type != PT_INTERP) in look_for_irix_interpreter() 447 *name = (char *) kmalloc((epp->p_filesz + in look_for_irix_interpreter() 454 retval = kernel_read(bprm->file, epp->p_offset, (*name + 16), in look_for_irix_interpreter() 455 epp->p_filesz); in look_for_irix_interpreter() 489 static inline void map_executable(struct file *fp, struct elf_phdr *epp, int pnum, in map_executable() argument 498 for(i = 0; i < pnum; i++, epp++) { in map_executable() 499 if(epp->p_type != PT_LOAD) in map_executable() 503 prot = (epp->p_flags & PF_R) ? PROT_READ : 0; in map_executable() [all …]
|
/linux-2.4.37.9/net/sctp/ |
D | input.c | 320 struct sctp_endpoint **epp, in sctp_err_lookup() argument 332 *app = NULL; *epp = NULL; *tpp = NULL; in sctp_err_lookup() 376 *epp = ep; in sctp_err_lookup() 565 struct sctp_ep_common **epp; in __sctp_hash_endpoint() local 575 epp = &head->chain; in __sctp_hash_endpoint() 576 epb->next = *epp; in __sctp_hash_endpoint() 578 (*epp)->pprev = &epb->next; in __sctp_hash_endpoint() 579 *epp = epb; in __sctp_hash_endpoint() 580 epb->pprev = epp; in __sctp_hash_endpoint() 654 struct sctp_ep_common **epp; in __sctp_hash_established() local [all …]
|
/linux-2.4.37.9/Documentation/i2c/ |
D | summary | 69 i2c-pcf-epp: PCF8584 on a EPP parallel port (uses i2c-algo-pcf) (BROKEN - missing i2c-pcf-epp.h)
|
/linux-2.4.37.9/drivers/net/hamradio/ |
D | Config.in | 19 dep_tristate 'BAYCOM epp driver for AX.25' CONFIG_BAYCOM_EPP $CONFIG_PARPORT $CONFIG_AX25
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | w9966.txt | 16 modprobe w9966.o pardev=parport0(or whatever) parmode=0 (0=auto, 1=ecp, 2=epp)
|