Home
last modified time | relevance | path

Searched refs:i_ofd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c110 fscache_object_p->i_ofd = -1; in cfsd_fscache_create()
145 if (fscache_object_p->i_ofd >= 0) { in cfsd_fscache_destroy()
146 if (close(fscache_object_p->i_ofd)) in cfsd_fscache_destroy()
149 fscache_object_p->i_ofd = -1; in cfsd_fscache_destroy()
372 if (fscache_object_p->i_ofd < 0) in fscache_setup()
373 fscache_object_p->i_ofd = open("/dev/sysmsg", in fscache_setup()
375 if (fscache_object_p->i_ofd < 0) { in fscache_setup()
1377 write(fscache_object_p->i_ofd, strp, strlen(strp)); in fscache_rollone()
H A Dcfsd_subr.c220 if (fscache_object_p->i_ofd >= 0) { in subr_mount_thread()
221 if (close(fscache_object_p->i_ofd)) in subr_mount_thread()
224 fscache_object_p->i_ofd = -1; in subr_mount_thread()
H A Dcfsd_fscache.h65 int i_ofd; /* message file descriptor */ member