Lines Matching refs:IS_ROOT
218 #define IS_ROOT(node) ISC_TF((node)->is_root == 1)
383 while (!IS_ROOT(node)) {
412 if (IS_ROOT(node))
1218 INSIST(IS_ROOT(*root));
1284 (IS_ROOT(*root) &&
1591 INSIST(IS_ROOT(current));
2430 if (IS_ROOT(node)) {
2462 if (IS_ROOT(node)) {
2578 ENSURE(IS_ROOT(root));
2598 INSIST((IS_ROOT(item) && *rootp == item) ||
2599 (! IS_ROOT(item) &&
2607 if (IS_ROOT(item)) {
2662 if (IS_ROOT(item)) {
2688 INSIST(! IS_ROOT(item));
2713 if (! IS_ROOT(item)) {
2739 INSIST(child == NULL || ! IS_ROOT(child));
2915 if (IS_ROOT(node))
2923 if ((DOWN(node) != NULL) && (!IS_ROOT(DOWN(node))))
2926 if (IS_ROOT(node)) {
2940 (!IS_ROOT(node)))
3063 if ((! IS_ROOT(root) && PARENT(root) != parent) ||
3064 ( IS_ROOT(root) && depth > 0 &&
3140 /* XXXMUKS: verify that IS_ROOT() indicates subtree root and not
3143 if (IS_ROOT(node))
3273 while (! IS_ROOT(current)) {
3324 INSIST(chain->level_count > 0 && IS_ROOT(current));
3433 while (! IS_ROOT(current)) {
3512 while (! IS_ROOT(current)) {