HomeSort by: relevance | last modified time | path
    Searched refs:path_eeprom (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/eeprom/
main.c 66 const char *path_eeprom = _PATH_EEPROM; variable in typeref:typename:const char *
106 path_eeprom = path_openprom = optarg;
eehandlers.c 49 extern char *path_eeprom;
537 fd = open(path_eeprom, wr == IO_WRITE ? O_RDWR : O_RDONLY, 0640);
539 (void)snprintf(err_str, sizeof err_str, "open: %s: %s", path_eeprom,
547 path_eeprom, strerror(errno));
554 path_eeprom, strerror(errno));
564 path_eeprom, strerror(errno));
572 path_eeprom, strerror(errno));

Completed in 36 milliseconds