Searched refs:group (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_call.c85 thread_call_group_t group),
88 thread_call_group_t group,
92 thread_call_group_t group);
95 thread_call_group_t group);
99 thread_call_group_t group);
111 thread_call_group_t group),
113 thread_call_group_t group);
132 thread_call_group_t group = &thread_call_group0; local
146 queue_init(&group->pending_queue);
147 queue_init(&group
232 _pending_call_enqueue( thread_call_t call, thread_call_group_t group) argument
258 _delayed_call_enqueue( thread_call_t call, thread_call_group_t group, uint64_t deadline) argument
283 _call_dequeue( thread_call_t call, thread_call_group_t group) argument
306 _set_delayed_call_timer( thread_call_t call, thread_call_group_t group) argument
332 thread_call_group_t group = &thread_call_group0; local
377 thread_call_group_t group = &thread_call_group0; local
418 thread_call_group_t group = &thread_call_group0; local
464 thread_call_group_t group = &thread_call_group0; local
580 thread_call_group_t group = &thread_call_group0; local
607 thread_call_group_t group = &thread_call_group0; local
643 thread_call_group_t group = &thread_call_group0; local
669 thread_call_group_t group = &thread_call_group0; local
701 thread_call_group_t group = &thread_call_group0; local
729 thread_call_group_t group = &thread_call_group0; local
758 thread_call_wake( thread_call_group_t group) argument
781 thread_call_group_t group = &thread_call_group0; local
804 thread_call_thread( thread_call_group_t group) argument
871 thread_call_daemon_continue( thread_call_group_t group) argument
907 thread_call_daemon( thread_call_group_t group) argument
926 thread_call_group_t group = p0; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_purgeable.c384 * each volatile group. Select a queue with a ripe token.
385 * Start with first group (0)
389 * No - increment group, then go to (1)
489 vm_purgeable_object_find_and_lock(purgeable_q_t queue, int group) argument
498 for (object = (vm_object_t) queue_first(&queue->objq[group]);
499 !queue_end(&queue->objq[group], (queue_entry_t) object);
503 queue_remove(&queue->objq[group], object,
521 int group; local
540 * we find an object in that group, try to lock it (this can
544 for (group
591 vm_purgeable_object_add(vm_object_t object, purgeable_q_t queue, int group) argument
621 int group; local
[all...]
H A Dvm_purgeable_internal.h108 void vm_purgeable_object_add(vm_object_t object, purgeable_q_t queue, int group);
H A Dvm_resident.c443 int group; local
447 for (group = 0; group < NUM_VOLATILE_GROUPS; group++)
448 queue_init(&purgeable_queues[i].objq[group]);
2618 * set the timer to begin a new group
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dioccom.h89 #define _IOC(inout,group,num,len) \
90 (inout | ((len & IOCPARM_MASK) << 16) | ((group) << 8) | (num))
H A Dsysproto.h1437 char group_l_[PADL_(gid_t)]; gid_t group; char group_r_[PADR_(gid_t)]; member in struct:lchown_args
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLocks.cpp90 lck_grp_t *group; member in struct:_IORecursiveLock
108 lock->group = lockGroup;
129 lck_mtx_free( lock->mutex, lock->group );
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_util.c404 DerivePermissionSummary(uid_t owner, gid_t group, mode_t obj_mode, __unused struct iso_mnt *imp) argument
423 if (kauth_cred_ismember_gid(cred, group, &is_member) == 0 && is_member) {
H A Diso.h231 u_char group [ISODCL (5, 8)]; /* 723 */ member in struct:iso_extended_attributes
H A Dcd9660_node.c367 inop->inode.iso_gid = isonum_723(ap->group); /* what about 0? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s1975 or r8,r7,r8 ; show if any in group of 4 are in use
1979 or r11,r7,r8 ; show if any in group of 8 are in use
1990 la r11,savevr0(r3) ; get address of this group of registers in save area
2003 la r11,savevr8(r3) ; get address of this group of registers in save area
2016 la r11,savevr16(r3) ; get address of this group of registers in save area
2029 la r11,savevr24(r3) ; get address of this group of registers in save area
2042 ; or neither in each group. This cuts down on conditional branches.
2051 la r11,savevr0(r3) ; get address of this group of registers in save area
2058 la r11,savevr2(r3) ; get address of this group of registers in save area
2065 la r11,savevr4(r3) ; get address of this group o
[all...]
H A Dhw_vm.s1499 mtctr r0 ; in this group
1503 ; r31 <- hash group paddr
1539 b hrmGSrchMiss ; No joy in our hash group
1544 ; r31 <- hash group paddr
4688 ; corresponding to our vaddr is selected, and the selected group within
4693 ; our group, which could have dire consequences depending upon where the
4729 ; r31 <- hash group paddr
4741 mtctr r0 ; in this group
4791 ; r31 <- hash group paddr
4803 mtctr r0 ; in this group
[all...]
H A Dhw_lock.s918 lwz r5,MUTEX_GRP(r3) ; Load lock group
1071 lwz r5,MUTEX_GRP(r3) ; Load lock group
1184 lwz r5,MUTEX_GRP(r3) ; Load lck group
1234 lwz r5,MUTEX_GRP(r3) ; Load lock group
1397 lwz r5,MUTEX_GRP(r3) ; Load lock group
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4743 /* the caller is expected to have asked the filesystem for a group at some point */
4747 /* we could test the group UUID here if we had a policy for it */
4886 /* group permissions */
4926 /* Not owner; if group and world both grant it we're done */
4928 _SETWHERE("group/world");
4932 _SETWHERE("group/world");
4937 /* Check group membership (most expensive) */
4947 _SETWHERE("group");
4953 /* Not owner, not in group, use world result */
5117 * Do we need to expand this to support group ownershi
5971 gid_t group; local
[all...]

Completed in 131 milliseconds