Searched refs:ifh (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/tools/tools/ansify/ |
| HD | ansify.pl | 39 my $ifh = shift; 45 while (<$ifh>) { 53 while (<$ifh>) {
|
| /NextBSD/sys/fs/cd9660/ |
| HD | cd9660_vnops.c | 820 struct ifid ifh; local 823 ifh.ifid_len = sizeof(struct ifid); 825 ifh.ifid_ino = ip->i_number; 826 ifh.ifid_start = ip->iso_start; 831 memcpy(ap->a_fhp, &ifh, sizeof(ifh)); 835 ifh.ifid_ino, ifh.ifid_start);
|
| HD | cd9660_vfsops.c | 599 struct ifid ifh; local 604 memcpy(&ifh, fhp, sizeof(ifh)); 608 ifh.ifid_ino, ifh.ifid_start); 611 if ((error = VFS_VGET(mp, ifh.ifid_ino, LK_EXCLUSIVE, &nvp)) != 0) {
|
| /NextBSD/sys/net/ |
| HD | if.c | 3926 if_bpfmtap(if_t ifh, struct mbuf *m) in if_bpfmtap() argument 3928 struct ifnet *ifp = (struct ifnet *)ifh; in if_bpfmtap() 3934 if_etherbpfmtap(if_t ifh, struct mbuf *m) in if_etherbpfmtap() argument 3936 struct ifnet *ifp = (struct ifnet *)ifh; in if_etherbpfmtap() 3942 if_vlancap(if_t ifh) in if_vlancap() argument 3944 struct ifnet *ifp = (struct ifnet *)ifh; in if_vlancap() 3987 drbr_inuse_drv(if_t ifh, struct buf_ring *br) in drbr_inuse_drv() argument 3989 return drbr_inuse(ifh, br); in drbr_inuse_drv() 3993 drbr_dequeue_drv(if_t ifh, struct buf_ring *br) in drbr_dequeue_drv() argument 3995 return drbr_dequeue(ifh, br); in drbr_dequeue_drv() [all …]
|
| /NextBSD/tools/tools/kdrv/ |
| HD | KernelDriver | 880 set ifh [open $ksrc$f r]; 884 while {[gets $ifh line] >= 0} { 898 close $ifh;
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ChangeLog-0001 | 2846 2000-06-05 Michael Matz <matz@ifh.de>
|