Searched refs:check_path (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/tcpd/
H A Dscaffold.h9 extern int check_path();
H A Dinetcf.c94 check_path(conf, &st);
178 if (check_path(path, &st) < 0) {
227 if (check_path(arg0, &st) < 0) {
234 if (check_path(daemon, &st) < 0) {
252 } else if (check_path(daemon, &st) >= 0) {
H A Dscaffold.c189 /* check_path - examine accessibility */
191 int check_path(path, st) function
210 (void) check_path(buf[0] ? buf : "/", &stbuf);
H A Dtcpdmatch.c103 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
155 (void) check_path(hosts_allow_table, &st);
156 (void) check_path(hosts_deny_table, &st);
H A Dtcpdchk.c129 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
153 (void) check_path(hosts_allow_table, &st);
154 (void) check_path(hosts_deny_table, &st);
/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 86 milliseconds