HomeSort by relevance Sort by last modified time
    Searched refs:thdl (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
topo_gather.c 102 topo_hdl_t *thdl; local
115 thdl = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
116 if (topo_fmri_nvl2str(thdl, dupfmri, &buf, &err) != 0) {
117 fmd_hdl_topo_rele(hdl, thdl);
121 fmd_hdl_topo_rele(hdl, thdl);
126 topo_hdl_strfree(thdl, buf);
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
wa.c 804 wusb_wa_rpipe_hdl_t *thdl; local
813 thdl = &wa_data->wa_rpipe_hdl[i];
814 mutex_enter(&thdl->rp_mutex);
815 if (thdl->rp_state != WA_RPIPE_STATE_FREE) {
816 mutex_exit(&thdl->rp_mutex);
822 rp_type = (thdl->rp_descr.bmCharacteristics &
825 thdl->rp_refcnt++;
826 thdl->rp_state = WA_RPIPE_STATE_IDLE;
827 thdl->rp_avail_reqs = thdl->rp_descr.wRequests
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
cms.c 263 cmi_hdl_t thdl = (cmi_hdl_t)arg1; local
267 if (cms_cpu_match(thdl, whdl, match)) {
cmi.c 283 cmi_hdl_t thdl = (cmi_hdl_t)arg1; local
287 if (cmi_cpu_match(thdl, whdl, match)) {
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
fru_data.c 922 create_packet_table(picl_nodehdl_t seghdl, picl_prophdl_t *thdl)
949 *thdl = tblhdl;
    [all...]

Completed in 120 milliseconds