Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dchain.c121 static int find_by_label(const char *label, struct part_iter **_boot_part) in find_by_label() function
301 if (find_by_label(opt.drivename + 6, &iter) < 0) { in find_dp()