Searched refs:pif (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_priq.c127 struct priq_if *pif; local
135 pif = malloc(sizeof(struct priq_if), M_DEVBUF, M_WAITOK|M_ZERO);
136 if (pif == NULL)
138 pif->pif_bandwidth = a->ifbandwidth;
139 pif->pif_maxpri = -1;
140 pif->pif_ifq = &ifp->if_snd;
143 a->altq_disc = pif;
151 struct priq_if *pif; local
153 if ((pif = a->altq_disc) == NULL)
157 (void)priq_clear_interface(pif);
166 struct priq_if *pif; local
193 struct priq_if *pif; local
208 struct priq_if *pif; local
236 priq_clear_interface(struct priq_if *pif) argument
257 struct priq_if *pif = (struct priq_if *)ifq->altq_disc; local
269 priq_purge(struct priq_if *pif) argument
283 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) argument
395 struct priq_if *pif; local
443 struct priq_if *pif = (struct priq_if *)ifq->altq_disc; local
500 struct priq_if *pif = (struct priq_if *)ifq->altq_disc; local
613 clh_to_clp(struct priq_if *pif, u_int32_t chandle) argument
635 struct priq_if *pif; local
652 priq_detach(struct priq_if *pif) argument
689 struct priq_if *pif; local
711 struct priq_if *pif; local
808 struct priq_if *pif; local
832 struct priq_if *pif; local
850 struct priq_if *pif; local
876 struct priq_if *pif; local
891 struct priq_if *pif; local
924 struct priq_if *pif; local
940 struct priq_if *pif; local
952 struct priq_if *pif; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr46620.c13 unsigned char pif : 5; member in struct:PCT
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c51 unsigned *pif, unsigned *punit);
52 static void get_current_scsi_interface(unsigned *pif, unsigned *punit);
77 lookupif(const char *name, unsigned *pif, unsigned *punit) argument
104 *pif = hatable[u].id;
114 get_current_scsi_interface(unsigned *pif, unsigned *punit) argument
128 *pif = X68K_BOOT_SCSIIF_SPC;
132 *pif = X68K_BOOT_SCSIIF_MHA;
136 *pif = X68K_BOOT_SCSIIF_SPC;
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetifaddrs.c64 getifaddrs(struct ifaddrs **pif)
86 _DIAGASSERT(pif != NULL);
165 *pif = NULL;
289 *pif = ifa;
291 *pif = NULL;
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dparse.c527 const struct piface *pif = (const struct piface *)p; local
540 if (match_setenv(im, om, pif->pif_key, o) == -1)
733 struct piface *pif; local
735 if ((pif = calloc(sizeof(*pif), 1)) == NULL)
738 pif->pif_parser.p_methods = &piface_methods;
739 pif->pif_parser.p_exec = pexec;
740 pif->pif_parser.p_name = name;
741 pif->pif_parser.p_nextparser = defnext;
743 pif
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dhppa-tdep.c2528 #define pif(FLD) if (u->FLD) printf_unfiltered (" "#FLD);
2531 pif (Cannot_unwind);
2532 pif (Millicode);
2533 pif (Millicode_save_sr0);
2534 pif (Entry_SR);
2535 pif (Args_stored);
2536 pif (Variable_Frame);
2537 pif (Separate_Package_Body);
2538 pif (Frame_Extension_Millicode);
2539 pif (Stack_Overflow_Chec
2525 #define pif macro
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntpd.h112 #define latoa(pif) localaddrtoa(pif)

Completed in 259 milliseconds