/titanic_50/usr/src/uts/common/syscall/ |
H A D | rw.c | 82 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 D | nsc_ncallio.c | 213 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 D | solaris.c | 266 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 D | ip_fil.c | 837 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 D | socksubr.c | 1884 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 D | vnode.h | 1119 #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 D | vnode.h | 1114 #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 D | boot_http.c | 1741 password_cb(char *buf, int buflen, int rwflag, void *userdata) in password_cb() argument
|