Home
last modified time | relevance | path

Searched refs:hid (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c99 hotinline_desc_t *hid; in smap_reloc_resolve() local
111 hid = kobj_alloc(sizeof (hotinline_desc_t), KM_WAIT); in smap_reloc_resolve()
113 hid->hid_symname = kobj_alloc(symlen, KM_WAIT); in smap_reloc_resolve()
114 bcopy(symname, hid->hid_symname, symlen); in smap_reloc_resolve()
120 hid->hid_instr_offset = (uintptr_t)instr - 1; in smap_reloc_resolve()
121 hid->hid_next = mp->hi_calls; in smap_reloc_resolve()
122 mp->hi_calls = hid; in smap_reloc_resolve()
124 memset((void *)hid->hid_instr_offset, NOP_INSTR, SMAP_NOPS); in smap_reloc_resolve()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cq.c200 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()
/illumos-gate/usr/src/cmd/clinfo/
H A Dclinfo.c53 nodeid_t nid, hid; in main() local
82 if (_cladm(CL_CONFIG, CL_HIGHEST_NODEID, &hid) != 0) { in main()
87 (void) printf("%s%u\n", cp, hid); in main()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h156 #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);
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c247 } hid; member
304 sc->hid.protocol = 1; /* REPORT protocol */ in umouse_init()
524 if (sc->hid.feature == UF_DEVICE_REMOTE_WAKEUP) in umouse_request()
563 sc->hid.feature = 0; in umouse_request()
569 sc->hid.feature = UF_DEVICE_REMOTE_WAKEUP; in umouse_request()
624 *udata = sc->hid.idle; in umouse_request()
633 *udata = sc->hid.protocol; in umouse_request()
645 sc->hid.idle = UGETW(xfer->ureq->wValue) >> 8; in umouse_request()
647 sc->hid.idle)); in umouse_request()
651 sc->hid.protocol = UGETW(xfer->ureq->wValue) >> 8; in umouse_request()
[all …]
H A Dacpi_device.h31 const char *hid; member
H A Dacpi_device.c196 dsdt_line(" Name (_HID, \"%s\")", dev->emul->hid); in acpi_device_write_dsdt()
H A Dtpm_device.c107 .hid = TPM_ACPI_HARDWARE_ID,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c1458 hotinline_smap(hotinline_desc_t *hid) in hotinline_smap() argument
1463 if (strcmp(hid->hid_symname, "smap_enable") == 0) { in hotinline_smap()
1464 bcopy(clac_instr, (void *)hid->hid_instr_offset, in hotinline_smap()
1466 } else if (strcmp(hid->hid_symname, "smap_disable") == 0) { in hotinline_smap()
1467 bcopy(stac_instr, (void *)hid->hid_instr_offset, in hotinline_smap()
1479 for (hotinline_desc_t *hid = mp->hi_calls; hid != NULL; in do_hotinlines() local
1480 hid = hid->hid_next) { in do_hotinlines()
1482 hotinline_smap(hid); in do_hotinlines()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header-header-usb.p5m39 dir path=usr/include/sys/usb/clients/hid
40 file path=usr/include/sys/usb/clients/hid/hid.h
H A Ddriver-usb.p5m50 file path=kernel/drv/$(ARCH64)/hid group=sys
99 file path=usr/share/man/man4d/hid.4d
255 driver name=hid perms="* 0600 root sys" alias=usbif,class3
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile.syshdrs147 usb/clients/hid/%.check: usb/clients/hid/%.h
231 $(ROOTDIR)/usb/clients/hid \
313 ROOTUSBHIDHDRS = $(USBHIDHDRS:%=$(ROOTDIR)/usb/clients/hid/%)
454 $(ROOTDIR)/usb/clients/hid/%: usb/clients/hid/%
H A Dhotkey_drv.h51 char hid[ID_LEN]; /* ACPI HardwareId */ member
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c757 cmn_err(lev, "%s.%s: %s", devp->hid, devp->uid, in acpi_drv_printf()
794 err = nvlist_add_string(attr_list, PWRCTL_DEV_HID, devp->hid); in acpi_drv_gen_sysevent()
846 ev, devp->hid, devp->uid, val); in acpi_drv_gen_sysevent()
1535 p->hid[0] = 0; in acpi_drv_obj_init()
1537 (void) strlcpy(p->hid, info->HardwareId.String, ID_LEN); in acpi_drv_obj_init()
1556 if (strcmp(p->hid, ACPI_DEVNAME_CBAT) == 0) { in acpi_drv_obj_init()
1634 } else if (strcmp(p->hid, ACPI_DEVNAME_AC) == 0) { in acpi_drv_obj_init()
1654 } else if (strcmp(p->hid, ACPI_DEVNAME_LID) == 0) { in acpi_drv_obj_init()
1678 p->hid, p->uid); in acpi_drv_obj_init()
2090 p->hid[0] = 0; in acpi_drv_dev_init()
[all …]
/illumos-gate/usr/src/uts/intel/hid/
H A DMakefile39 MODULE = hid
/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh70 /dev/vt/console_user 0600 /dev/usb/hid[0-9]+ # hid devices should have the same permission with con…
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1338 int sta, hid, bbn; in acpica_find_pcibus_walker() local
1354 if (ACPI_FAILURE(acpica_eval_hid(hdl, "_HID", &hid)) || in acpica_find_pcibus_walker()
1355 (hid != HID_PCI_BUS && hid != HID_PCI_EXPRESS_BUS)) { in acpica_find_pcibus_walker()
1417 int sta, hid, bbn; in acpica_query_bbn_walker() local
1432 if (ACPI_FAILURE(acpica_eval_hid(hdl, "_HID", &hid)) || in acpica_query_bbn_walker()
1433 (hid != HID_PCI_BUS && hid != HID_PCI_EXPRESS_BUS)) { in acpica_query_bbn_walker()
1810 int acpi_devfn, hid; in scan_d2a_subtree() local
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c662 uchar_t hid; in acpi_probe() local
948 hid = (uchar_t)(id >> 24); in acpi_probe()
949 PRM_DEBUG(hid); in acpi_probe()
951 if (hid != apic_io_id[i]) { in acpi_probe()
953 apic_io_id[i] = hid; in acpi_probe()
1150 uchar_t hid; in apic_parse_mpct() local
1266 hid = (uchar_t)(id >> 24); in apic_parse_mpct()
1268 if (hid != apic_io_id[apic_io_max]) { in apic_parse_mpct()
1270 apic_io_id[apic_io_max] = hid; in apic_parse_mpct()
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c713 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()
/illumos-gate/usr/src/cmd/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;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c790 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 Dhermon_ci.c956 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()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h256 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);
/illumos-gate/usr/src/man/man4d/
H A DMakefile66 hid.4d \
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2167 hotinline_desc_t *hid, *next; in free_module_data() local
2178 hid = mp->hi_calls; in free_module_data()
2179 while (hid != NULL) { in free_module_data()
2180 next = hid->hid_next; in free_module_data()
2181 kobj_free(hid->hid_symname, strlen(hid->hid_symname) + 1); in free_module_data()
2182 kobj_free(hid, sizeof (hotinline_desc_t)); in free_module_data()
2183 hid = next; in free_module_data()

12