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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp_impl.h48 * ddi_hp_cn_handle_t
56 } ddi_hp_cn_handle_t; typedef in typeref:struct:ddi_hp_cn_handle
135 ddi_hp_cn_handle_t *ddihp_cn_name_to_handle(dev_info_t *dip, char *cn_name);
136 int ddihp_cn_getstate(ddi_hp_cn_handle_t *hdlp);
137 int ddihp_port_ops(ddi_hp_cn_handle_t *hdlp, ddi_hp_op_t op,
139 int ddihp_connector_ops(ddi_hp_cn_handle_t *hdlp,
141 void ddihp_cn_gen_sysevent(ddi_hp_cn_handle_t *hdlp,
143 int ddihp_cn_unregister(ddi_hp_cn_handle_t *hdlp);

Completed in 77 milliseconds