Searched refs:root (Results 226 - 250 of 1687) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp95 IORegistryEntry * root; local
98 root = IORegistryEntry::initialize();
99 assert( root );
114 root->setProperty( kIOKitBuildVersionKey, obj );
119 root->setProperty( kIOKitDiagnosticsKey, obj );
193 IORegistryEntry * root = IORegistryEntry::getRegistryRoot(); local
195 if (root) {
197 root->setProperty(kOSBuildVersionKey, build_version);
199 root->removeProperty(kOSBuildVersionKey);
/macosx-10.10/security_certificates-55040/
H A DbuildRootKeychain40 echo Adding root certs to $ROOT_CERT_KC...
46 foreach root (*)
47 echo Processing $root...
48 if (( "$root" == "AppleDEVID.cer" )) then
49 echo " skipping intermediate $root for trust"
50 $SECURITY -q add-certificates -k "$ROOT_CERT_KC_PATH" "$root" || exit(1)
52 $SECURITY -q add-trusted-cert -i "$SETTINGS_FILE_PATH" -o "$SETTINGS_FILE_PATH" -k "$ROOT_CERT_KC_PATH" "$root" || exit(1)
85 # Check that we successfully added every root in the "roots" directory
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinftree9.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
114 /* bound code lengths, force root to be within code lengths */
115 root = *bits;
118 if (root > max) root
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DASTFactory.cpp165 if (!currentAST.root)
167 // Make new child the current root
168 currentAST.root = child;
174 // Add new child to current root
175 currentAST.root->setFirstChild(child);
199 /** Duplicate tree including siblings of root. */
206 { // for each sibling of the root
214 /** Duplicate a tree, assuming this is a root node of a tree
215 * duplicate that node and what's below; ignore siblings of root node.
219 RefAST result = dup(t); // make copy of root
[all...]
/macosx-10.10/IOKitTools-91/ioalloccount.tproj/
H A Dioalloccount.c98 io_registry_entry_t root = IO_OBJECT_NULL; // must IOObjectRelease() local
104 // Obtain the registry root entry.
106 root = IORegistryGetRootEntry(kIOMasterPortDefault);
107 if (!root) {
108 fprintf(stderr, "Error: Can't get registry root.\n");
112 status = IORegistryEntryCreateCFProperties(root,
116 fprintf(stderr, "Error: Can't read registry root properties.\n");
120 fprintf(stderr, "Error: Registry root properties not a dictionary.\n");
148 if (root != IO_OBJECT_NULL) IOObjectRelease(root);
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRAvailabilityAnalysisPhase.cpp58 BasicBlock* root = m_graph.block(0); local
59 for (unsigned argument = root->ssa->availabilityAtHead.numberOfArguments(); argument--;) {
60 root->ssa->availabilityAtHead.argument(argument) =
67 root->ssa->availabilityAtHead.local(local) = Availability::unavailable();
69 for (unsigned local = root->ssa->availabilityAtHead.numberOfLocals(); local--;)
70 root->ssa->availabilityAtHead.local(local) = Availability::unavailable();
/macosx-10.10/NFS-82/rpc.statd/
H A DMakefile35 install -d -o root -g wheel -m 755 $(DST_DIR)
36 install -c -o root -g wheel -m 555 -s $(SYMROOT)/rpc.statd $(DST_DIR)
37 install -d -o root -g wheel -m 755 $(LAUNCHD_DIR)
38 install -c -o root -g wheel -m 444 $(SRCROOT)/com.apple.statd.notify.plist $(LAUNCHD_DIR)
39 install -d -o root -g wheel -m 755 $(MAN_DIR)
40 install -c -o root -g wheel -m 444 $(SRCROOT)/rpc.statd.8 $(MAN_DIR)
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlv/ns1/
H A Dsign.sh29 infile=root.db.in
30 zonefile=root.db
31 outfile=root.signed
/macosx-10.10/curl-83.1.2/curl/packages/Solaris/
H A DMakefile.am16 if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
28 do if [ -d root/$$subdir ]; then \
29 pkgproto root/$$subdir=$$subdir >> prototype;\
/macosx-10.10/files-662.1.1/private/etc/
H A Dmaster.passwd.iPhone7 root:/smx7MYTQIi2M:0:0::0:0:System Administrator:/var/root:/bin/sh
9 daemon:*:1:1::0:0:System Services:/var/root:/usr/bin/false
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Doscilloscope.rb54 Tk.root.bind('v', proc{
59 Tk.root.bind('p', proc{
64 Tk.root.bind('q', proc{exit})
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkfrom.rb85 root = Tk.root
86 TkButton.new(root) {
91 root.bind "Control-c", proc{exit}
92 root.bind "Control-q", proc{exit}
93 root.bind "space", proc{exit}
H A Dtktimer2.rb9 root = TkRoot.new(:title=>'timer sample')
10 label = TkLabel.new(:parent=>root, :relief=>:raised, :width=>10) \
45 Tk.root.bind(ev_quit, proc{Tk.exit}).focus
H A Dtktimer3.rb9 root = TkRoot.new(:title=>'timer sample')
10 label = TkLabel.new(:parent=>root, :relief=>:raised, :width=>10) \
57 Tk.root.bind(ev_quit, proc{Tk.exit}).focus
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/tests/data/fail/
H A Dbadtrees.tcl6 T set root label L
8 T set root title T
9 T insert root end K
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/tests/data/fail/
H A Dbadtrees.tcl6 T set root label L
8 T set root title T
9 T insert root end K
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_open.c263 * Read the root page and check a tree.
316 t->bt_root = meta->root;
351 * to be updated later: last_pgno, root.
430 PAGE *root; local
437 root = NULL;
449 meta->root = 1;
459 /* Build the root page. */
462 ip, txn, DB_MPOOL_CREATE, &root)) != 0)
464 P_INIT(root, dbp->pgsize, 1, PGNO_INVALID, PGNO_INVALID,
466 LSN_NOT_LOGGED(root
551 PAGE *root; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DObjCObjectGraphCoders.mm157 ObjCObjectGraphEncoder(id root)
158 : m_root(root)
255 ObjCObjectGraphDecoder(RetainPtr<id>& root)
256 : m_root(root)
270 explicit WebContextObjCObjectGraphEncoderImpl(id root, WebProcessProxy& process)
271 : Base(root)
276 WebContextObjCObjectGraphEncoderImpl(const WebContextObjCObjectGraphEncoderImpl& userMessageEncoder, id root)
277 : Base(root)
317 WebContextObjCObjectGraphDecoderImpl(RetainPtr<id>& root, WebProcessProxy& process)
318 : Base(root)
[all...]
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinftrees.c55 requested root table index bits, and on return it is the actual root
70 unsigned root; /* number of index bits for root table */ local
78 unsigned low; /* low bits for current root entry */
79 unsigned mask; /* mask for low root bits */
139 /* bound code lengths, force root to be within code lengths */
140 root = *bits;
143 if (root > max) root
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_core.rb98 value = xml.root.attributes["search"]
149 doc = Document.new "<root-element><first-element/></root-element>"
150 assert_equal 1, doc.root.size
151 assert_equal 1, doc.root.elements.size
152 doc = Document.new "<root-element>
154 </root-element>"
155 assert_equal 3, doc.root.size
156 assert_equal 1, doc.root.elements.size
167 doc.root
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Package/
H A DMakefile15 TMP := /tmp/cdc.root/
34 sudo pkgbuild --root=${TMP} --identifier com.apple.iokit.AppleUSBCDCDriver --version ${version} ${PKG}
/macosx-10.10/PowerManagement-494.1.2/BATS/
H A Diopmruntests.py42 for root, dir, files in os.walk(execPath):
48 call_command(os.path.join(root, name), True)
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNodeIterator.idl26 readonly attribute Node root;

Completed in 400 milliseconds

1234567891011>>