/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | DesignerAccess.java | 98 public static void setMainChild(Root root, AttributeManager in setMainChild() 103 public static void addRootObserver(Root root, RootObserver observer) in addRootObserver() 109 public static void removeRootObserver(Root root, RootObserver in removeRootObserver() 114 public static void disableEventForwarding(Root root) { in disableEventForwarding() 118 public static void enableEventForwarding(Root root) { in enableEventForwarding() 122 public static void clearUniqueNameTable(Root root) { in clearUniqueNameTable() 127 return Root.isValidName(name); in isValidName() 130 public static boolean isUniqueName(Root root, String name) { in isUniqueName() 134 public static boolean isUniqueName(Root root, String name, in isUniqueName() 139 public static boolean isUniqueName(Root root, String name, in isUniqueName() [all …]
|
H A D | AttributeManager.java | 200 Root r = getRoot(); in isLive() 231 Root myRoot = getRoot(); in checkDesignerRoot() 547 public Root getRoot() { in getRoot() 550 while (mgr != null && !(mgr instanceof Root)) in getRoot() 553 return (Root)mgr; in getRoot() 560 Root root = getRoot(); in getGroup() 573 Root root = getRoot(); in getForwardingGroup()
|
H A D | Group.java | 118 private Root root; 272 protected abstract Root initRoot(); in initRoot() 404 while (!(mgr instanceof Root)) { in wouldBeVisible() 414 group = ((Root)mgr).getGroup(); in wouldBeVisible() 817 void addRootChildren(Root root) { in addRootChildren() 832 void removeRootChildren(Root root) { in removeRootChildren()
|
H A D | NVGroup.java | 61 protected Root initRoot() { in initRoot()
|
/titanic_41/usr/src/uts/intel/io/acpica/disassembler/ |
H A D | dmdeferred.c | 78 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_41/usr/src/pkg/manifests/ |
H A D | service-storage-virus-scan.mf | 27 set name=pkg.description value="Virus Scan Service Kernel Root Components" 58 legacy pkg=SUNWvscankr desc="Virus Scan Service Kernel Root Components" \ 59 name="Virus Scan Service Kernel (Root)" 60 legacy pkg=SUNWvscanr desc="Virus Scan Service Root Components" \ 61 name="Virus Scan Service (Root)"
|
H A D | service-file-system-nfs.mf | 85 desc="Network File System (NFS) server kernel support (Root)" \ 86 name="Network File System (NFS) server kernel support (Root)" 87 legacy pkg=SUNWnfssr desc="Network File System (NFS) server support (Root)" \ 88 name="Network File System (NFS) server support (Root)"
|
H A D | driver-network-ibdma.mf | 46 legacy pkg=SUNWibdmar desc="Sun InfiniBand Device Management Agent (Root)" \ 47 name="Sun InfiniBand Device Management Agent (Root)"
|
H A D | system-library-storage-libmpscsi_vhci.mf | 45 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 D | system-library-processor.mf | 100 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 D | network-ftp.mf | 51 legacy pkg=SUNWbipr desc="Basic IP commands (Root)" \ 52 name="Basic IP commands (Root)"
|
H A D | service-network-telnet.mf | 49 legacy pkg=SUNWtnetr desc="Telnet Server Daemon (Root)" \ 50 name="Telnet Server Daemon (Root)"
|
H A D | service-network-tftp.mf | 49 legacy pkg=SUNWtftpr desc="Trivial File Transfer Server (Root)" \ 50 name="Trivial File Transfer Server (Root)"
|
H A D | system-library-storage-ima-header-ima.mf | 47 desc="SNIA iSCSI Managment API common library for iSCSI adapters (Root)" \ 48 name="Solaris IMA Common Library (Root)"
|
H A D | system-library-storage-ima.mf | 49 desc="SNIA iSCSI Managment API plugin library for iSCSI adapters (Root)" \ 50 name="Solaris IMA Software Initiator Plugin (Root)"
|
H A D | system-file-system-nfs.mf | 111 desc="Network File System (NFS) client kernel support (Root)" \ 112 name="Network File System (NFS) client kernel support (Root)" 113 legacy pkg=SUNWnfscr desc="Network File System (NFS) client support (Root)" \ 114 name="Network File System (NFS) client support (Root)"
|
H A D | driver-network-platform.mf | 55 legacy pkg=SUNWos86r desc="Platform Support, OS Functionality (Root)" \ 56 name="Platform Support, OS Functionality (Root)"
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | malloc.c | 81 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_41/usr/src/tools/depcheck/ |
H A D | get_depend_info | 89 $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_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | AMRef.java | 39 import sunsoft.jws.visual.rt.base.Root; 128 Root root = scope.getRoot(); in getRef()
|
H A D | Op.java | 70 public Root scope; 100 public Op(Root scope) { in Op()
|
/titanic_41/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 65 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_41/usr/src/cmd/sgs/packages/common/ |
H A D | depend | 42 P SUNWcar Core Architecture, (Root) 44 P SUNWcsr Core Solaris, (Root)
|
/titanic_41/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciexrc.esc | 111 /* 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_41/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 1093 my $Root; 1097 $Proto = $Root if ($Root = $ENV{ROOT}) && (-d $Root);
|