HomeSort by: relevance | last modified time | path
    Searched defs:ds_path (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/screenblank/
screenblank.c 77 const char *ds_path; /* path to device */ member in struct:dev_stat
248 if (stat(dsp->ds_path, &st) == -1) {
250 "Can't stat `%s' (%m)", dsp->ds_path);
320 dsp->ds_path = path;
355 if ((fd = open(dsp->ds_path, O_RDWR, 0)) == -1) {
356 syslog(LOG_WARNING, "Cannot open `%s' (%m)", dsp->ds_path);
362 dsp->ds_path);
383 if ((fd = open(dsp->ds_path, O_RDWR, 0)) == -1) {
385 dsp->ds_path);
390 dsp->ds_path);
    [all...]

Completed in 12 milliseconds