| /freebsd-9-stable/sys/powerpc/aim/ |
| D | mp_cpudep.c | 167 register_t hid; in mpc74xx_l1d_enable() local 169 hid = mfspr(SPR_HID0); in mpc74xx_l1d_enable() 170 if (hid & HID0_DCE) in mpc74xx_l1d_enable() 171 return (hid); in mpc74xx_l1d_enable() 174 hid |= HID0_DCE; in mpc74xx_l1d_enable() 176 mtspr(SPR_HID0, hid | HID0_DCFI); in mpc74xx_l1d_enable() 179 return (hid); in mpc74xx_l1d_enable() 185 register_t hid; in mpc74xx_l1i_enable() local 187 hid = mfspr(SPR_HID0); in mpc74xx_l1i_enable() 188 if (hid & HID0_ICE) in mpc74xx_l1i_enable() [all …]
|
| /freebsd-9-stable/sys/opencrypto/ |
| D | crypto.c | 302 crypto_checkdriver(u_int32_t hid) in crypto_checkdriver() argument 306 return (hid >= crypto_drivers_num ? NULL : &crypto_drivers[hid]); in crypto_checkdriver() 340 int match, hid; in crypto_select_driver() local 353 for (hid = 0; hid < crypto_drivers_num; hid++) { in crypto_select_driver() 354 cap = &crypto_drivers[hid]; in crypto_select_driver() 392 u_int32_t hid, lid; in crypto_newsession() local 416 hid = cap - crypto_drivers; in crypto_newsession() 417 lid = hid; /* Pass the driver ID. */ in crypto_newsession() 421 | (hid & 0x00ffffff); in crypto_newsession() 449 u_int32_t hid; in crypto_freesession() local [all …]
|
| D | cryptodev.h | 389 extern device_t crypto_find_device_byhid(int hid); 390 extern int crypto_getcaps(int hid);
|
| /freebsd-9-stable/etc/bluetooth/ |
| D | protocols | 16 hid-control 17 HID-Control # Human Interface Device (control) 17 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
|
| /freebsd-9-stable/sys/powerpc/powerpc/ |
| D | cpu.c | 393 register_t hid; in cpu_6xx_print_cacheinfo() local 395 hid = mfspr(SPR_HID0); in cpu_6xx_print_cacheinfo() 397 printf("L1 I-cache %sabled, ", (hid & HID0_ICE) ? "en" : "dis"); in cpu_6xx_print_cacheinfo() 398 printf("L1 D-cache %sabled\n", (hid & HID0_DCE) ? "en" : "dis"); in cpu_6xx_print_cacheinfo()
|
| /freebsd-9-stable/usr.sbin/bluetooth/bthidd/ |
| D | Makefile | 7 SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
|
| /freebsd-9-stable/usr.sbin/bluetooth/bthidcontrol/ |
| D | Makefile | 8 SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
|
| /freebsd-9-stable/sys/dev/usb/ |
| D | usb_hid.c | 812 struct usb_hid_descriptor *hid; in usbd_req_get_hid_desc() local 818 hid = hid_get_descriptor_from_usb in usbd_req_get_hid_desc() 821 if (hid == NULL) { in usbd_req_get_hid_desc() 824 *sizep = UGETW(hid->descrs[0].wDescriptorLength); in usbd_req_get_hid_desc()
|
| /freebsd-9-stable/contrib/sendmail/libmilter/ |
| D | listener.c | 339 unsigned long hid = INADDR_NONE; local 348 (hid = inet_addr(&at[1])) != INADDR_NONE) 350 addr.sin.sin_addr.s_addr = hid;
|
| /freebsd-9-stable/usr.bin/usbhidaction/ |
| D | usbhidaction.c | 464 docmd(struct command *cmd, int value, const char *hid, int argc, char **argv) in docmd() argument 490 strncpy(q, hid, len); in docmd()
|
| /freebsd-9-stable/sys/dev/acpica/ |
| D | acpivar.h | 352 BOOLEAN acpi_MatchHid(ACPI_HANDLE h, const char *hid);
|
| D | acpi.c | 2132 acpi_MatchHid(ACPI_HANDLE h, const char *hid) in acpi_MatchHid() argument 2138 if (hid == NULL || h == NULL || in acpi_MatchHid() 2144 strcmp(hid, devinfo->HardwareId.String) == 0) in acpi_MatchHid() 2148 if (strcmp(hid, devinfo->CompatibleIdList.Ids[i].String) == 0) { in acpi_MatchHid()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_jail.c | 541 unsigned long hid; in kern_jail_set() local 783 hid = hid32; in kern_jail_set() 786 error = vfs_copyopt(opts, "host.hostid", &hid, sizeof(hid)); in kern_jail_set() 1687 pr->pr_hostid = hid; in kern_jail_set() 1705 tpr->pr_hostid = hid; in kern_jail_set()
|
| /freebsd-9-stable/contrib/groff/contrib/mm/examples/ |
| D | IND | 873 hid 1925 hid 2970 hid 4015 hid
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | daemon.c | 2266 unsigned long hid = INADDR_NONE; local 2278 (hid = inet_addr(&host[1])) != INADDR_NONE) 2281 addr.sin.sin_addr.s_addr = hid;
|
| D | milter.c | 900 unsigned long hid = INADDR_NONE; local 909 (hid = inet_addr(&at[1])) != INADDR_NONE) 911 addr.sin.sin_addr.s_addr = hid;
|
| D | map.c | 7693 unsigned long hid = INADDR_NONE; local 7702 (hid = inet_addr(&at[1])) != INADDR_NONE) 7704 addr.sin.sin_addr.s_addr = hid;
|
| /freebsd-9-stable/sys/dev/mly/ |
| D | mlyreg.h | 148 u_int8_t hid[32]; /* HID (one bit for each host) */ member
|
| /freebsd-9-stable/games/fortune/datfiles/ |
| D | gerrold.limerick | 245 He hid things that were stolen
|
| D | zippy | 133 Awright, which one of you hid my PENIS ENVY?
|
| D | fortunes | 5883 Yet golden treasure inside is hid. 10102 And went off and hid 23317 It hid, I thought, beneath my chair 33839 Nature and nature's laws lay hid in night, 48626 because inmates sometimes missed roll-call or hid, but usually came back 50337 This is the palpable verbal haze that hid the flaw that lay in... 53615 Now I don't blame him 'cause he ran and hid,
|
| /freebsd-9-stable/ |
| D | ObsoleteFiles.inc | 972 OLD_FILES+=usr/include/legacy/dev/usb/hid.h 1101 OLD_FILES+=usr/include/dev/usb/hid.h
|
| /freebsd-9-stable/share/dict/ |
| D | web2a | 33733 long-hid 37033 night-hid 51924 self-hid 64352 thunder-hid 69770 veil-hid 70393 vizard-hid 72843 wheat-hid
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 8930 *) Fix the RSA header declarations that hid a bug I fixed in 0.9.0b but
|