Home
last modified time | relevance | path

Searched refs:Root (Results 1 – 25 of 96) sorted by relevance

1234

/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c78 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps() argument
81 ACPI_PARSE_OBJECT *Op = Root; in AcpiDmParseDeferredOps()
95 Op = AcpiPsGetDepthNext (Root, Op); in AcpiDmParseDeferredOps()
137 Op = AcpiPsGetDepthNext (Root, Op); in AcpiDmParseDeferredOps()
/titanic_50/usr/src/pkg/manifests/
H A Dservice-storage-virus-scan.mf27 set name=pkg.description value="Virus Scan Service Kernel Root Components"
57 legacy pkg=SUNWvscankr desc="Virus Scan Service Kernel Root Components" \
58 name="Virus Scan Service Kernel (Root)"
59 legacy pkg=SUNWvscanr desc="Virus Scan Service Root Components" \
60 name="Virus Scan Service (Root)"
H A Dservice-file-system-nfs.mf84 desc="Network File System (NFS) server kernel support (Root)" \
85 name="Network File System (NFS) server kernel support (Root)"
86 legacy pkg=SUNWnfssr desc="Network File System (NFS) server support (Root)" \
87 name="Network File System (NFS) server support (Root)"
H A Ddriver-network-ibdma.mf45 legacy pkg=SUNWibdmar desc="Sun InfiniBand Device Management Agent (Root)" \
46 name="Sun InfiniBand Device Management Agent (Root)"
H A Dsystem-library-storage-libmpscsi_vhci.mf45 desc="SNIA MP API plugin library for the scsi_vhci driver (Root)" \
46 name="Sun MP API library for the scsi_vhci driver (Root)"
H A Dsystem-file-system-nfs.mf106 desc="Network File System (NFS) client kernel support (Root)" \
107 name="Network File System (NFS) client kernel support (Root)"
108 legacy pkg=SUNWnfscr desc="Network File System (NFS) client support (Root)" \
109 name="Network File System (NFS) client support (Root)"
H A Dsystem-library-processor.mf100 name="Core Architecture, (Root)"
103 name="Core Architecture, (Root)"
106 name="Core Architecture, (Root)"
109 name="Core Architecture, sun4v-based platforms (Root)"
112 name="Core Architecture i86xpv, (Root)"
H A Dnetwork-ftp.mf48 legacy pkg=SUNWbipr desc="Basic IP commands (Root)" \
49 name="Basic IP commands (Root)"
H A Dsystem-library-storage-ima-header-ima.mf47 desc="SNIA iSCSI Managment API common library for iSCSI adapters (Root)" \
48 name="Solaris IMA Common Library (Root)"
H A Dsystem-library-storage-ima.mf49 desc="SNIA iSCSI Managment API plugin library for iSCSI adapters (Root)" \
50 name="Solaris IMA Software Initiator Plugin (Root)"
H A Dservice-network-telnet.mf49 legacy pkg=SUNWtnetr desc="Telnet Server Daemon (Root)" \
50 name="Telnet Server Daemon (Root)"
H A Dservice-network-tftp.mf49 legacy pkg=SUNWtftpr desc="Trivial File Transfer Server (Root)" \
50 name="Trivial File Transfer Server (Root)"
H A Ddriver-network-platform.mf54 legacy pkg=SUNWos86r desc="Platform Support, OS Functionality (Root)" \
55 name="Platform Support, OS Functionality (Root)"
H A Dservice-resource-cap.mf53 legacy pkg=SUNWrcapr desc="Solaris Resource Capping Daemon (Root)" \
54 name="Solaris Resource Capping Daemon (Root)"
H A Dsystem-boot-real-mode.mf50 $(i386_ONLY)legacy pkg=SUNWrmodr desc="Realmode Modules, (Root)" \
51 name="Realmode Modules, (Root)"
H A Dsystem-network-ipqos-ipqos-config.mf59 legacy pkg=SUNWqos desc="Solaris IP Quality of Service (Root)" \
60 name="IP QoS, (Root)"
H A Dnetwork-iscsi-iser.mf59 legacy pkg=SUNWiscsidmr desc="Sun iSCSI Data Mover (Root)" \
60 name="Sun iSCSI Data Mover (Root)"
H A Dsystem-boot-network.mf51 legacy pkg=SUNWbsr desc="Boot Server daemons (Root)" \
52 name="Boot Server daemons (Root)"
H A Dsystem-domain-configuration-sparc-enterprise.mf59 legacy pkg=SUNWdcsr desc="Domain Configuration Server, (Root)" \
60 name="Domain Configuration Server, (Root)"
/titanic_50/usr/src/lib/libc/port/gen/
H A Dmalloc.c81 static TREE *Root, /* root of the free tree */ variable
234 if (Root) { in _malloc_unlocked()
235 tp = Root; in _malloc_unlocked()
257 } else if (tp != Root) { in _malloc_unlocked()
260 Root = tp; in _malloc_unlocked()
540 if (Root) { in realfree()
542 np = Root; in realfree()
568 Root = tp; in realfree()
588 Root = tp; in realfree()
780 Root = tp; in t_delete()
[all …]
/titanic_50/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/);
/titanic_50/usr/src/lib/watchmalloc/common/
H A Dmalloc.c65 static TREE *Root; /* root of the free tree */ variable
197 if (Root) { in malloc_unlocked()
198 tp = Root; in malloc_unlocked()
227 } else if (tp != Root) { in malloc_unlocked()
232 Root = tp; in malloc_unlocked()
550 if (Root) { in realfree()
552 np = Root; in realfree()
585 Root = tp; in realfree()
612 Root = tp; in realfree()
989 Root = tp; in t_delete()
[all …]
/titanic_50/usr/src/cmd/sgs/packages/common/
H A Ddepend42 P SUNWcar Core Architecture, (Root)
44 P SUNWcsr Core Solaris, (Root)
/titanic_50/usr/src/cmd/fm/eversholt/files/common/
H A Dpciexrc.esc111 /* Generic Root Complex Software faults */
119 /* Generic Root Complex Firmware faults */
125 /* Generic Root Complex CE faults */
129 /* Generic Root Complex UE faults from propagations */
139 /* Generic Root Complex UE propagations */
/titanic_50/usr/src/tools/scripts/
H A Dcheck_rtime.pl1093 my $Root;
1097 $Proto = $Root if ($Root = $ENV{ROOT}) && (-d $Root);

1234