Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c311 ddi_hp_cn_handle_t *hdlp; in ddihp_modctl()
412 ddihp_cn_getstate(ddi_hp_cn_handle_t *hdlp) in ddihp_cn_getstate()
447 ddihp_cn_unregister(ddi_hp_cn_handle_t *hdlp) in ddihp_cn_unregister()
470 kmem_free(hdlp, sizeof (ddi_hp_cn_handle_t)); in ddihp_cn_unregister()
478 ddi_hp_cn_handle_t *
481 ddi_hp_cn_handle_t *hdlp; in ddihp_cn_name_to_handle()
663 ddihp_cn_gen_sysevent(ddi_hp_cn_handle_t *hdlp, in ddihp_cn_gen_sysevent()
990 ddi_hp_cn_handle_t *h; in ddihp_cn_change_children_state()
1082 ddihp_port_change_state(ddi_hp_cn_handle_t *hdlp, in ddihp_port_change_state()
1105 ddihp_port_upgrade_state(ddi_hp_cn_handle_t *hdlp, in ddihp_port_upgrade_state()
[all …]
H A Dddi_hp_ndi.c56 static int ddihp_cn_req_handler(ddi_hp_cn_handle_t *hdlp,
69 ddi_hp_cn_handle_t *hdlp; in ndi_hp_register()
98 hdlp = (ddi_hp_cn_handle_t *)kmem_zalloc( in ndi_hp_register()
99 (sizeof (ddi_hp_cn_handle_t)), KM_SLEEP); in ndi_hp_register()
118 DDIHP_LIST_APPEND(ddi_hp_cn_handle_t, (DEVI(dip)->devi_hp_hdlp), in ndi_hp_register()
127 kmem_free(hdlp, sizeof (ddi_hp_cn_handle_t)); in ndi_hp_register()
139 ddi_hp_cn_handle_t *hdlp; in ndi_hp_unregister()
209 ddi_hp_cn_handle_t *hdlp; in ndi_hp_state_change_req()
275 ddi_hp_cn_handle_t *head, *curr, *prev; in ndi_hp_walk_cn()
343 ddi_hp_cn_handle_t *hdlp; in ddihp_cn_run_event()
[all …]
H A Ddevcfg.c720 ddi_hp_cn_handle_t *hdlp; in unlink_node()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp_impl.h62 } ddi_hp_cn_handle_t; typedef
141 ddi_hp_cn_handle_t *ddihp_cn_name_to_handle(dev_info_t *dip, char *cn_name);
142 int ddihp_cn_getstate(ddi_hp_cn_handle_t *hdlp);
143 int ddihp_port_ops(ddi_hp_cn_handle_t *hdlp, ddi_hp_op_t op,
145 int ddihp_connector_ops(ddi_hp_cn_handle_t *hdlp,
147 void ddihp_cn_gen_sysevent(ddi_hp_cn_handle_t *hdlp,
149 int ddihp_cn_unregister(ddi_hp_cn_handle_t *hdlp);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c67 ddi_hp_cn_handle_t hdl; in hotplug_print()
73 if (mdb_vread(&hdl, sizeof (ddi_hp_cn_handle_t), hdlp) == -1) { in hotplug_print()
112 ddi_hp_cn_handle_t hdl; in hotplug()
148 if (mdb_vread(&hdl, sizeof (ddi_hp_cn_handle_t), (uintptr_t)addr) in hotplug()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c314 static di_off_t di_gethpdata(ddi_hp_cn_handle_t *, di_off_t *,
3551 di_gethpdata(ddi_hp_cn_handle_t *hp_hdl, di_off_t *off_p, in di_gethpdata()