Searched refs:assume (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c1425 * assume the identity of another process or to revert back to normal identity
1428 * When the "assume" argument is non zero the current thread will assume the
1431 * When the assume argument is zero we revert back to our normal identity.
1441 AUDIT_ARG(value, uap->assume);
1455 * assume argument tells us to assume the identity of the process with the
1458 if (uap->assume != 0) {
1464 /* can't assume the identity of the kernel process */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s159 li r3,0 ; assume we are going to return null
160 ld r4,pmapSkipLists(r6) ; assume prev ptr null... so next is first
247 li r3,0 ; assume we are going to return null
248 lwz r4,pmapSkipLists+4(r6) ; assume prev ptr null... so next is first
821 * Called on a bl, with the pmap ptr in r20. We assume the pmap is locked (shared) and
H A Dsavearea_asm.s336 li r3,0 ; assume upper word was 0
808 * address. We assume that IR, DR, and EE are all off, that SF is on, and:
879 * address. We assume that IR, DR, and EE are all off, and:
1476 isync ; assume we got it
H A Dlowmem_vectors.s1907 ; Note that we assume that emfp0 is on an altivec boundary
2917 ; We assume kernel data is mapped contiguously in physical
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1216 char assume_l_[PADL_(int)]; int assume; char assume_r_[PADR_(int)]; member in struct:settid_with_pid_args

Completed in 46 milliseconds