Home
last modified time | relevance | path

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

/external/strace/
Daio.c55 SUB_NONE, SUB_COMMON, SUB_VECTOR enumerator
64 [IOCB_CMD_FSYNC] = SUB_NONE, in tprint_lio_opcode()
65 [IOCB_CMD_FDSYNC] = SUB_NONE, in tprint_lio_opcode()
66 [IOCB_CMD_PREADX] = SUB_NONE, in tprint_lio_opcode()
67 [IOCB_CMD_POLL] = SUB_NONE, in tprint_lio_opcode()
68 [IOCB_CMD_NOOP] = SUB_NONE, in tprint_lio_opcode()
76 return cmd < ARRAY_SIZE(subs) ? subs[cmd] : SUB_NONE; in tprint_lio_opcode()
158 case SUB_NONE: in print_iocb()