Searched refs:fs_is_read_only (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c116 if ((ret = fs_is_read_only("/var", &fsid)) == 1) {
117 (void) fs_is_read_only("/", &rfsid);
128 if ((ret = fs_is_read_only("/var", &fsid)) != 1) {
169 if ((ret = fs_is_read_only("/etc/svc", &fsid)) != 1) {
H A Dmisc.c115 * int fs_is_read_only(char *, ulong_t *)
122 fs_is_read_only(char *path, ulong_t *fsidp) function
H A Dstartd.h729 int fs_is_read_only(char *, ulong_t *);
H A Dfork.c426 if (fs_is_read_only("/", NULL) == 1) {

Completed in 64 milliseconds