Home
last modified time | relevance | path

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

/openbsd/sys/ufs/ufs/
H A Dquota.h80 #define SUBCMDMASK 0x00ff macro
82 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
H A Dufs_quota.c1059 type = cmds & SUBCMDMASK; in ufs_quotactl()