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

/freebsd-9.3-release/sys/powerpc/aim/
H A Dmp_cpudep.c40 #include <machine/hid.h>
167 register_t hid; local
169 hid = mfspr(SPR_HID0);
170 if (hid & HID0_DCE)
171 return (hid);
174 hid |= HID0_DCE;
176 mtspr(SPR_HID0, hid | HID0_DCFI);
179 return (hid);
185 register_t hid; local
187 hid
[all...]
H A Dmachdep.c113 #include <machine/hid.h>
H A Dmmu_oea64.c150 #include <machine/hid.h>
/freebsd-9.3-release/usr.sbin/bluetooth/bthidcontrol/
H A DMakefile8 SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
/freebsd-9.3-release/usr.sbin/bluetooth/bthidd/
H A DMakefile7 SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
/freebsd-9.3-release/sys/opencrypto/
H A Dcrypto.c302 crypto_checkdriver(u_int32_t hid) argument
306 return (hid >= crypto_drivers_num ? NULL : &crypto_drivers[hid]);
340 int match, hid; local
353 for (hid = 0; hid < crypto_drivers_num; hid++) {
354 cap = &crypto_drivers[hid];
392 u_int32_t hid, lid; local
416 hid
449 u_int32_t hid; local
576 crypto_find_device_byhid(int hid) argument
586 crypto_getcaps(int hid) argument
784 u_int32_t hid; local
869 int match, hid; local
1199 int hid, kalg, feat = 0; local
1245 u_int32_t hid; local
1454 int hid; local
[all...]
H A Dcryptodev.h389 extern device_t crypto_find_device_byhid(int hid);
390 extern int crypto_getcaps(int hid);
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dgdb_machdep.c41 #include <machine/hid.h>
H A Dcpu.c72 #include <machine/hid.h>
393 register_t hid; local
395 hid = mfspr(SPR_HID0);
397 printf("L1 I-cache %sabled, ", (hid & HID0_ICE) ? "en" : "dis");
398 printf("L1 D-cache %sabled\n", (hid & HID0_DCE) ? "en" : "dis");
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_hid.c1 /* $NetBSD: hid.c,v 1.17 2001/11/13 06:24:53 lukem Exp $ */
811 struct usb_hid_descriptor *hid; local
817 hid = hid_get_descriptor_from_usb
820 if (hid == NULL) {
823 *sizep = UGETW(hid->descrs[0].wDescriptorLength);
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dplatform_ps3.c44 #include <machine/hid.h>
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlistener.c339 unsigned long hid = INADDR_NONE; local
348 (hid = inet_addr(&at[1])) != INADDR_NONE)
350 addr.sin.sin_addr.s_addr = hid;
/freebsd-9.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c466 docmd(struct command *cmd, int value, const char *hid, int argc, char **argv) argument
492 strncpy(q, hid, len);
/freebsd-9.3-release/sys/powerpc/booke/
H A Dplatform_bare.c40 #include <machine/hid.h>
H A Dmachdep.c126 #include <machine/hid.h>
H A Dlocore.S32 #include <machine/hid.h>
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dplatform_powermac.c43 #include <machine/hid.h>
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpivar.h352 BOOLEAN acpi_MatchHid(ACPI_HANDLE h, const char *hid);
H A Dacpi.c2123 acpi_MatchHid(ACPI_HANDLE h, const char *hid) argument
2129 if (hid == NULL || h == NULL ||
2135 strcmp(hid, devinfo->HardwareId.String) == 0)
2139 if (strcmp(hid, devinfo->CompatibleIdList.Ids[i].String) == 0) {
/freebsd-9.3-release/sys/kern/
H A Dkern_jail.c541 unsigned long hid; local
783 hid = hid32;
786 error = vfs_copyopt(opts, "host.hostid", &hid, sizeof(hid));
1684 pr->pr_hostid = hid;
1702 tpr->pr_hostid = hid;
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c2263 unsigned long hid = INADDR_NONE; local
2275 (hid = inet_addr(&host[1])) != INADDR_NONE)
2278 addr.sin.sin_addr.s_addr = hid;
H A Dmilter.c900 unsigned long hid = INADDR_NONE; local
909 (hid = inet_addr(&at[1])) != INADDR_NONE)
911 addr.sin.sin_addr.s_addr = hid;
H A Dmap.c7680 unsigned long hid = INADDR_NONE; local
7689 (hid = inet_addr(&at[1])) != INADDR_NONE)
7691 addr.sin.sin_addr.s_addr = hid;
/freebsd-9.3-release/sys/dev/mly/
H A Dmlyreg.h148 u_int8_t hid[32]; /* HID (one bit for each host) */ member in struct:mly_lun_map

Completed in 384 milliseconds