/titanic_44/usr/src/uts/intel/hid/ |
H A D | Makefile | 39 MODULE = hid 125 $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/hid.wlcmd warlock_ddi.files 126 $(WARLOCK) -c $(WLCMD_DIR)/hid.wlcmd $(WARLOCK_OUT) \ 130 %.ll: $(UTSBASE)/common/io/usb/clients/hid/%.c \ 131 $(UTSBASE)/common/sys/usb/clients/hid/hidvar.h
|
/titanic_44/usr/src/uts/sparc/hid/ |
H A D | Makefile | 42 MODULE = hid 124 $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/hid.wlcmd warlock_ddi.files 125 $(WARLOCK) -c $(WLCMD_DIR)/hid.wlcmd $(WARLOCK_OUT) \ 129 %.ll: $(UTSBASE)/common/io/usb/clients/hid/%.c \ 130 $(UTSBASE)/common/sys/usb/clients/hid/hidvar.h
|
/titanic_44/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cq.c | 200 ibt_cq_handler_id_t hid) in ibt_modify_cq() argument 203 usec, hid); in ibt_modify_cq() 206 ibt_cq->cq_ibc_cq_hdl, count, usec, hid)); in ibt_modify_cq() 267 ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs) in ibt_query_cq_handler_id() argument 270 hca_hdl, hid, attrs); in ibt_query_cq_handler_id() 273 IBTL_HCA2CIHCA(hca_hdl), hid, attrs)); in ibt_query_cq_handler_id()
|
/titanic_44/usr/src/cmd/clinfo/ |
H A D | clinfo.c | 50 nodeid_t nid, hid; in main() local 79 if (_cladm(CL_CONFIG, CL_HIGHEST_NODEID, &hid) != 0) { in main() 84 (void) printf("%s%u\n", cp, hid); in main()
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cq.h | 156 #define HERMON_HID_TO_EQNUM(state, hid) \ argument 157 ((state)->hs_rsvd_eqs + (hid) - 1) 159 #define HERMON_HID_VALID(state, hid) \ argument 160 ((uint_t)((hid) - 1) < (state)->hs_intrmsi_allocd) 275 uint_t count, uint_t usec, ibt_cq_handler_id_t hid, uint_t sleepflag);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-header-header-usb.mf | 39 dir path=usr/include/sys/usb/clients/hid 49 file path=usr/include/sys/usb/clients/hid/hid.h
|
H A D | driver-usb.mf | 63 driver name=hid alias=usbif,class3 perms="* 0600 root sys" 78 file path=kernel/drv/$(ARCH64)/hid group=sys 102 file path=usr/share/man/man7d/hid.7d
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | Makefile.syshdrs | 143 usb/clients/hid/%.check: usb/clients/hid/%.h 227 $(ROOTDIR)/usb/clients/hid \ 307 ROOTUSBHIDHDRS = $(USBHIDHDRS:%=$(ROOTDIR)/usb/clients/hid/%) 448 $(ROOTDIR)/usb/clients/hid/%: usb/clients/hid/%
|
H A D | hotkey_drv.h | 51 char hid[ID_LEN]; /* ACPI HardwareId */ member
|
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 787 cmn_err(lev, "%s.%s: %s", devp->hid, devp->uid, in acpi_drv_printf() 824 err = nvlist_add_string(attr_list, PWRCTL_DEV_HID, devp->hid); in acpi_drv_gen_sysevent() 876 ev, devp->hid, devp->uid, val); in acpi_drv_gen_sysevent() 1562 p->hid[0] = 0; in acpi_drv_obj_init() 1564 (void) strlcpy(p->hid, info->HardwareId.String, ID_LEN); in acpi_drv_obj_init() 1583 if (strcmp(p->hid, ACPI_DEVNAME_CBAT) == 0) { in acpi_drv_obj_init() 1604 } else if (strcmp(p->hid, ACPI_DEVNAME_AC) == 0) { in acpi_drv_obj_init() 1617 } else if (strcmp(p->hid, ACPI_DEVNAME_LID) == 0) { in acpi_drv_obj_init() 1635 p->hid, p->uid); in acpi_drv_obj_init() 2067 p->hid[0] = 0; in acpi_drv_dev_init() [all …]
|
/titanic_44/usr/src/cmd/login/ |
H A D | logindevperm.sh | 70 /dev/vt/console_user 0600 /dev/usb/hid[0-9]+ # hid devices should have the same permission with con…
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1270 int sta, hid, bbn; in acpica_find_pcibus_walker() local 1286 if (ACPI_FAILURE(acpica_eval_hid(hdl, "_HID", &hid)) || in acpica_find_pcibus_walker() 1287 (hid != HID_PCI_BUS && hid != HID_PCI_EXPRESS_BUS)) { in acpica_find_pcibus_walker() 1349 int sta, hid, bbn; in acpica_query_bbn_walker() local 1364 if (ACPI_FAILURE(acpica_eval_hid(hdl, "_HID", &hid)) || in acpica_query_bbn_walker() 1365 (hid != HID_PCI_BUS && hid != HID_PCI_EXPRESS_BUS)) { in acpica_query_bbn_walker() 1742 int acpi_devfn, hid; in scan_d2a_subtree() local
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | hid_with_usba.wlcmd | 156 ### specify the hid root functions 177 ### thread functions in hid module
|
/titanic_44/usr/src/uts/common/io/ |
H A D | power.c | 713 char hid[9] = "\0"; in power_gen_sysevent() local 726 (void) strlcpy(hid, "PNP0C0C", sizeof (hid)); in power_gen_sysevent() 730 err = nvlist_add_string(attr_list, PWRCTL_DEV_HID, hid); in power_gen_sysevent()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | mp_platform_common.c | 610 uchar_t hid; in acpi_probe() local 887 hid = (uchar_t)(id >> 24); in acpi_probe() 889 if (hid != apic_io_id[i]) { in acpi_probe() 891 apic_io_id[i] = hid; in acpi_probe() 1080 uchar_t hid; in apic_parse_mpct() local 1201 hid = (uchar_t)(id >> 24); in apic_parse_mpct() 1203 if (hid != apic_io_id[apic_io_max]) { in apic_parse_mpct() 1205 apic_io_id[apic_io_max] = hid; in apic_parse_mpct()
|
/titanic_44/usr/src/cmd/sendmail/libmilter/ |
H A 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;
|
/titanic_44/usr/src/uts/intel/warlock/ |
H A D | Makefile | 70 @cd ../hid; $(MAKE) clean; $(MAKE) warlock
|
/titanic_44/usr/src/uts/sparc/warlock/ |
H A D | Makefile | 69 @cd ../hid; $(MAKE) clean; $(MAKE) warlock
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 790 uint_t count, uint_t usec, ibt_cq_handler_id_t hid, uint_t sleepflag) in hermon_cq_modify() argument 816 if (hid && (hid - 1 != cq->cq_eqnum)) { in hermon_cq_modify() 818 cqc_entry.c_eqn = HERMON_HID_TO_EQNUM(state, hid); in hermon_cq_modify() 831 cq->cq_eqnum = hid - 1; in hermon_cq_modify()
|
H A D | hermon_ci.c | 956 uint_t usec, ibt_cq_handler_id_t hid) in hermon_ci_modify_cq() argument 967 status = hermon_cq_modify(state, cqhdl, count, usec, hid, in hermon_ci_modify_cq() 1009 ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs) in hermon_ci_query_cq_handler_id() argument 1014 if (!HERMON_HID_VALID(state, hid)) in hermon_ci_query_cq_handler_id() 1019 attrs->cha_ih = state->hs_intrmsi_hdl[hid - 1]; in hermon_ci_query_cq_handler_id()
|
/titanic_44/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibci.h | 256 uint_t count, uint_t usec, ibt_cq_handler_id_t hid); 262 ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs);
|
H A D | ibti_common.h | 1138 ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs); 1153 ibt_cq_handler_id_t hid);
|
/titanic_44/usr/src/man/man7d/ |
H A D | Makefile | 59 hid.7d \
|
/titanic_44/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 276 DRV_KMODS += hid hubd ehci ohci uhci usb_mid usb_ia scsa2usb usbprn ugen
|
/titanic_44/usr/src/uts/intel/ |
H A D | Makefile.intel | 461 DRV_KMODS += hid
|