Searched refs:rsrc_node_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_subr.c | 38 static rsrc_node_t *rsrc_root; /* root of all resources */ 50 static int node_action(rsrc_node_t *, void *); 973 static rsrc_node_t * 976 rsrc_node_t *node; in rn_alloc() 991 rn_free(rsrc_node_t *node) in rn_free() 1013 static rsrc_node_t * 1014 rn_get_sibling(rsrc_node_t *node) in rn_get_sibling() 1022 static rsrc_node_t * 1023 rn_get_child(rsrc_node_t *node) in rn_get_child() 1031 static rsrc_node_t * [all …]
|
H A D | rcm_impl.h | 169 } rsrc_node_t; typedef 260 int rsrc_node_find(char *, int, rsrc_node_t **); 261 int rsrc_node_add_user(rsrc_node_t *, char *, char *, pid_t, uint_t); 262 int rsrc_node_remove_user(rsrc_node_t *, char *, pid_t, uint_t); 269 int rsrc_tree_action(rsrc_node_t *, int, tree_walk_arg_t *);
|
H A D | rcm_impl.c | 61 rsrc_node_t *node; in common_resource_op() 394 rsrc_node_t *node = NULL; in add_resource_client() 476 rsrc_node_t *node; in remove_resource_client() 603 rsrc_node_t *node; in get_resource_state()
|