Home
last modified time | relevance | path

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

/Linux-v4.19/usr/
Dgen_init_cpio.c569 int type_idx; in main() local
604 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { in main()
606 if (! strcmp(line, file_handler_table[type_idx].type)) { in main()
607 if ((rc = file_handler_table[type_idx].handler(args))) { in main()
615 if (NULL == file_handler_table[type_idx].type) { in main()
/Linux-v4.19/tools/perf/util/
Dprobe-file.c715 long type_idx; in sdt_arg_parse_size() local
717 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size()
718 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size()
723 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
/Linux-v4.19/sound/pci/hda/
Dhda_codec.c3902 int index, int *type_idx) in snd_hda_add_imux_item() argument
3913 if (type_idx) in snd_hda_add_imux_item()
3914 *type_idx = label_idx; in snd_hda_add_imux_item()