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

12

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp133 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
138 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
160 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
163 filterRes = (*filterAction)(owner, this);
167 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
181 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
184 filterRes = (*filterAction)(owner, this);
188 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 DIOInterruptEventSource.cpp214 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
217 (*intAction)(owner, this, numInts);
221 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
232 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
235 (*intAction)(owner, this, -numInts);
239 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
258 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
263 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
277 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
282 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
[all...]
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 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.cpp121 (uintptr_t) doit, (uintptr_t) me->owner);
123 (*doit)(me->owner, me);
125 DTRACE_TMR3(iotescallout__expire, Action, doit, OSObject, me->owner, void, me->workLoop);
130 (uintptr_t) doit, (uintptr_t) me->owner);
163 (uintptr_t) doit, (uintptr_t) me->owner);
165 (*doit)(me->owner, me);
167 DTRACE_TMR3(iotescallout__expire, Action, doit, OSObject, me->owner, void, me->workLoop);
172 (uintptr_t) 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.cpp148 (*dmaCompletionAction)(owner, this, dmaCommand, dmaCommand->reserved->fStatus, dmaCommand->reserved->fActualByteCount);
173 if (dmaNotificationAction != 0) (*dmaNotificationAction)(owner, this, dmaCommand, status, actualByteCount);
H A DIOEventSource.cpp142 owner = inOwner;
H A DIOPMrootDomain.cpp430 IOPMrootDomain *owner; member in class:IOPMTimeline
467 IOPMrootDomain *owner; member in class:PMTraceWorker
520 IOPMrootDomain *owner; member in class:PMAssertionsTracker
6691 PMTraceWorker *PMTraceWorker::tracer(IOPMrootDomain *owner) argument
6706 me->owner = owner;
6758 addedToRegistry = owner->setProperty("PCITopLevel", this);
7575 myself->owner = root_domain;
7747 swUUIDKey = OSDynamicCast(OSString, owner->copyProperty(kIOPMSleepWakeUUIDKey));
7935 myself->owner
[all...]
/darwin-on-arm/xnu/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);
54 static IODMAEventSource *dmaEventSource(OSObject *owner,
76 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.h66 @param owner Pointer to client instance.
87 Current count of produced interrupts that the owner has been informed of. */
111 @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.
123 @param owner Owning client of the new event source.
129 interruptEventSource(OSObject *owner,
136 @param owner Owning client of the new event source.
142 virtual bool init(OSObject *owner,
H A DIOSubMemoryDescriptor.h98 IOMemoryDescriptor * owner,
/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_sema.h54 task_t owner; /* task that owns semaphore */ member in struct:semaphore
H A Dsync_lock.h74 task_t owner; /* task that owns the lock set */ member in struct:lock_set
H A Dsync_sema.c186 * One reference for caller, one for port, and one for owner
212 s->owner = task;
247 if (semaphore->owner != task) {
252 semaphore->owner = TASK_NULL;
/darwin-on-arm/xnu/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, "")))
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c613 // mark this so that we're the owner of dealing with the
2193 if (jnl->owner != current_thread()) {
2497 if (jnl->owner == current_thread()) {
2499 panic("jnl: start_tr: active_tr is NULL (jnl @ %p, owner %p, current_thread %p\n",
2500 jnl, jnl->owner, current_thread());
2507 if (jnl->owner != NULL || jnl->nested_count != 0 || jnl->active_tr != NULL) {
2508 panic("jnl: start_tr: owner %p, nested count %d, active_tr %p jnl @ %p\n",
2509 jnl->owner, jnl->nested_count, jnl->active_tr, jnl);
2512 jnl->owner = current_thread();
2545 // printf("jnl: start_tr: owner
[all...]
H A Dvfs_journal.h179 void *owner; // a ptr that's unique to the calling process member in struct:journal

Completed in 135 milliseconds

12