Searched defs:check_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tcpd/
H A Dscaffold.c189 /* check_path - examine accessibility */
191 int check_path(path, st) function
210 (void) check_path(buf[0] ? buf : "/", &stbuf);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1255 const char *check_path; local
1280 check_path = IS_VOLATILE(be) ? be->be_ppath : be->be_path;
1282 new = sqlite_open(check_path, 0600, &errp);
1284 backend_panic("reopening %s: %s\n", check_path, errp);
1287 r = backend_is_readonly(new, check_path);

Completed in 49 milliseconds