Home | History | Annotate | Download | only in pbsdboot

Lines Matching defs:path_list

345 struct path_s path_list[] = {
369 int path_list_items = ARRAYSIZEOF(path_list);
455 if (!(path_list[i].flags & PATH_SAVE)) {
459 path_list[i].name, LOGNAME);
524 if (pref_load(path_list, path_list_items) == 0) {
536 wsprintf(tmpbuf, TEXT("%s%S"), path_list[0].name, "netbsd");
561 if (path_list[i].langid == LANGID_DEFAULT ||
562 path_list[i].langid == GetSystemDefaultLangID()) {
565 path_list[i].name, "netbsd");
1185 pref_save(path_list, path_list_items);