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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c145 static picl_obj_t *picl_root_obj = NULL; variable
3311 picl_root_obj = pobj;
3342 picl_root_obj = NULL;
3523 dbg_print(1, "xptree_destroy: picl_root_obj = %s\n",
3524 (picl_root_obj == NULL ? "NULL" : "not-NULL"));
3526 if (picl_root_obj == NULL)
3533 (void) ptree_delete_node(picl_root_obj->ptree_hdl);
3534 (void) ptree_destroy_node(picl_root_obj->ptree_hdl);
3537 picl_root_obj = NULL;
3606 picl_root_obj
[all...]

Completed in 50 milliseconds