Searched defs:Root (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c68 * PARAMETERS: Root - Root of the parse tree
78 ACPI_PARSE_OBJECT *Root)
81 ACPI_PARSE_OBJECT *Op = Root;
95 Op = AcpiPsGetDepthNext (Root, Op);
137 Op = AcpiPsGetDepthNext (Root, Op);
148 * PARAMETERS: Op - Root Op of the deferred opcode
77 AcpiDmParseDeferredOps( ACPI_PARSE_OBJECT *Root) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c81 static TREE *Root, /* root of the free tree */ variable
234 if (Root) {
235 tp = Root;
257 } else if (tp != Root) {
260 Root = tp;
540 if (Root) {
542 np = Root;
568 Root = tp;
588 Root = tp;
780 Root
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c50 static struct node *Root; variable in typeref:struct:node
114 tree_free(Root);
451 Root = np;
452 return (Root);
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c65 static TREE *Root; /* root of the free tree */ variable
197 if (Root) {
198 tp = Root;
227 } else if (tp != Root) {
232 Root = tp;
550 if (Root) {
552 np = Root;
585 Root = tp;
612 Root = tp;
989 Root
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c116 static char *Root; variable
128 Root = fmd_prop_get_string(Hdl, "fmd.rootdir");
136 fmd_prop_free_string(Hdl, Root);
943 (void) snprintf(eftgendir, MAXPATHLEN, "%s/usr/lib/fm/eft", Root);
946 MAXPATHLEN, "%s/usr/platform/%s/lib/fm/eft", Root, Mach);
949 MAXPATHLEN, "%s/usr/platform/%s/lib/fm/eft", Root, Plat);

Completed in 82 milliseconds