| /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...] |
| 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...] |
| 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...] |