Lines Matching defs:dip

84 ndi_prop_update_int(dev_t match_dev, dev_info_t *dip,  in ndi_prop_update_int()
93 ndi_prop_update_int64(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int64()
102 ndi_prop_create_boolean(dev_t match_dev, dev_info_t *dip, in ndi_prop_create_boolean()
111 ndi_prop_update_int_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int_array()
120 ndi_prop_update_int64_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int64_array()
129 ndi_prop_update_string(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_string()
138 ndi_prop_update_string_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_string_array()
148 ndi_prop_update_byte_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_byte_array()
160 ndi_prop_remove(dev_t dev, dev_info_t *dip, char *name) in ndi_prop_remove()
166 ndi_prop_remove_all(dev_info_t *dip) in ndi_prop_remove_all()
188 ndi_post_event(dev_info_t *dip, dev_info_t *rdip, in ndi_post_event()
243 ndi_busop_add_eventcall(dev_info_t *dip, dev_info_t *rdip, in ndi_busop_add_eventcall()
270 ndi_busop_get_eventcookie(dev_info_t *dip, dev_info_t *rdip, char *name, in ndi_busop_get_eventcookie()
460 ndi_devctl_device_online(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_device_online()
505 ndi_devctl_device_offline(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_device_offline()
542 ndi_devctl_device_remove(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_device_remove()
582 dev_info_t *dip; in ndi_devctl_device_getstate() local
634 ndi_dc_return_dev_state(dev_info_t *dip, struct devctl_iocdata *dcp) in ndi_dc_return_dev_state()
670 ndi_devctl_bus_getstate(dev_info_t *dip, struct devctl_iocdata *dcp, in ndi_devctl_bus_getstate()
683 ndi_devctl_ioctl(dev_info_t *dip, int cmd, intptr_t arg, int mode, uint_t flags) in ndi_devctl_ioctl()
796 ndi_dc_return_bus_state(dev_info_t *dip, struct devctl_iocdata *dcp) in ndi_dc_return_bus_state()
1078 ndi_get_bus_state(dev_info_t *dip, uint_t *rstate) in ndi_get_bus_state()
1101 ndi_set_bus_state(dev_info_t *dip, uint_t state) in ndi_set_bus_state()
1207 ndi_event_alloc_hdl(dev_info_t *dip, ddi_iblock_cookie_t cookie, in ndi_event_alloc_hdl()
2148 ndi_dev_is_prom_node(dev_info_t *dip) in ndi_dev_is_prom_node()
2154 ndi_dev_is_pseudo_node(dev_info_t *dip) in ndi_dev_is_pseudo_node()
2166 ndi_dev_is_persistent_node(dev_info_t *dip) in ndi_dev_is_persistent_node()
2172 ndi_dev_is_hidden_node(dev_info_t *dip) in ndi_dev_is_hidden_node()
2178 ndi_dev_is_hotplug_node(dev_info_t *dip) in ndi_dev_is_hotplug_node()
2184 ndi_devi_set_hidden(dev_info_t *dip) in ndi_devi_set_hidden()
2190 ndi_devi_clr_hidden(dev_info_t *dip) in ndi_devi_clr_hidden()
2196 i_ndi_dev_is_auto_assigned_node(dev_info_t *dip) in i_ndi_dev_is_auto_assigned_node()
2203 i_ndi_set_node_class(dev_info_t *dip, ddi_node_class_t c) in i_ndi_set_node_class()
2209 i_ndi_get_node_class(dev_info_t *dip) in i_ndi_get_node_class()
2215 i_ndi_set_node_attributes(dev_info_t *dip, int p) in i_ndi_set_node_attributes()
2221 i_ndi_get_node_attributes(dev_info_t *dip) in i_ndi_get_node_attributes()
2227 i_ndi_set_nodeid(dev_info_t *dip, int n) in i_ndi_set_nodeid()
2261 i_ddi_fault_handler(dev_info_t *dip, struct ddi_fault_event_data *fedp) in i_ddi_fault_handler()
2421 i_ddi_rootnex_init_events(dev_info_t *dip) in i_ddi_rootnex_init_events()
2439 i_ddi_rootnex_get_eventcookie(dev_info_t *dip, dev_info_t *rdip, in i_ddi_rootnex_get_eventcookie()
2450 i_ddi_rootnex_add_eventcall(dev_info_t *dip, dev_info_t *rdip, in i_ddi_rootnex_add_eventcall()
2462 i_ddi_rootnex_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in i_ddi_rootnex_remove_eventcall()
2472 i_ddi_rootnex_post_event(dev_info_t *dip, dev_info_t *rdip, in i_ddi_rootnex_post_event()
2494 ndi_set_bus_private(dev_info_t *dip, boolean_t up, uint32_t port_type, in ndi_set_bus_private()
2507 ndi_get_bus_private(dev_info_t *dip, boolean_t up) in ndi_get_bus_private()
2516 ndi_port_type(dev_info_t *dip, boolean_t up, uint32_t port_type) in ndi_port_type()