Lines Matching defs:dip
80 ndi_prop_update_int(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int()
89 ndi_prop_update_int64(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int64()
98 ndi_prop_create_boolean(dev_t match_dev, dev_info_t *dip, in ndi_prop_create_boolean()
107 ndi_prop_update_int_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int_array()
116 ndi_prop_update_int64_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int64_array()
125 ndi_prop_update_string(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_string()
134 ndi_prop_update_string_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_string_array()
144 ndi_prop_update_byte_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_byte_array()
156 ndi_prop_remove(dev_t dev, dev_info_t *dip, char *name) in ndi_prop_remove()
162 ndi_prop_remove_all(dev_info_t *dip) in ndi_prop_remove_all()
184 ndi_post_event(dev_info_t *dip, dev_info_t *rdip, in ndi_post_event()
239 ndi_busop_add_eventcall(dev_info_t *dip, dev_info_t *rdip, in ndi_busop_add_eventcall()
266 ndi_busop_get_eventcookie(dev_info_t *dip, dev_info_t *rdip, char *name, in ndi_busop_get_eventcookie()
456 ndi_devctl_device_online(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_device_online()
501 ndi_devctl_device_offline(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_device_offline()
538 ndi_devctl_device_remove(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_device_remove()
578 dev_info_t *dip; in ndi_devctl_device_getstate() local
631 ndi_dc_return_dev_state(dev_info_t *dip, struct devctl_iocdata *dcp) in ndi_dc_return_dev_state()
668 ndi_devctl_bus_getstate(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_bus_getstate()
681 ndi_devctl_ioctl(dev_info_t *dip, int cmd, intptr_t arg, int mode, uint_t flags) in ndi_devctl_ioctl()
794 ndi_dc_return_bus_state(dev_info_t *dip, struct devctl_iocdata *dcp) in ndi_dc_return_bus_state()
1076 ndi_get_bus_state(dev_info_t *dip, uint_t *rstate) in ndi_get_bus_state()
1099 ndi_set_bus_state(dev_info_t *dip, uint_t state) in ndi_set_bus_state()
1205 ndi_event_alloc_hdl(dev_info_t *dip, ddi_iblock_cookie_t cookie, in ndi_event_alloc_hdl()
2147 ndi_dev_is_prom_node(dev_info_t *dip) in ndi_dev_is_prom_node()
2153 ndi_dev_is_pseudo_node(dev_info_t *dip) in ndi_dev_is_pseudo_node()
2165 ndi_dev_is_persistent_node(dev_info_t *dip) in ndi_dev_is_persistent_node()
2171 ndi_dev_is_hidden_node(dev_info_t *dip) in ndi_dev_is_hidden_node()
2177 ndi_dev_is_hotplug_node(dev_info_t *dip) in ndi_dev_is_hotplug_node()
2183 ndi_devi_set_hidden(dev_info_t *dip) in ndi_devi_set_hidden()
2189 ndi_devi_clr_hidden(dev_info_t *dip) in ndi_devi_clr_hidden()
2195 i_ndi_dev_is_auto_assigned_node(dev_info_t *dip) in i_ndi_dev_is_auto_assigned_node()
2202 i_ndi_set_node_class(dev_info_t *dip, ddi_node_class_t c) in i_ndi_set_node_class()
2208 i_ndi_get_node_class(dev_info_t *dip) in i_ndi_get_node_class()
2214 i_ndi_set_node_attributes(dev_info_t *dip, int p) in i_ndi_set_node_attributes()
2220 i_ndi_get_node_attributes(dev_info_t *dip) in i_ndi_get_node_attributes()
2226 i_ndi_set_nodeid(dev_info_t *dip, int n) in i_ndi_set_nodeid()
2260 i_ddi_fault_handler(dev_info_t *dip, struct ddi_fault_event_data *fedp) in i_ddi_fault_handler()
2419 i_ddi_rootnex_init_events(dev_info_t *dip) in i_ddi_rootnex_init_events()
2437 i_ddi_rootnex_get_eventcookie(dev_info_t *dip, dev_info_t *rdip, in i_ddi_rootnex_get_eventcookie()
2448 i_ddi_rootnex_add_eventcall(dev_info_t *dip, dev_info_t *rdip, in i_ddi_rootnex_add_eventcall()
2449 ddi_eventcookie_t eventid, void (*handler)(dev_info_t *dip, in i_ddi_rootnex_add_eventcall()
2461 i_ddi_rootnex_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in i_ddi_rootnex_remove_eventcall()
2471 i_ddi_rootnex_post_event(dev_info_t *dip, dev_info_t *rdip, in i_ddi_rootnex_post_event()
2493 ndi_set_bus_private(dev_info_t *dip, boolean_t up, uint32_t port_type, in ndi_set_bus_private()
2506 ndi_get_bus_private(dev_info_t *dip, boolean_t up) in ndi_get_bus_private()
2515 ndi_port_type(dev_info_t *dip, boolean_t up, uint32_t port_type) in ndi_port_type()