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 52 # ifndef QCMD_TYPE
53 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK)
54 # endif /* !QCMD_TYPE */
  /external/strace/tests-m32/
quotactl.h 52 # ifndef QCMD_TYPE
53 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK)
54 # endif /* !QCMD_TYPE */
  /external/strace/tests-mx32/
quotactl.h 52 # ifndef QCMD_TYPE
53 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK)
54 # endif /* !QCMD_TYPE */
  /external/strace/
quota.c 37 #define QCMD_TYPE(cmd) ((uint32_t)(cmd) & SUBCMDMASK)
469 uint32_t type = QCMD_TYPE(qcmd);

Completed in 105 milliseconds