Searched refs:check_path (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/tcpd/ |
H A D | inetcf.c | 94 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 D | tcpdmatch.c | 103 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 D | scaffold.h | 9 extern int check_path();
|
H A D | scaffold.c | 191 int check_path(path, st) in check_path() function 210 (void) check_path(buf[0] ? buf : "/", &stbuf);
|
H A D | tcpdchk.c | 129 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 153 (void) check_path(hosts_allow_table, &st); 154 (void) check_path(hosts_deny_table, &st);
|
/titanic_44/usr/src/cmd/svc/configd/ |
H A D | backend.c | 1255 const char *check_path; in backend_check_readonly() local 1280 check_path = IS_VOLATILE(be) ? be->be_ppath : be->be_path; in backend_check_readonly() 1282 new = sqlite_open(check_path, 0600, &errp); in backend_check_readonly() 1284 backend_panic("reopening %s: %s\n", check_path, errp); in backend_check_readonly() 1287 r = backend_is_readonly(new, check_path); in backend_check_readonly()
|