Searched refs:pagedb_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sbin/camcontrol/ |
| H A D | modeedit.c | 443 if ((pagedb = fopen(pagedb_path, "r")) == NULL) in load_format() 478 errx(EX_OSFILE, "%s:%d: %s", pagedb_path, in load_format() 536 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 552 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 583 err(EX_OSFILE, "%s", pagedb_path); in load_format() 1098 pagedb_path = DEFAULT_SCSI_MODE_DB; in mode_edit() 1105 pagedb_path); in mode_edit() 1110 pagedb_path); in mode_edit() 1160 const char *pagedb_path; in mode_list() local 1163 if ((pagedb_path = getenv("SCSI_MODES")) == NULL) in mode_list() [all …]
|