Searched refs:newmask (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c689 int32_t curdcd, lastmask, newmask, spr, bit, bito, word; local
703 newmask = dcd->dcdFlgs & dcdMask; /* Isolate the mask index */
704 if(lastmask != newmask) { /* Are we changing masks? */
705 if(!newmask) break; /* If the mask is 0, we match everything and succeed... (note: lastmask can never be 0) */
706 xop = inst & masktab[newmask]; /* Clear all extra bits to make match */
707 lastmask = newmask; /* Remember */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5761 umask1(proc_t p, int newmask, __unused kauth_filesec_t fsec, register_t *retval) argument
5765 AUDIT_ARG(mask, newmask);
5769 fdp->fd_cmask = newmask & ALLPERMS;
5789 ciferror = umask1(p, uap->newmask, xsecdst, retval);
5799 return(umask1(p, uap->newmask, UMASK_NOXSECURITY, retval));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h326 char newmask_l_[PADL_(int)]; int newmask; char newmask_r_[PADR_(int)]; member in struct:umask_args
1091 char newmask_l_[PADL_(int)]; int newmask; char newmask_r_[PADR_(int)]; member in struct:umask_extended_args

Completed in 101 milliseconds