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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c65 * RC_NODE_OLD, and RC_NODE_ON_FORMER flags.
726 np->rn_refs == 0 && (np->rn_flags & RC_NODE_OLD)) {
777 if ((np->rn_flags & (RC_NODE_DEAD|RC_NODE_OLD)) &&
1822 * This is used when we mark a node RC_NODE_OLD, so that when the object and
1858 * np must be marked RC_NODE_OLD
1893 assert(np->rn_flags & RC_NODE_OLD);
3095 if (!(np->rn_flags & RC_NODE_OLD))
3325 assert(!(nnp->rn_flags & RC_NODE_OLD));
4313 if (!(cp->rn_flags & RC_NODE_OLD)) {
4329 if (!(cp->rn_flags & RC_NODE_OLD)) {
[all...]
H A Dconfigd.h294 #define RC_NODE_OLD 0x00000400 /* out-of-date object */ macro
307 * RC_NODE_OLD also means that the node no longer represents data in the
315 * by rc_node_no_client_refs() for RC_NODE_OLD nodes not long before

Completed in 100 milliseconds