Searched refs:rsrc_node_t (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_subr.c | 40 static rsrc_node_t *rsrc_root; /* root of all resources */ 52 static int node_action(rsrc_node_t *, void *); 975 static rsrc_node_t * 978 rsrc_node_t *node; in rn_alloc() 993 rn_free(rsrc_node_t *node) in rn_free() 1015 static rsrc_node_t * 1016 rn_get_sibling(rsrc_node_t *node) in rn_get_sibling() 1024 static rsrc_node_t * 1025 rn_get_child(rsrc_node_t *node) in rn_get_child() 1033 static rsrc_node_t * [all …]
|
H A D | rcm_impl.h | 171 } rsrc_node_t; typedef 262 int rsrc_node_find(char *, int, rsrc_node_t **); 263 int rsrc_node_add_user(rsrc_node_t *, char *, char *, pid_t, uint_t); 264 int rsrc_node_remove_user(rsrc_node_t *, char *, pid_t, uint_t); 271 int rsrc_tree_action(rsrc_node_t *, int, tree_walk_arg_t *);
|
H A D | rcm_impl.c | 63 rsrc_node_t *node; in common_resource_op() 396 rsrc_node_t *node = NULL; in add_resource_client() 478 rsrc_node_t *node; in remove_resource_client() 605 rsrc_node_t *node; in get_resource_state()
|