Home
last modified time | relevance | path

Searched refs:rc_node_ptr_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h355 } rc_node_ptr_t; typedef
383 rc_node_ptr_t rnt_ptr;
461 rc_node_ptr_t re_node;
692 void rc_node_ptr_assign(rc_node_ptr_t *, const rc_node_ptr_t *);
696 int rc_node_get_child(rc_node_ptr_t *, const char *, uint32_t, rc_node_ptr_t *);
697 int rc_node_get_parent(rc_node_ptr_t *, uint32_t, rc_node_ptr_t *);
702 rc_node_ptr_t *);
707 int rc_node_next_snaplevel(rc_node_ptr_t *, rc_node_ptr_t *);
717 int rc_node_setup_tx(rc_node_ptr_t *, rc_node_ptr_t *);
732 int rc_snapshot_take_attach(rc_node_ptr_t *, rc_node_ptr_t *);
[all …]
H A Drc_node.c2794 rc_node_ptr_assign(rc_node_ptr_t *out, const rc_node_ptr_t *val) in rc_node_ptr_assign()
2939 rc_scope_parent_scope(rc_node_ptr_t *npp, uint32_t type, rc_node_ptr_t *out) in rc_scope_parent_scope()
3153 rc_node_get_parent(rc_node_ptr_t *npp, uint32_t type, rc_node_ptr_t *out) in rc_node_get_parent()
3211 rc_node_ptr_t *outp) in rc_node_get_child()
3258 rc_node_update(rc_node_ptr_t *npp) in rc_node_update()
3880 rc_node_ptr_t *cpp) in rc_node_create_child()
4690 rc_node_delete(rc_node_ptr_t *npp) in rc_node_delete()
5020 rc_node_next_snaplevel(rc_node_ptr_t *npp, rc_node_ptr_t *cpp) in rc_node_next_snaplevel()
5502 rc_snapshot_take_attach(rc_node_ptr_t *npp, rc_node_ptr_t *outpp) in rc_snapshot_take_attach()
5522 rc_snapshot_attach(rc_node_ptr_t *npp, rc_node_ptr_t *cpp) in rc_snapshot_attach()
[all …]