| /trueos/sys/netgraph/ |
| HD | ng_cisco.c | 348 struct protoent *pep; in cisco_rcvdata() local 353 if ((pep = NG_HOOK_PRIVATE(hook)) == NULL) in cisco_rcvdata() 357 if (pep->af == 0xffff) in cisco_rcvdata() 373 switch (pep->af) { in cisco_rcvdata() 423 struct protoent *pep; in cisco_disconnect() local 426 if ((pep = NG_HOOK_PRIVATE(hook))) { in cisco_disconnect() 427 pep->hook = NULL; in cisco_disconnect() 428 if (pep->af == 0xffff) in cisco_disconnect() 448 struct protoent *pep; in cisco_input() local 548 pep = &sc->inet; in cisco_input() [all …]
|
| /trueos/sys/contrib/ngatm/netnatm/api/ |
| HD | cc_data.c | 121 struct atm_exstatus_ep **pep, struct atm_exstatus_port **pport, in cc_get_extended_status() argument 155 *pep = CCMALLOC(sizeof(**pep) * status->neps); in cc_get_extended_status() 160 if (*pep == NULL || *pport == NULL || in cc_get_extended_status() 162 CCFREE(*pep); in cc_get_extended_status() 169 eep = *pep; in cc_get_extended_status()
|
| /trueos/contrib/binutils/ld/emulparams/ |
| HD | i386pep.sh | 2 SCRIPT_NAME=pep 5 TEMPLATE_NAME=pep
|
| /trueos/libexec/rpc.rwalld/ |
| HD | rwalld.c | 76 struct passwd *pep = getpwnam("nobody"); in main() local 77 if (pep) in main() 78 setuid(pep->pw_uid); in main()
|
| /trueos/contrib/binutils/ld/po/ |
| HD | POTFILES.in | 31 pep-dll.c 32 pep-dll.h
|
| /trueos/sys/dev/ct/ |
| HD | ct.c | 697 struct ct_err *pep; in ct_phase_error() local 703 pep = &ct_cmderr[scsi_status & BSR_PM]; in ct_phase_error() 704 slp->sl_error |= pep->pe_err; in ct_phase_error() 705 if ((pep->pe_err & PARITYERR) != 0) in ct_phase_error() 713 msg = pep->pe_errmsg; in ct_phase_error() 718 if (pep->pe_msg != NULL) in ct_phase_error() 721 pep->pe_msg); in ct_phase_error() 725 if (pep->pe_done != 0) in ct_phase_error()
|
| /trueos/gnu/usr.bin/binutils/libbfd/ |
| HD | Makefile.amd64 | 27 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
|
| HD | Makefile.ia64 | 32 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
|
| /trueos/contrib/binutils/ld/emultempl/ |
| HD | pep.em | 71 #include "pep-dll.h" 100 static struct internal_extra_pe_aouthdr pep; 228 {"enable-extra-pep-debug", no_argument, NULL, OPTION_ENABLE_EXTRA_PE_DEBUG}, 251 #define D(field,symbol,def) {&pep.field,sizeof(pep.field), def, symbol,0} 325 …fprintf (file, _(" --enable-extra-pep-debug Enable verbose debug output when building\… 707 if (pep.FileAlignment > pep.SectionAlignment) 736 /* pep-dll.c directly accesses pep_data_import_dll, 959 pe_data (output_bfd)->pe_opthdr = pep; 1269 pep.ImageBase = 1275 exp_assop ('=', "__image_base__", exp_intop (pep.ImageBase)); [all …]
|
| /trueos/sys/dev/usb/controller/ |
| HD | xhci.c | 181 xhci_dump_endpoint(struct xhci_softc *sc, struct xhci_endp_ctx *pep) in xhci_dump_endpoint() argument 183 DPRINTFN(5, "pep = %p\n", pep); in xhci_dump_endpoint() 184 DPRINTFN(5, "dwEpCtx0=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx0)); in xhci_dump_endpoint() 185 DPRINTFN(5, "dwEpCtx1=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx1)); in xhci_dump_endpoint() 186 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)xhci_ctx_get_le64(sc, &pep->qwEpCtx2)); in xhci_dump_endpoint() 187 DPRINTFN(5, "dwEpCtx4=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx4)); in xhci_dump_endpoint() 188 DPRINTFN(5, "dwEpCtx5=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx5)); in xhci_dump_endpoint() 189 DPRINTFN(5, "dwEpCtx6=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx6)); in xhci_dump_endpoint() 190 DPRINTFN(5, "dwEpCtx7=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx7)); in xhci_dump_endpoint()
|
| /trueos/contrib/binutils/ld/scripttempl/ |
| HD | pep.sc | 135 See pep.em:sort_sections. */
|
| /trueos/contrib/binutils/ld/ |
| HD | Makefile.am | 427 pep-dll.o 431 mri.c ldcref.c pe-dll.c pep-dll.c 435 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h 1152 $(srcdir)/emultempl/pep.em $(srcdir)/scripttempl/pep.sc ${GEN_DEPENDS} 2030 pep-dll.o: pep-dll.c pe-dll.c sysdep.h config.h $(INCDIR)/fopen-same.h \ 2036 pep-dll.h
|
| HD | Makefile.in | 677 pep-dll.o 681 mri.c ldcref.c pe-dll.c pep-dll.c 685 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h 1984 $(srcdir)/emultempl/pep.em $(srcdir)/scripttempl/pep.sc ${GEN_DEPENDS} 2823 pep-dll.o: pep-dll.c pe-dll.c sysdep.h config.h $(INCDIR)/fopen-same.h \ 2829 pep-dll.h
|
| HD | ChangeLog-2006 | 316 * pep-dll.c: Add target specific shared object handling. 317 * pep-dll.h: Add target specific definitions for shared object handling. 319 * emultempl/pep.em: Add new emulation file for target x86_64 coff. 321 * scripttempl/pep.sc: Add linker script template for target x86_64 coff.
|
| HD | ChangeLog | 685 * pep-dll.h (pep_bfd_is_dll): Add prototype. 700 * pep-dll.c (pe_bfd_is_dll): Define.
|
| HD | configure.tgt | 263 targ_extra_ofiles="deffilep.o pep-dll.o" ;;
|
| /trueos/contrib/binutils/gas/ |
| HD | ChangeLog-2006 | 547 * config/te-pep.h: Add new target definition header.
|
| /trueos/games/fortune/datfiles/ |
| HD | fortunes | 20359 sugar is for pep. They put in the rum so that people will know what to do 20360 with all that pep and vitality.
|
| /trueos/share/dict/ |
| HD | web2 | 142052 pep
|