Searched defs:hid (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/clinfo/
H A Dclinfo.c53 nodeid_t nid, hid; local
82 if (_cladm(CL_CONFIG, CL_HIGHEST_NODEID, &hid) != 0) {
87 (void) printf("%s%u\n", cp, hid);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cq.c200 ibt_cq_handler_id_t hid)
203 usec, hid);
206 ibt_cq->cq_ibc_cq_hdl, count, usec, hid));
267 ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs)
270 hca_hdl, hid, attrs);
273 IBTL_HCA2CIHCA(hca_hdl), hid, attrs));
199 ibt_modify_cq(ibt_cq_hdl_t ibt_cq, uint_t count, uint_t usec, ibt_cq_handler_id_t hid) argument
266 ibt_query_cq_handler_id(ibt_hca_hdl_t hca_hdl, ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dhotkey_drv.h51 char hid[ID_LEN]; /* ACPI HardwareId */ member in struct:acpi_drv_dev
/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/cmd/sendmail/src/
H A Ddaemon.c2260 unsigned long hid = INADDR_NONE; local
2272 (hid = inet_addr(&host[1])) != INADDR_NONE)
2275 addr.sin.sin_addr.s_addr = hid;
H A Dmilter.c895 unsigned long hid = INADDR_NONE; local
904 (hid = inet_addr(&at[1])) != INADDR_NONE)
906 addr.sin.sin_addr.s_addr = hid;
H A Dmap.c7601 unsigned long hid = INADDR_NONE; local
7610 (hid = inet_addr(&at[1])) != INADDR_NONE)
7612 addr.sin.sin_addr.s_addr = hid;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c264 IBTF_DPRINTF_L2("cqalloc", "hid: eqn %d", cq->cq_eqnum);
790 uint_t count, uint_t usec, ibt_cq_handler_id_t hid, uint_t sleepflag)
816 if (hid && (hid - 1 != cq->cq_eqnum)) {
818 cqc_entry.c_eqn = HERMON_HID_TO_EQNUM(state, hid);
831 cq->cq_eqnum = hid - 1;
789 hermon_cq_modify(hermon_state_t *state, hermon_cqhdl_t cq, uint_t count, uint_t usec, ibt_cq_handler_id_t hid, uint_t sleepflag) argument
H A Dhermon_ci.c956 uint_t usec, ibt_cq_handler_id_t hid)
967 status = hermon_cq_modify(state, cqhdl, count, usec, hid,
1009 ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs)
1014 if (!HERMON_HID_VALID(state, hid))
1019 attrs->cha_ih = state->hs_intrmsi_hdl[hid - 1];
955 hermon_ci_modify_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, uint_t count, uint_t usec, ibt_cq_handler_id_t hid) argument
1008 hermon_ci_query_cq_handler_id(ibc_hca_hdl_t hca, ibt_cq_handler_id_t hid, ibt_cq_handler_attr_t *attrs) argument
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c713 char hid[9] = "\0"; local
726 (void) strlcpy(hid, "PNP0C0C", sizeof (hid));
730 err = nvlist_add_string(attr_list, PWRCTL_DEV_HID, hid);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c1319 uint_t count, uint_t usec, ibt_cq_handler_id_t hid)
1318 tavor_ci_modify_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, uint_t count, uint_t usec, ibt_cq_handler_id_t hid) argument
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c1730 uint32_t hid = 0; local
1959 hid = slu->slu_host_id;
1962 if (stmf_scsilib_uniq_lu_id2(slu->slu_company_id, hid,
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c607 uchar_t hid; local
892 hid = (uchar_t)(id >> 24);
894 if (hid != apic_io_id[i]) {
896 apic_io_id[i] = hid;
1079 uchar_t hid; local
1200 hid = (uchar_t)(id >> 24);
1202 if (hid != apic_io_id[apic_io_max]) {
1204 apic_io_id[apic_io_max] = hid;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1263 int sta, hid, bbn; local
1279 if (ACPI_FAILURE(acpica_eval_hid(hdl, "_HID", &hid)) ||
1280 (hid != HID_PCI_BUS && hid != HID_PCI_EXPRESS_BUS)) {
1342 int sta, hid, bbn; local
1357 if (ACPI_FAILURE(acpica_eval_hid(hdl, "_HID", &hid)) ||
1358 (hid != HID_PCI_BUS && hid != HID_PCI_EXPRESS_BUS)) {
1735 int acpi_devfn, hid; local
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c5698 int hid = (int)host_id; local
5716 if (hid == 0 && !localetheraddr((struct ether_addr *)NULL, &mac)) {
5717 hid = BE_32((int)zone_get_hostid(NULL));
5719 if (hid != 0) {
5720 e[0] = (hid >> 24) & 0xff;
5721 e[1] = (hid >> 16) & 0xff;
5722 e[2] = (hid >> 8) & 0xff;
5723 e[3] = hid & 0xff;

Completed in 177 milliseconds