Searched refs:owner (Results 1 - 25 of 40) sorted by relevance

12

/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dlchown.c45 lchown(const char *path, uid_t owner, gid_t group) argument
47 int ret = __lchown(path, owner, group);
/xnu-2782.1.97/osfmk/vm/
H A Dvm_purgeable.c86 void vm_purgeable_nonvolatile_owner_update(task_t owner,
88 void vm_purgeable_volatile_owner_update(task_t owner,
691 task_t owner; local
717 owner = object->vo_purgeable_owner;
718 if (owner) {
719 object_task_importance = task_importance_estimate(owner);
755 /* one less volatile object for this object's owner */
768 /* one more nonvolatile object for this object's owner */
1001 /* one less nonvolatile object for this object's owner */
1012 /* one more volatile object for this object's owner */
1073 task_t owner; local
1433 vm_purgeable_nonvolatile_enqueue( vm_object_t object, task_t owner) argument
1492 task_t owner; local
1531 task_t owner; local
1674 vm_purgeable_nonvolatile_owner_update( task_t owner, int delta) argument
1694 vm_purgeable_volatile_owner_update( task_t owner, int delta) argument
1718 task_t owner; local
[all...]
H A Dvm_resident.c1105 task_t owner; local
1222 owner = TASK_NULL;
1224 owner = object->vo_purgeable_owner;
1226 if (owner &&
1230 ledger_credit(owner->ledger,
1234 ledger_credit(owner->ledger,
1238 } else if (owner &&
1243 ledger_credit(owner->ledger,
1402 task_t owner; local
1503 owner
2556 task_t owner; local
2865 task_t owner; local
2988 task_t owner; local
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp134 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
139 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
163 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
172 filterRes = (*filterAction)(owner, this);
187 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
203 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
212 filterRes = (*filterAction)(owner, this);
227 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
H A DIOPMPowerStateQueue.h55 virtual bool init( OSObject * owner, Action action );
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
H A DIOCommandGate.cpp185 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
190 res = (*inAction)(owner, arg0, arg1, arg2, arg3);
194 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
223 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
227 res = (*inAction)(owner, arg0, arg1, arg2, arg3);
231 VM_KERNEL_UNSLIDE(inAction), (uintptr_t) owner);
H A DIOInterruptEventSource.cpp122 reserved->statistics->owner = this;
311 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
324 (*intAction)(owner, this, numInts);
344 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
355 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
368 (*intAction)(owner, this, -numInts);
388 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
407 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
418 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
432 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
[all...]
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);
H A DIOSubMemoryDescriptor.cpp164 IOMemoryDescriptor * owner,
181 owner,
163 makeMapping( IOMemoryDescriptor * owner, task_t intoTask, IOVirtualAddress address, IOOptionBits options, IOByteCount offset, IOByteCount length ) argument
H A DIOPMPowerStateQueue.cpp96 (*queueAction)(owner, entry->eventType, entry->arg0, entry->arg1);
H A DIODMAEventSource.cpp170 (*dmaCompletionAction)(owner, this, dmaCommand, dmaCommand->reserved->fStatus, dmaCommand->reserved->fActualByteCount, dmaCommand->reserved->fTimeStamp);
196 if (dmaNotificationAction != 0) (*dmaNotificationAction)(owner, this, dmaCommand, status, actualByteCount, timeStamp);
H A DIOEventSource.cpp142 owner = inOwner;
/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandGate.h71 @param owner
72 Target of the function, can be used as a refcon. The owner is set
81 typedef IOReturn (*Action)(OSObject *owner,
100 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
106 @param owner Owner of this, newly created, instance of the IOCommandGate. This argument will be used as the first parameter in the action callout.
113 virtual bool init(OSObject *owner, Action action = 0);
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
54 static IODMAEventSource *dmaEventSource(OSObject *owner,
82 virtual bool init(OSObject *owner,
H A DIOEventSource.h80 checkForWork() is the key method in this class. It is called by some work-loop when convienient and is expected to evaluate its internal state and determine if an event has occurred since the last call. In the case of an event having occurred then the instance defined target(owner)/action will be called. The action is stored as an ordinary C function pointer but the first parameter is always the owner. This means that a C++ member function can be used as an action function though this depends on the ABI.
82 Although the eventChainNext variable contains a reference to the next event source in the chain this reference is not retained. The list 'owner' i.e. the client that creates the event, not the work-loop, is expected to retain the source.
98 @param owner
99 Target of the function, can be used as a refcon. The owner is set
103 typedef void (*Action)(OSObject *owner, ...);
114 /*! @var owner The owner object called when an event has been delivered. */
115 OSObject *owner; member in class:IOEventSource
148 @param owner
[all...]
H A DIOTimerEventSource.h104 @param owner Owning target object. Note by a startling coincidence the first parameter in a C callout is currently used to define the target of a C++ member function.
106 typedef void (*Action)(OSObject *owner, IOTimerEventSource *sender);
110 @param owner
113 timerEventSource(OSObject *owner, Action action = 0);
116 @abstract Initializes the timer with an owner, and a handler to call when the timeout expires.
117 @param owner
119 virtual bool init(OSObject *owner, Action action = 0);
H A DIOFilterInterruptEventSource.h60 @param owner Pointer to the owning/client instance.
98 @param owner Owner/client of this event source.
105 filterInterruptEventSource(OSObject *owner,
113 @param owner Owner/client of this event source.
120 virtual bool init(OSObject *owner,
H A DIOInterruptEventSource.h68 @param owner Pointer to client instance.
89 Current count of produced interrupts that the owner has been informed of. */
115 @discussion This function called when the work-loop is ready to check for any work to do and then to call out the owner/action.
127 @param owner Owning client of the new event source.
133 interruptEventSource(OSObject *owner,
140 @param owner Owning client of the new event source.
146 virtual bool init(OSObject *owner,
H A DIOInterruptAccountingPrivate.h171 OSObject * owner; /* The owner of the statistics; currently always an IOIES or a subclass of it */ member in struct:IOInterruptAccountingData
174 * We have no guarantee that the owner will not temporarily mutate its index value (i.e, in setWorkLoop
181 * valid for the lifetime of the owner.
216 * longer lived than the interrupt; as a result, our owner may not be the first to register for a
218 * statistics in terms of {nub id, index}, not in terms of our owner).
H A DIOSubMemoryDescriptor.h98 IOMemoryDescriptor * owner,
/xnu-2782.1.97/osfmk/kern/
H A Dsync_sema.h53 task_t owner; /* task that owns semaphore */ member in struct:semaphore
/xnu-2782.1.97/bsd/net/
H A Dpf_ruleset.c226 pf_find_ruleset_with_owner(const char *path, const char *owner, int is_anchor, argument
240 if ((owner && anchor->owner && (!strcmp(owner, anchor->owner)))
241 || (is_anchor && !strcmp(anchor->owner, "")))
/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py787 owner = Cast(i.owner, 'IOInterruptEventSource *')
788 nub = Cast(owner.provider, 'IORegistryEntry *')
837 owner = Cast(i.owner, 'IOInterruptEventSource *')
838 nub = Cast(owner.provider, 'IORegistryEntry *')
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c282 if (jnl->owner) {
283 panic ("jnl: owner is %p, expected NULL\n", jnl->owner);
285 jnl->owner = current_thread();
291 jnl->owner = NULL;
629 // mark this so that we're the owner of dealing with the
2215 if (jnl->owner != current_thread()) {
2540 if (jnl->owner == current_thread()) {
2542 panic("jnl: start_tr: active_tr is NULL (jnl @ %p, owner %p, current_thread %p\n",
2543 jnl, jnl->owner, current_threa
[all...]

Completed in 186 milliseconds

12