Lines Matching defs:options
44 static struct options { struct
45 uint8_t opcode;
46 uint8_t flags;
47 uint16_t rsvd;
48 uint32_t nsid;
49 uint32_t data_len;
50 uint32_t metadata_len;
51 uint32_t timeout;
52 uint32_t cdw2;
53 uint32_t cdw3;
54 uint32_t cdw10;
55 uint32_t cdw11;
56 uint32_t cdw12;
57 uint32_t cdw13;
58 uint32_t cdw14;
59 uint32_t cdw15;
60 const char *ifn;
61 bool binary;
62 bool show_command;
63 bool dry_run;
64 bool read;
65 bool write;
66 uint8_t prefill;
67 const char *dev;