Searched refs:pagedb_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sbin/camcontrol/ |
| H A D | modeedit.c | 444 if ((pagedb = fopen(pagedb_path, "r")) == NULL) in load_format() 479 errx(EX_OSFILE, "%s:%d: %s", pagedb_path, in load_format() 537 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 553 errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path, in load_format() 584 err(EX_OSFILE, "%s", pagedb_path); in load_format() 1099 pagedb_path = DEFAULT_SCSI_MODE_DB; in mode_edit() 1106 pagedb_path); in mode_edit() 1111 pagedb_path); in mode_edit() 1161 const char *pagedb_path; in mode_list() local 1164 if ((pagedb_path = getenv("SCSI_MODES")) == NULL) in mode_list() [all …]
|