Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dddi_hp_impl.c52 static int ddihp_cn_pre_change_state(ddi_hp_cn_handle_t *hdlp,
54 static int ddihp_cn_post_change_state(ddi_hp_cn_handle_t *hdlp,
56 static int ddihp_cn_handle_state_change(ddi_hp_cn_handle_t *hdlp);
57 static int ddihp_cn_change_children_state(ddi_hp_cn_handle_t *hdlp,
60 static int ddihp_port_change_state(ddi_hp_cn_handle_t *hdlp,
62 static int ddihp_port_upgrade_state(ddi_hp_cn_handle_t *hdlp,
64 static int ddihp_port_downgrade_state(ddi_hp_cn_handle_t *hdlp,
67 static void ddihp_update_last_change(ddi_hp_cn_handle_t *hdlp);
83 ddi_hp_cn_handle_t *hdlp; in ddihp_modctl()
169 ddihp_cn_getstate(ddi_hp_cn_handle_t *hdlp) in ddihp_cn_getstate()
[all …]
H A Dddi_hp_ndi.c53 static int ddihp_cn_req_handler(ddi_hp_cn_handle_t *hdlp,
66 ddi_hp_cn_handle_t *hdlp; in ndi_hp_register()
96 hdlp = (ddi_hp_cn_handle_t *)kmem_zalloc( in ndi_hp_register()
97 (sizeof (ddi_hp_cn_handle_t)), KM_SLEEP); in ndi_hp_register()
116 DDIHP_LIST_APPEND(ddi_hp_cn_handle_t, (DEVI(dip)->devi_hp_hdlp), in ndi_hp_register()
125 kmem_free(hdlp, sizeof (ddi_hp_cn_handle_t)); in ndi_hp_register()
137 ddi_hp_cn_handle_t *hdlp; in ndi_hp_unregister()
208 ddi_hp_cn_handle_t *hdlp; in ndi_hp_state_change_req()
276 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.c710 ddi_hp_cn_handle_t *hdlp; in unlink_node()
/titanic_50/usr/src/uts/common/sys/
H A Dddi_hp_impl.h56 } ddi_hp_cn_handle_t; typedef
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);
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c66 ddi_hp_cn_handle_t hdl; in hotplug_print()
72 if (mdb_vread(&hdl, sizeof (ddi_hp_cn_handle_t), hdlp) == -1) { in hotplug_print()
111 ddi_hp_cn_handle_t hdl; in hotplug()
145 if (mdb_vread(&hdl, sizeof (ddi_hp_cn_handle_t), (uintptr_t)addr) in hotplug()
/titanic_50/usr/src/uts/common/io/
H A Ddevinfo.c312 static di_off_t di_gethpdata(ddi_hp_cn_handle_t *, di_off_t *,
3549 di_gethpdata(ddi_hp_cn_handle_t *hp_hdl, di_off_t *off_p, in di_gethpdata()