Home
last modified time | relevance | path

Searched refs:SUBCMDMASK (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dquota.h120 #define SUBCMDMASK 0x00ff macro
122 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_vfsops.c5057 type = cmds & SUBCMDMASK; in nfs_vfs_quotactl()