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

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/config/
H A DinstallFile.tcl32 set owner [lindex $argv $i]
109 foreach attrName {owner group permissions} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/config/
H A DinstallFile.tcl32 set owner [lindex $argv $i]
109 foreach attrName {owner group permissions} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/config/
H A DinstallFile.tcl32 set owner [lindex $argv $i]
109 foreach attrName {owner group permissions} {
/macosx-10.10/xnu-2782.1.97/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.10/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.10/IOFireWireFamily-456/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.10/WebCore-7600.1.25/html/
H A DHTMLFrameOwnerElement.cpp53 // Make sure we will not end up with two frames referencing the same owner element.
135 bool SubframeLoadingDisabler::canLoadFrame(HTMLFrameOwnerElement& owner) argument
137 for (ContainerNode* node = &owner; node; node = node->parentOrShadowHostNode()) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayer.cpp45 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformCALayerClient* owner) argument
48 , m_owner(owner)
54 // Clear the owner, which also clears it in the delegate to prevent attempts
/macosx-10.10/bind9-45.101/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.10/postfix-255/postfix/src/util/
H A Ddict_alloc.c153 dict->owner.status = DICT_OWNER_UNKNOWN;
154 dict->owner.uid = ~0;
/macosx-10.10/IOHIDFamily-606.1.7/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.10/JavaScriptCore-7600.1.17/heap/
H A DSlotVisitorInlines.h237 inline void SlotVisitor::copyLater(JSCell* owner, CopyToken token, void* ptr, size_t bytes) argument
249 if (heap()->operationInProgress() == FullCollection || block->shouldReportLiveBytes(locker, owner)) {
251 block->reportLiveBytes(locker, owner, token, bytes);
255 inline void SlotVisitor::reportExtraMemoryUsage(JSCell* owner, size_t size) argument
259 if (heap()->operationInProgress() == EdenCollection && Heap::isRemembered(owner))
262 UNUSED_PARAM(owner);
/macosx-10.10/bind9-45.101/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.10/libauto-186/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.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h294 static IOReturn waitForBSDClienAction(OSObject *owner, void *, void *, void *, void *);
296 static IOReturn stopAction(OSObject *owner, void *, void *, void *, void *);
297 static IOReturn acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *);
298 static IOReturn releasePortAction(OSObject *owner, void *, void *, void *, void *);
299 static IOReturn getStateAction(OSObject *owner, void *, void *, void *, void *);
300 static IOReturn setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
301 static IOReturn watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
302 static IOReturn executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
303 static IOReturn enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
304 static IOReturn dequeueDataAction(OSObject *owner, voi
[all...]
/macosx-10.10/apache-793/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) \
490 if (dp->owner == NULL) {
494 memcpy(ptr, dp->owner, strlen(dp->owner) + 1);
495 ptr += strlen(dp->owner) + 1;
607 /* Do we have an owner fiel
[all...]
/macosx-10.10/swig-12/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.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h311 static IOReturn stopAction(OSObject *owner, void *, void *, void *, void *);
312 static IOReturn acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *);
313 static IOReturn releasePortAction(OSObject *owner, void *, void *, void *, void *);
314 static IOReturn getStateAction(OSObject *owner, void *, void *, void *, void *);
315 static IOReturn setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
316 static IOReturn watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
317 static IOReturn executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
318 static IOReturn enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
319 static IOReturn dequeueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h120 static void deferredCLUTSetInterrupt( OSObject * owner,
122 static void deferredSpeedChangeEvent( OSObject * owner,
128 static void systemWork(OSObject * owner,
130 static void controllerAsyncWork(OSObject * owner,
136 static void serverAckTimeout(OSObject * owner, IOTimerEventSource * sender);
151 static void dpInterrupt(OSObject * owner, IOTimerEventSource * sender);
159 static void deferredVBLDisable(OSObject * owner,
161 static void updateVBL(OSObject * owner, IOTimerEventSource * sender);
162 static void deferredCLUTSetTimer(OSObject * owner, IOTimerEventSource * sender);
165 static void writePrefs( OSObject * owner, IOTimerEventSourc
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokendatabase.h171 const AccessCredentials *cred, const AclEntryPrototype *owner,
174 const AccessCredentials *cred, const AclEntryPrototype *owner,
178 const AccessCredentials *cred, const AclEntryPrototype *owner,
185 const AccessCredentials *cred, const AclEntryPrototype *owner,
220 uint32 moreAttributes, const AclEntryPrototype *owner);
/macosx-10.10/SecurityTokend-55108/lib/
H A Dtdclient.h129 const AccessCredentials *cred, const AclEntryPrototype *owner,
133 const AccessCredentials *cred, const AclEntryPrototype *owner,
147 const AccessCredentials *cred, const AclEntryPrototype *owner,
157 const AccessCredentials *cred, const AclEntryPrototype *owner,
170 void getOwner(AclKind kind, GenericHandle key, AclOwnerPrototype *&owner);
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A Dtdclient.h129 const AccessCredentials *cred, const AclEntryPrototype *owner,
133 const AccessCredentials *cred, const AclEntryPrototype *owner,
147 const AccessCredentials *cred, const AclEntryPrototype *owner,
157 const AccessCredentials *cred, const AclEntryPrototype *owner,
170 void getOwner(AclKind kind, GenericHandle key, AclOwnerPrototype *&owner);
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dnsap-ptr_23.c148 dns_name_toregion(&nsap_ptr->owner, &region);
170 dns_name_init(&nsap_ptr->owner, NULL);
171 RETERR(name_duporclone(&name, mctx, &nsap_ptr->owner));
187 dns_name_free(&nsap_ptr->owner, nsap_ptr->mctx);
239 UNUSED(owner);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/MainMenu.nib/
H A D_MainMenu_EOArchive.java13 public _MainMenu_EOArchive(Object owner, NSDisposableRegistry registry) { argument
14 super(owner, registry);
18 Object owner = _owner();
19 EOArchive._ObjectInstantiationDelegate delegate = (owner instanceof EOArchive._ObjectInstantiationDelegate) ? (EOArchive._ObjectInstantiationDelegate)owner : null;

Completed in 222 milliseconds

1234567891011>>