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

/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h310 extern void add_subtree(Name target, int recursion_level, Boolean do_get, Boolean implicit);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c86 #define INVALID_PICL_CLASS gettext("add_subtree: invalid picl class 0x%x")
309 static int add_subtree(picl_nodehdl_t parh, fru_hdl_t fruparent);
468 return (add_subtree(frutreeh, ROOTPARENT));
477 add_subtree(picl_nodehdl_t parh, fru_hdl_t handle) function
507 err = add_subtree(childh, cp->handle);
1743 * subroutine of add_subtree - get a list of children of a parent node
2011 (void) add_subtree(parh, sgfruhdl);
2282 (void) add_subtree(parh, sgfruchassisp->handle);
2301 * hint, treat as insert - add_subtree will update the tree if
2320 * use it in the call to add_subtree
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc1597 * add_subtree(target, recursion_level, do_get, implicit)
1612 add_subtree(Name target, int recursion_level, Boolean do_get, Boolean implicit) function

Completed in 74 milliseconds