Searched refs:hid (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Didprom.c100 } hid; local
107 hid.c[0] = idp->idp_machtype;
108 hid.c[1] = idp->idp_serialnum[0];
109 hid.c[2] = idp->idp_serialnum[1];
110 hid.c[3] = idp->idp_serialnum[2];
111 return (hid.l);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Didprom.c102 } hid; local
109 hid.c[0] = idp->idp_machtype;
110 hid.c[1] = idp->idp_serialnum[0];
111 hid.c[2] = idp->idp_serialnum[1];
112 hid.c[3] = idp->idp_serialnum[2];
113 return (hid.l);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Didprom.c104 } hid; local
111 hid.c[0] = idp->idp_machtype;
112 hid.c[1] = idp->idp_serialnum[0];
113 hid.c[2] = idp->idp_serialnum[1];
114 hid.c[3] = idp->idp_serialnum[2];
115 return (hid.l);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/oea/
H A DMakefile6 hid.h hid_601.h \
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dcrypto.c307 u_int32_t hid, lid; local
323 for (hid = 0; hid < crypto_drivers_num; hid++) {
328 if (crypto_drivers[hid].cc_newsession == NULL ||
329 (crypto_drivers[hid].cc_flags & CRYPTOCAP_F_CLEANUP))
334 (crypto_drivers[hid].cc_flags & CRYPTOCAP_F_SOFTWARE))
338 (crypto_drivers[hid].cc_flags & CRYPTOCAP_F_SOFTWARE) == 0)
343 if (crypto_drivers[hid].cc_alg[cr->cri_alg] == 0) {
359 lid = hid; /* Pas
384 u_int32_t hid; local
484 crypto_checkdriver(u_int32_t hid) argument
719 u_int32_t hid = CRYPTO_SESID2HID(crp->crp_sid); local
836 u_int32_t hid; local
911 u_int32_t hid; local
1140 int hid, kalg, feat = 0; local
1187 u_int32_t hid = CRYPTO_SESID2HID(crp->crp_sid); local
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/dev/wip/libukbd/
H A DMakefile12 SRCS+= hid.c uhidev.c uhid.c
/netbsd-6-1-5-RELEASE/sys/rump/dev/wip/libums/
H A DMakefile11 SRCS+= hid.c uhidev.c uhid.c
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/pmppc/
H A Dpmppc_locore.S52 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dcmds.c213 uint32_t hid, sid; local
216 memcpy(&hid, enq.me_hardware_id, sizeof(hid));
219 printf(" Hardware ID\t\t\t0x%08x\n", le32toh(hid));
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/sandpoint/
H A Dlocore.S52 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/ibmnws/
H A Dlocore.S49 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_main.c91 uint32_t hid = 0; local
99 siz = sizeof(hid);
100 sysctl(mib, 2, &hid, &siz, NULL, 0);
105 DEB(1, ("Host Name: <%s>, Host ID: %u\n", snp.InitiatorAlias, hid));
114 "iqn.1994-04.org.netbsd:iscsi.%s:%u", snp.InitiatorAlias, hid);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Ddig64.h121 uint32_t hid; member in struct:dig64_acpi_spec
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/ev64260/
H A Dev64260_locore.S53 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sys/arch/amigappc/amigappc/
H A Dlocore.S55 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusbdi_util.c378 usb_hid_descriptor_t *hid; local
386 hid = usbd_get_hid_descriptor(ifc);
387 if (hid == NULL)
389 *sizep = UGETW(hid->descrs[0].wDescriptorLength);
/netbsd-6-1-5-RELEASE/sbin/newfs_msdos/
H A Dnewfs_msdos.c125 u_int8_t hid[4]; /* hidden sectors */ member in struct:bsbpb
169 u_int hid; /* hidden sectors */ member in struct:bpb
410 bpb.hid = opt_o;
597 bpb.mid = !bpb.hid ? 0xf0 : 0xf8;
600 if (bpb.hid + bpb.bsec <= MAXU16) {
676 mk4(bsbpb->hid, bpb.hid);
874 printf(" spt=%u hds=%u hid=%u", bpb->spt, bpb->hds, bpb->hid);
/netbsd-6-1-5-RELEASE/usr.bin/usbhidaction/
H A Dusbhidaction.c407 docmd(struct command *cmd, int value, const char *hid, int argc, char **argv) argument
433 (void)strncpy(q, hid, len);
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi.c988 const char *hid, *uid; local
994 hid = di->HardwareId.String;
1007 if ((di->Valid & ACPI_VALID_HID) == 0 || hid == NULL)
1010 aprint_normal("%s (%s) ", ad->ad_name, hid);
1011 acpi_print_dev(hid);
1019 if ((di->Valid & ACPI_VALID_HID) != 0 && hid != NULL) {
1021 aprint_normal(", %s", hid);
/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtms.c82 #include <dev/usb/hid.h>
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/ofppc/
H A Dcpu.c49 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dentry.S7 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Dcpu.c50 #include <powerpc/oea/hid.h>
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A Dxxboot.ahdi.S63 .word 0 | hid
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/xxboot/fdboot/
H A Dfdboot.S63 .word 0 | hid

Completed in 284 milliseconds

12