Searched refs:ifh (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/tools/tools/ansify/
H A Dansify.pl39 my $ifh = shift;
45 while (<$ifh>) {
53 while (<$ifh>) {
/freebsd-10.3-release/sys/fs/cd9660/
H A Dcd9660_vnops.c820 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;
828 * This intentionally uses sizeof(ifh) in order to not copy stack
831 memcpy(ap->a_fhp, &ifh, sizeof(ifh));
835 ifh.ifid_ino, ifh.ifid_start);
H A Dcd9660_vfsops.c599 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) {
/freebsd-10.3-release/tools/tools/kdrv/
H A DKernelDriver880 set ifh [open $ksrc$f r];
884 while {[gets $ifh line] >= 0} {
898 close $ifh;

Completed in 109 milliseconds