Searched refs:pagedb_path (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/camcontrol/ |
H A D | modeedit.c | 119 static int load_format(const char *pagedb_path, int lpage, 401 load_format(const char *pagedb_path, int lpage, int lsubpage) in load_format() argument 441 if ((pagedb = fopen(pagedb_path, "r")) == NULL) in load_format() 476 errx(EX_OSFILE, "%s:%d: %s", pagedb_path, in load_format() 534 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 550 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 567 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 581 err(EX_OSFILE, "%s", pagedb_path); in load_format() 1086 const char *pagedb_path; /* Path to modepage database. */ in mode_edit() local 1095 if ((pagedb_path = getenv("SCSI_MODES")) == NULL) in mode_edit() [all …]
|