Searched refs:namelist (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/Documentation/ia64/ |
D | aliasing-test.c | 67 struct dirent **namelist; in scan_tree() local 72 n = scandir(path, &namelist, 0, alphasort); in scan_tree() 79 name = namelist[i]->d_name; in scan_tree() 114 free(namelist[i]); in scan_tree() 116 free(namelist); in scan_tree() 151 struct dirent **namelist; in scan_rom() local 156 n = scandir(path, &namelist, 0, alphasort); in scan_rom() 163 name = namelist[i]->d_name; in scan_rom() 202 free(namelist[i]); in scan_rom() 204 free(namelist); in scan_rom()
|
/linux-2.6.39/tools/perf/util/ |
D | thread_map.c | 20 struct dirent **namelist = NULL; in thread_map__new_by_pid() local 24 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid() 31 threads->map[i] = atoi(namelist[i]->d_name); in thread_map__new_by_pid() 36 free(namelist[i]); in thread_map__new_by_pid() 37 free(namelist); in thread_map__new_by_pid()
|
D | probe-event.c | 1598 struct strlist *namelist, bool allow_suffix) in get_new_event_name() argument 1608 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 1624 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 1643 struct strlist *namelist; in __add_probe_trace_events() local 1649 namelist = get_probe_trace_event_names(fd, false); in __add_probe_trace_events() 1650 if (!namelist) { in __add_probe_trace_events() 1673 namelist, allow_suffix); in __add_probe_trace_events() 1688 strlist__add(namelist, event); in __add_probe_trace_events() 1716 strlist__delete(namelist); in __add_probe_trace_events() 1883 const char *event, struct strlist *namelist) in del_trace_probe_event() argument [all …]
|
D | symbol.c | 2526 struct dirent **namelist = NULL; in machines__create_guest_kernel_maps() local 2538 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps() 2542 if (!isdigit(namelist[i]->d_name[0])) { in machines__create_guest_kernel_maps() 2546 pid = atoi(namelist[i]->d_name); in machines__create_guest_kernel_maps() 2549 namelist[i]->d_name); in machines__create_guest_kernel_maps() 2558 free(namelist); in machines__create_guest_kernel_maps()
|
/linux-2.6.39/sound/usb/ |
D | mixer.c | 1762 char **namelist; in parse_audio_selector_unit() local 1800 namelist = kmalloc(sizeof(char *) * desc->bNrInPins, GFP_KERNEL); in parse_audio_selector_unit() 1801 if (! namelist) { in parse_audio_selector_unit() 1810 namelist[i] = kmalloc(MAX_ITEM_NAME_LEN, GFP_KERNEL); in parse_audio_selector_unit() 1811 if (! namelist[i]) { in parse_audio_selector_unit() 1814 kfree(namelist[i]); in parse_audio_selector_unit() 1815 kfree(namelist); in parse_audio_selector_unit() 1819 len = check_mapped_selector_name(state, unitid, i, namelist[i], in parse_audio_selector_unit() 1822 len = get_term_name(state, &iterm, namelist[i], MAX_ITEM_NAME_LEN, 0); in parse_audio_selector_unit() 1824 sprintf(namelist[i], "Input %d", i); in parse_audio_selector_unit() [all …]
|
/linux-2.6.39/fs/xfs/ |
D | xfs_attr_leaf.h | 114 xfs_attr_leaf_name_local_t namelist; /* grows from bottom of buf */ member
|
/linux-2.6.39/ |
D | README | 337 line (ignore the "0010:"), and look it up in the kernel namelist to 342 the file 'linux/vmlinux'. To extract the namelist and match it against
|