OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ds_path
(Results
1 - 2
of
2
) 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
...]
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-cds.c
1095
const char *
ds_path
= NULL;
local
1123
ds_path
= isc_commandline_argument;
1194
if (
ds_path
== NULL) {
1197
load_parent_set(
ds_path
);
1291
write_parent_set(
ds_path
, inplace, nsupdate, &old_ds_set);
1356
write_parent_set(
ds_path
, inplace, nsupdate, &new_ds_set);
Completed in 56 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026