Lines Matching refs:strmap
110 struct strmap { struct
121 int str_to_value(struct strmap *map, char *str); argument
122 struct strmap *str_lookup(struct strmap *map, char *str);
123 char *value_to_string(struct strmap *map, int val);
150 struct strmap *Offset_Mode; /* M_SEQUENTIAL, M_RANDOM, etc. */
172 struct strmap *Flag_List[128]; /* flags selected from cmdline */
174 struct strmap *Syscall_List[128]; /* syscalls selected on cmdline */
178 struct strmap *Aio_Strat_List[128]; /* Async io completion types */
185 struct strmap Aio_Strat_Map[] = {
222 struct strmap Omode_Map[] = {
238 struct strmap Syscall_Map[] = {
321 struct strmap Flag_Map[] = {
361 struct strmap Ftype_Map[] = {
585 struct strmap *flags, *sc, *aio_strat; in form_iorequest()
1326 int str_to_value(struct strmap *map, char *str) in str_to_value()
1328 struct strmap *mp; in str_to_value()
1342 struct strmap *str_lookup(struct strmap *map, char *str) in str_lookup()
1344 struct strmap *mp; in str_lookup()
1358 char *value_to_string(struct strmap *map, int val) in value_to_string()
1360 struct strmap *mp; in value_to_string()
1377 struct strmap *flgs, *sc; in parse_cmdline()
1382 struct strmap *mp; in parse_cmdline()
1391 struct strmap *type; in parse_cmdline()