Lines Matching defs:ds_path
77 const char *ds_path; /* path to device */
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);