Home
last modified time | relevance | path

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

/src/sbin/camcontrol/
H A Dmodeedit.c119 static int load_format(const char *pagedb_path, int lpage,
401 load_format(const char *pagedb_path, int lpage, int lsubpage) in load_format() function
1098 if (load_format(pagedb_path, page, subpage) != 0 && in mode_edit()
1164 if (load_format(pagedb_path, 0, 0) != 0 && verbose && errno == ENOENT) { in mode_list()