Searched refs:Root (Results 1 - 12 of 12) 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/tools/depcheck/
H A Dget_depend_info89 $Root = "";
112 $Root = shift(@ARGV) unless ($ARGV[0] =~ /^-/);
141 print("\n\nAnalyzing $Root$entry:\n") unless ($Silent eq true);
177 $destfile = "$Root$destfile" if ($Root =~ /\w/);
/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/tools/scripts/
H A Dcheck_rtime.pl1093 my $Root;
1097 $Proto = $Root if ($Root = $ENV{ROOT}) && (-d $Root);
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdebug.h465 ACPI_PARSE_OBJECT *Root,
H A Dacparser.h224 ACPI_PARSE_OBJECT *Root);
H A Dacdisasm.h754 ACPI_PARSE_OBJECT *Root);
1031 ACPI_PARSE_OBJECT *Root);
/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);
/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/boot/sys/boot/efi/include/
H A Defiprot.h167 OUT struct _EFI_FILE_HANDLE **Root
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h295 struct _EFI_FILE_HANDLE **Root);

Completed in 102 milliseconds