Searched defs:vfs (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libuvfs/common/
H A Ddoor.c33 #include <sys/vfs.h>
91 libuvfs_callback_server(void *vfs, char *arg, size_t argsize, argument
94 libuvfs_fs_t *fs = vfs;
207 void *vfs)
209 libuvfs_fs_t *fs = vfs;
206 libuvfs_worker_create(door_info_t *dinfo, void *(*tfunc)(void *), void *targ, void *vfs) argument
H A Dfs.c137 libuvfs_fs_construct(void *vfs, void *foo, int bar) argument
139 libuvfs_fs_t *fs = vfs;
154 libuvfs_fs_destroy(void *vfs, void *foo) argument
156 libuvfs_fs_t *fs = vfs;
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprobe.c74 struct statvfs vfs; local
77 if (!statvfs(path, &vfs))
80 if (vfs.f_flag & ST_RDONLY)
84 if ((vfs.f_flag & ST_NOSUID) && (stat(path, &st) || st.st_uid != getuid() && st.st_uid != geteuid()))
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c348 static struct statvfs vfs; local
350 if (statvfs("/", &vfs) >= 0) {
351 if (strncmp(vfs.f_basetype, "nfs", sizeof ("nfs") - 1) == 0) {
352 vfs.f_basetype[sizeof ("nfs") - 1] = '\0';
354 rootfs_type = vfs.f_basetype;

Completed in 24 milliseconds