Home
last modified time | relevance | path

Searched refs:thdl (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c102 topo_hdl_t *thdl; in dm_fmri_to_diskmon() local
115 thdl = fmd_hdl_topo_hold(hdl, TOPO_VERSION); in dm_fmri_to_diskmon()
116 if (topo_fmri_nvl2str(thdl, dupfmri, &buf, &err) != 0) { in dm_fmri_to_diskmon()
117 fmd_hdl_topo_rele(hdl, thdl); in dm_fmri_to_diskmon()
121 fmd_hdl_topo_rele(hdl, thdl); in dm_fmri_to_diskmon()
126 topo_hdl_strfree(thdl, buf); in dm_fmri_to_diskmon()
/titanic_50/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c681 ACPI_HANDLE thdl; in acpidev_dr_get_board_name() local
692 for (thdl = hdl; thdl != NULL; ) { in acpidev_dr_get_board_name()
693 dhdl = acpidev_data_get_handle(thdl); in acpidev_dr_get_board_name()
696 "associated with %p.", thdl); in acpidev_dr_get_board_name()
704 "not hotplug capable.", thdl); in acpidev_dr_get_board_name()
710 "in the FAILED state.", thdl); in acpidev_dr_get_board_name()
725 thdl = NULL; in acpidev_dr_get_board_name()
726 } else if (ACPI_FAILURE(AcpiGetParent(thdl, &thdl))) { in acpidev_dr_get_board_name()
727 thdl = NULL; in acpidev_dr_get_board_name()
1864 ACPI_HANDLE phdl, thdl; in acpidev_dr_probe_dependent() local
[all …]
/titanic_50/usr/src/uts/i86pc/os/
H A Dcms.c266 cmi_hdl_t thdl = (cmi_hdl_t)arg1; in cms_search_list_cb() local
270 if (cms_cpu_match(thdl, whdl, match)) { in cms_search_list_cb()
H A Dcmi.c286 cmi_hdl_t thdl = (cmi_hdl_t)arg1; in cmi_search_list_cb() local
290 if (cmi_cpu_match(thdl, whdl, match)) { in cmi_search_list_cb()
H A Dcmi_hw.c1698 cmi_hdl_impl_t *thdl = IMPLHDL(hdl); in cmi_ntv_hwdisable_mce() local
1699 cpu_t *cp = HDLPRIV(thdl); in cmi_ntv_hwdisable_mce()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c922 create_packet_table(picl_nodehdl_t seghdl, picl_prophdl_t *thdl) in create_packet_table() argument
949 *thdl = tblhdl; in create_packet_table()