Searched refs:owner (Results 176 - 200 of 816) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/DTTk/
H A Dinstall80 owner=`ls -ld "$basename" | awk '{ print $3 }'`
81 print ".\n.\tMaybe you need to run \"su - $owner\" first?\n."
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dtok822_node.c64 tp->next = tp->prev = tp->head = tp->tail = tp->owner = 0;
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_setup_maker_itunes.rb17 owner = {:name => "John Doe", :email => "john.doe@example.com"}
38 channel.itunes_owner.itunes_name = owner[:name]
39 channel.itunes_owner.itunes_email = owner[:email]
84 assert_equal(owner,
/macosx-10.9.5/securityd-55199.3/src/
H A Dkckey.h55 const AclEntryPrototype *owner = NULL);
H A Dtokenacl.h48 void getOwner(AclOwnerPrototype &owner);
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/config/
H A DinstallFile.tcl32 set owner [lindex $argv $i]
109 foreach attrName {owner group permissions} {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/config/
H A DinstallFile.tcl32 set owner [lindex $argv $i]
109 foreach attrName {owner group permissions} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/config/
H A DinstallFile.tcl32 set owner [lindex $argv $i]
109 foreach attrName {owner group permissions} {
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCommandQueue.cpp65 initWithNext:owner:action:size:
67 owner: (id) inOwner
73 the chain and the owner and action. On return the signalWorkAvailableIMP
79 See also: initWithNext:owner:action:(IOEventSource)
169 (uintptr_t) action, (uintptr_t) owner);
172 (*(IOCommandQueueAction) action)(owner, field0, field1, field2, field3);
176 (uintptr_t) action, (uintptr_t) owner);
263 target = owner;
H A DIOTimerEventSource.cpp120 VM_KERNEL_UNSLIDE(doit), (uintptr_t) me->owner);
122 (*doit)(me->owner, me);
124 DTRACE_TMR3(iotescallout__expire, Action, doit, OSObject, me->owner, void, me->workLoop);
129 VM_KERNEL_UNSLIDE(doit), (uintptr_t) me->owner);
162 VM_KERNEL_UNSLIDE(doit), (uintptr_t) me->owner);
164 (*doit)(me->owner, me);
166 DTRACE_TMR3(iotescallout__expire, Action, doit, OSObject, me->owner, void, me->workLoop);
171 VM_KERNEL_UNSLIDE(doit), (uintptr_t) me->owner);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DLabel.java156 * @param owner the code writer that calls this method.
166 final MethodWriter owner,
226 * @param owner the code writer that calls this method.
240 final MethodWriter owner,
165 put( final MethodWriter owner, final ByteVector out, final int source, final boolean wideOffset) argument
239 resolve( final MethodWriter owner, final int position, final byte[] data) argument
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/data/
H A Dslapd.at.conf14 attribute owner dn
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.h74 @param owner A reference to the owner of this ROM
81 virtual bool initWithOwnerAndBytes( IOFireWireDevice * owner, const void *bytes, unsigned int inLength, UInt32 generation );
87 @param owner A reference to the owner of this ROM
94 static IOFireWireROMCache *withOwnerAndBytes( IOFireWireDevice * owner, const void *bytes, unsigned int inLength, UInt32 generation );
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPlatformPasteboardMac.mm107 [m_pasteboard.get() addTypes:types owner:nil];
120 [m_pasteboard.get() addTypes:types.get() owner:nil];
126 [m_pasteboard.get() declareTypes:nil owner:nil];
134 [m_pasteboard.get() declareTypes:types.get() owner:nil];
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dmaster_test.c38 print_dataset(void *arg, dns_name_t *owner, dns_rdataset_t *dataset) { argument
46 result = dns_rdataset_totext(dataset, owner, ISC_FALSE, ISC_FALSE,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.h111 virtual bool init( IOHIDDevice * owner, IOHIDElementType type );
120 IOHIDDevice * owner,
141 IOHIDDevice * owner,
147 IOHIDDevice * owner,
153 IOHIDDevice * owner,
159 IOHIDDevice * owner,
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tkey/
H A Dtests.sh39 for owner in . foo.example.
41 echo "I:creating new key using owner name \"$owner\""
43 keyname=`./keycreate $dhkeyname $owner` || ret=1
82 echo "I:creating new key using owner name bar.example."
/macosx-10.9.5/libauto-185.5/auto_tester/
H A DEnliveningRace.m93 id owner;
97 @property id owner;
102 @synthesize owner, list;
210 worker_address = queue.owner = [ERWorker new];
213 ERWorker *worker = queue.owner;
227 ERWorker *worker = queue.owner;
241 ERWorker *worker = queue.owner;
247 ERWorker *worker = queue.owner;
252 ERWorker *worker = queue.owner;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DSybase.pm90 foreach my $owner (@$owners) {
91 push @owners, $owner
92 if defined $self->_uid($db, $owner);
148 foreach my $owner (@$owners) {
149 my ($uid) = $self->_uid($db, $owner);
165 schema => $owner,
175 my ($self, $db, $owner) = @_;
180 WHERE name = @{[ $self->dbh->quote($owner) ]}
190 my $owner = $table->schema;
199 AND o.uid = @{[ $self->_uid($db, $owner) ]}
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h293 static IOReturn waitForBSDClienAction(OSObject *owner, void *, void *, void *, void *);
295 static IOReturn stopAction(OSObject *owner, void *, void *, void *, void *);
296 static IOReturn acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *);
297 static IOReturn releasePortAction(OSObject *owner, void *, void *, void *, void *);
298 static IOReturn getStateAction(OSObject *owner, void *, void *, void *, void *);
299 static IOReturn setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
300 static IOReturn watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
301 static IOReturn executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
302 static IOReturn enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
303 static IOReturn dequeueDataAction(OSObject *owner, voi
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/dav/lock/
H A Dlocks.c64 * char[] owner,
117 const char *owner; /* owner field from activelock */ member in struct:dav_lock_discovery
145 + ((a)->owner ? strlen((a)->owner) : 0) \
492 if (dp->owner == NULL) {
496 memcpy(ptr, dp->owner, strlen(dp->owner) + 1);
497 ptr += strlen(dp->owner) + 1;
609 /* Do we have an owner fiel
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DWebLayer.mm50 WebCore::PlatformCALayerClient* layerContents = platformLayer->owner();
131 // Re-fetch the layer owner, since <rdar://problem/9125151> indicates that it might have been destroyed during painting.
132 layerContents = platformLayer->owner();
192 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
204 if (PlatformCALayerClient* layerOwner = platformLayer->owner()) {
227 if (layer && layer->owner())
228 layer->owner()->platformCALayerLayerDidDisplay(self);
/macosx-10.9.5/swig-10/Lib/python/
H A Ddirector.swg420 mutable ownership_map owner;
431 owner[vptr] = new GCArray_T<Type>(vptr);
440 owner[vptr] = new GCItem_T<Type>(vptr);
448 owner[vptr] = new GCItem_Object(own);
457 ownership_map::iterator iter = owner.find(vptr);
458 if (iter != owner.end()) {
460 owner.erase(iter);
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngineUserClient.h203 static IOReturn closeClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
213 static IOReturn registerNotificationAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
246 static IOReturn registerBufferAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
248 static IOReturn unregisterBufferAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
254 static IOReturn getNearestStartTimeAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
265 static IOReturn startClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
267 static IOReturn stopClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp48 void PlatformCALayer::setOwner(PlatformCALayerClient* owner) argument
50 m_owner = owner;
88 PassRefPtr<PlatformCALayer> PlatformCALayer::create(LayerType layerType, PlatformCALayerClient* owner) argument
90 return adoptRef(new PlatformCALayer(layerType, 0, owner));
93 PassRefPtr<PlatformCALayer> PlatformCALayer::create(void* platformLayer, PlatformCALayerClient* owner) argument
95 return adoptRef(new PlatformCALayer(LayerTypeCustom, static_cast<PlatformLayer*>(platformLayer), owner));
107 if (layer && layer->owner())
108 layer->owner()->platformCALayerLayoutSublayersOfLayer(layer);
111 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner) argument
112 : m_owner(owner)
[all...]

Completed in 311 milliseconds

1234567891011>>