Home
last modified time | relevance | path

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

/titanic_41/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.c2532 int (*hp_callback)(di_node_t, di_hp_t, void *);
2539 di_hp_t hp; in di_walk_hp_callback()
2571 int (*hp_callback)(di_node_t node, di_hp_t hp, void *arg)) in di_walk_hp()
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()
[all …]
/titanic_41/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c207 static int check_ap_hp(di_node_t, di_hp_t, void *);
208 static int check_ap_impl(di_node_t, di_minor_t, di_hp_t, void *);
210 static int check_ap_phys_hp(di_node_t, di_hp_t, void *);
211 static int check_ap_phys_impl(di_node_t, di_minor_t, di_hp_t, void *);
215 int (*fcn_hp)(di_node_t node, di_hp_t hp, void *arg),
220 static cfga_err_t find_lib_hp(di_node_t, di_hp_t, lib_loc_t *);
223 static cfga_err_t load_lib_hp(di_node_t, di_hp_t, lib_loc_t *);
224 static cfga_err_t load_lib_impl(di_node_t, di_minor_t, di_hp_t, lib_loc_t *);
235 static int do_list_common_hp(di_node_t node, di_hp_t hp, void *arg);
237 di_hp_t hp, void *arg);
[all …]
/titanic_41/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()