Searched refs:RC_NODE_IN_PARENT (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c64 * rn_other_refs field and the RC_NODE_DEAD, RC_NODE_IN_PARENT,
1801 assert(!(cp->rn_flags & RC_NODE_IN_PARENT) &&
1808 cp->rn_flags |= RC_NODE_IN_PARENT;
1857 * np must be marked RC_NODE_IN_PARENT, newp must not be
1864 * newp is RC_NODE_IN_PARENT, np is not.
1888 assert(!(newp->rn_flags & RC_NODE_IN_PARENT));
1892 assert(np->rn_flags & RC_NODE_IN_PARENT);
1897 newp->rn_flags |= RC_NODE_IN_PARENT;
1912 np->rn_flags &= ~RC_NODE_IN_PARENT;
1954 assert(np->rn_flags & RC_NODE_IN_PARENT);
[all...]
H A Dconfigd.h289 #define RC_NODE_IN_PARENT 0x00000004 /* I'm in my parent's list */ macro

Completed in 117 milliseconds