Home
last modified time | relevance | path

Searched refs:rwflag (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Drw.c82 int fflag, ioflag, rwflag; in read() local
102 rwflag = 0; in read()
125 (void) VOP_RWLOCK(vp, rwflag, NULL); in read()
143 VOP_RWUNLOCK(vp, rwflag, NULL); in read()
148 VOP_RWUNLOCK(vp, rwflag, NULL); in read()
152 VOP_RWUNLOCK(vp, rwflag, NULL); in read()
194 VOP_RWUNLOCK(vp, rwflag, NULL); in read()
218 int fflag, ioflag, rwflag; in write() local
238 rwflag = 1; in write()
261 (void) VOP_RWLOCK(vp, rwflag, NULL); in write()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c213 int flag, const int rwflag) in nsc_ncio_rwb() argument
233 if (rwflag == NSC_READ && (flag & NSC_RDAHEAD)) in nsc_ncio_rwb()
243 if (rwflag == NSC_READ) { in nsc_ncio_rwb()
255 if (rwflag == 0) { in nsc_ncio_rwb()
285 if (rwflag == NSC_READ) { in nsc_ncio_rwb()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dsolaris.c266 static int ipf_kstat_update(kstat_t *ksp, int rwflag);
317 ipf_kstat_update(kstat_t *ksp, int rwflag) in ipf_kstat_update() argument
325 if (rwflag == KSTAT_WRITE) in ipf_kstat_update()
/titanic_50/usr/src/cmd/ipf/tools/
H A Dip_fil.c837 int ipfuiomove(buf, len, rwflag, uio) in ipfuiomove() argument
839 int len, rwflag;
846 if (rwflag == UIO_READ) {
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1884 int ioflag, rwflag; in soreadfile() local
1893 rwflag = 0; in soreadfile()
1898 (void) VOP_RWLOCK(vp, rwflag, NULL); in soreadfile()
1917 VOP_RWUNLOCK(vp, rwflag, NULL); in soreadfile()
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h1119 #define VOP_REQZCBUF(vp, rwflag, xuiop, cr, ct) \ argument
1120 fop_reqzcbuf(vp, rwflag, xuiop, cr, ct)
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1114 #define VOP_REQZCBUF(vp, rwflag, xuiop, cr, ct) \ argument
1115 fop_reqzcbuf(vp, rwflag, xuiop, cr, ct)
/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c1741 password_cb(char *buf, int buflen, int rwflag, void *userdata) in password_cb() argument