Home
last modified time | relevance | path

Searched refs:di_hp_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h114 typedef struct di_hp *di_hp_t; /* hotplug */ typedef
335 int (*hp_callback)(di_node_t node, di_hp_t hp,
337 extern di_hp_t di_hp_next(di_node_t node, di_hp_t hp);
339 extern char *di_hp_name(di_hp_t hp);
340 extern int di_hp_connection(di_hp_t hp);
341 extern int di_hp_depends_on(di_hp_t hp);
342 extern int di_hp_state(di_hp_t hp);
343 extern int di_hp_type(di_hp_t hp);
344 extern char *di_hp_description(di_hp_t hp);
345 extern time_t di_hp_last_change(di_hp_t hp);
[all …]
H A Ddevinfo.c2539 di_hp_t hp; in di_walk_hp_callback()
2604 di_hp_t
2605 di_hp_next(di_node_t node, di_hp_t hp) in di_hp_next()
2651 di_hp_name(di_hp_t hp) in di_hp_name()
2674 di_hp_connection(di_hp_t hp) in di_hp_connection()
2691 di_hp_depends_on(di_hp_t hp) in di_hp_depends_on()
2708 di_hp_state(di_hp_t hp) in di_hp_state()
2722 di_hp_type(di_hp_t hp) in di_hp_type()
2736 di_hp_description(di_hp_t hp) in di_hp_description()
2757 di_hp_child(di_hp_t hp) in di_hp_child()
[all …]
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1158 di_hp_t hp, in mklog_hp()
1490 di_hp_t hp, in load_lib_hp()
1505 di_hp_t hp, in load_lib_impl()
1689 di_hp_t hp, in find_lib_hp()
2067 di_hp_t hp, in check_ap_hp()
2085 di_hp_t hp, in check_ap_impl()
2215 di_hp_t hp, in check_ap_phys_hp()
2232 di_hp_t hp, in check_ap_phys_impl()
2566 di_hp_t hp; in do_list_common()
2603 di_hp_t hp, in do_list_common_hp()
[all …]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c58 static hp_node_t new_hotplug_node(hp_node_t, di_hp_t);
247 di_hp_t hp, port_hp; in copy_hotplug()
491 new_hotplug_node(hp_node_t parent, di_hp_t hp) in new_hotplug_node()