/netbsd-src/sys/net/ |
H A D | if_ieee1394subr.c | 258 struct ieee1394_fraghdr *ifh; in ieee1394_fragment() local 277 ifh = mtod(m0, struct ieee1394_fraghdr *); in ieee1394_fragment() 278 ifh->ifh_ft_size = htons(IEEE1394_FT_MORE | (totlen - 1)); in ieee1394_fragment() 279 ifh->ifh_etype_off = etype; in ieee1394_fragment() 280 ifh->ifh_dgl = htons(ic->ic_dgl); in ieee1394_fragment() 281 ifh->ifh_reserved = 0; in ieee1394_fragment() 293 ifh = mtod(m, struct ieee1394_fraghdr *); in ieee1394_fragment() 294 ifh->ifh_ft_size = in ieee1394_fragment() 296 ifh->ifh_etype_off = htons(off); in ieee1394_fragment() 297 ifh->ifh_dgl = htons(ic->ic_dgl); in ieee1394_fragment() [all …]
|
/netbsd-src/sys/fs/cd9660/ |
H A D | cd9660_vfsops.c | 711 struct ifid ifh; in cd9660_fhtovp() local 716 if (fhp->fid_len != sizeof(ifh)) in cd9660_fhtovp() 719 memcpy(&ifh, fhp, sizeof(ifh)); in cd9660_fhtovp() 722 ifh.ifid_ino, ifh.ifid_start); in cd9660_fhtovp() 725 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) { in cd9660_fhtovp() 913 struct ifid ifh; in cd9660_vptofh() local 921 memset(&ifh, 0, sizeof(ifh)); in cd9660_vptofh() 922 ifh.ifid_len = sizeof(struct ifid); in cd9660_vptofh() 923 ifh.ifid_ino = ip->i_number; in cd9660_vptofh() 925 ifh.ifid_start = ip->iso_start; in cd9660_vptofh() [all …]
|
/netbsd-src/sys/fs/filecorefs/ |
H A D | filecore_vfsops.c | 527 struct ifid ifh; in filecore_fhtovp() local 535 memcpy(&ifh, fhp, sizeof(ifh)); in filecore_fhtovp() 536 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) { in filecore_fhtovp() 583 struct ifid ifh; in filecore_vptofh() local 589 memset(&ifh, 0, sizeof(ifh)); in filecore_vptofh() 590 ifh.ifid_len = sizeof(struct ifid); in filecore_vptofh() 591 ifh.ifid_ino = ip->i_number; in filecore_vptofh() 592 memcpy(fhp, &ifh, sizeof(ifh)); in filecore_vptofh()
|
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
H A D | ofh.t | 26 open my $ifh, '<', $of->filename or die "open($of): $!"; 29 { local $/; $t = <$ifh> } 30 close $ifh;
|
/netbsd-src/sys/fs/adosfs/ |
H A D | advfsops.c | 695 struct ifid ifh; in adosfs_fhtovp() local 709 memcpy(&ifh, fhp, sizeof(ifh)); in adosfs_fhtovp() 711 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) { in adosfs_fhtovp() 731 struct ifid ifh; in adosfs_vptofh() local 739 memset(&ifh, 0, sizeof(ifh)); in adosfs_vptofh() 740 ifh.ifid_len = sizeof(struct ifid); in adosfs_vptofh() 741 ifh.ifid_ino = ap->block; in adosfs_vptofh() 742 ifh.ifid_start = ap->block; in adosfs_vptofh() 743 memcpy(fhp, &ifh, sizeof(ifh)); in adosfs_vptofh()
|
/netbsd-src/sys/dev/usb/ |
H A D | uhso.c | 460 struct usbd_interface *ifh; in uhso_attach() local 500 status = usbd_device2interface_handle(sc->sc_udev, i, &ifh); in uhso_attach() 517 uhso_mux_attach(sc, ifh, UHSOPORT(spec)); in uhso_attach() 520 uhso_bulk_attach(sc, ifh, UHSOPORT(spec)); in uhso_attach() 523 uhso_ifnet_attach(sc, ifh, UHSOPORT(spec)); in uhso_attach() 589 struct usbd_interface *ifh; in uhso_switch_mode() local 594 status = usbd_device2interface_handle(udev, 0, &ifh); in uhso_switch_mode() 598 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT); in uhso_switch_mode() 602 status = usbd_open_pipe(ifh, ed->bEndpointAddress, 0, &pipe); in uhso_switch_mode() 690 uhso_get_endpoint(struct usbd_interface *ifh, int type, int dir) in uhso_get_endpoint() argument [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
H A D | ChangeLog | 22 2000-04-05 Michael Matz <matz@ifh.de>
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-0001 | 2846 2000-06-05 Michael Matz <matz@ifh.de>
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-0001 | 2846 2000-06-05 Michael Matz <matz@ifh.de>
|