HomeSort by relevance Sort by last modified time
    Searched defs:QCMD_TYPE (Results 1 - 4 of 4) sorted by null

  /external/strace/tests/
quotactl.h 53 # ifndef QCMD_TYPE
54 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK)
55 # endif /* !QCMD_TYPE */
  /external/strace/tests-m32/
quotactl.h 53 # ifndef QCMD_TYPE
54 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK)
55 # endif /* !QCMD_TYPE */
  /external/strace/tests-mx32/
quotactl.h 53 # ifndef QCMD_TYPE
54 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK)
55 # endif /* !QCMD_TYPE */
  /external/strace/
quota.c 38 #define QCMD_TYPE(cmd) ((uint32_t)(cmd) & SUBCMDMASK)
446 uint32_t type = QCMD_TYPE(qcmd);

Completed in 180 milliseconds