Searched refs:pagedb_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sbin/camcontrol/ |
| H A D | modeedit.c | 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() 581 err(EX_OSFILE, "%s", pagedb_path); in load_format() 1096 pagedb_path = DEFAULT_SCSI_MODE_DB; in mode_edit() 1103 pagedb_path); in mode_edit() 1108 pagedb_path); in mode_edit() 1158 const char *pagedb_path; in mode_list() local 1161 if ((pagedb_path = getenv("SCSI_MODES")) == NULL) in mode_list() [all …]
|