Home
last modified time | relevance | path

Searched refs:pep (Results 1 – 19 of 19) sorted by relevance

/trueos/sys/netgraph/
HDng_cisco.c348 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/
HDcc_data.c121 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/
HDi386pep.sh2 SCRIPT_NAME=pep
5 TEMPLATE_NAME=pep
/trueos/libexec/rpc.rwalld/
HDrwalld.c76 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/
HDPOTFILES.in31 pep-dll.c
32 pep-dll.h
/trueos/sys/dev/ct/
HDct.c697 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/
HDMakefile.amd6427 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
HDMakefile.ia6432 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
/trueos/contrib/binutils/ld/emultempl/
HDpep.em71 #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/
HDxhci.c181 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/
HDpep.sc135 See pep.em:sort_sections. */
/trueos/contrib/binutils/ld/
HDMakefile.am427 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
HDMakefile.in677 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
HDChangeLog-2006316 * 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.
HDChangeLog685 * pep-dll.h (pep_bfd_is_dll): Add prototype.
700 * pep-dll.c (pe_bfd_is_dll): Define.
HDconfigure.tgt263 targ_extra_ofiles="deffilep.o pep-dll.o" ;;
/trueos/contrib/binutils/gas/
HDChangeLog-2006547 * config/te-pep.h: Add new target definition header.
/trueos/games/fortune/datfiles/
HDfortunes20359 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/
HDweb2142052 pep