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

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Drw.c83 int fflag, ioflag, rwflag; local
103 rwflag = 0;
126 (void) VOP_RWLOCK(vp, rwflag, NULL);
144 VOP_RWUNLOCK(vp, rwflag, NULL);
149 VOP_RWUNLOCK(vp, rwflag, NULL);
153 VOP_RWUNLOCK(vp, rwflag, NULL);
195 VOP_RWUNLOCK(vp, rwflag, NULL);
219 int fflag, ioflag, rwflag; local
239 rwflag = 1;
262 (void) VOP_RWLOCK(vp, rwflag, NUL
345 int fflag, ioflag, rwflag; local
485 int fflag, ioflag, rwflag; local
627 int fflag, ioflag, rwflag; local
785 int fflag, ioflag, rwflag; local
940 int fflag, ioflag, rwflag; local
1063 int fflag, ioflag, rwflag; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c213 int flag, const int rwflag)
233 if (rwflag == NSC_READ && (flag & NSC_RDAHEAD))
243 if (rwflag == NSC_READ) {
255 if (rwflag == 0) {
285 if (rwflag == NSC_READ) {
212 nsc_ncio_rwb(nsc_ncio_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag, const int rwflag) argument
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c221 static int ipf_kstat_update(kstat_t *ksp, int rwflag);
270 ipf_kstat_update(kstat_t *ksp, int rwflag) argument
278 if (rwflag == KSTAT_WRITE)
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c836 int ipfuiomove(buf, len, rwflag, uio)
838 int len, rwflag;
845 if (rwflag == UIO_READ) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1884 int ioflag, rwflag; local
1893 rwflag = 0;
1898 (void) VOP_RWLOCK(vp, rwflag, NULL);
1917 VOP_RWUNLOCK(vp, rwflag, NULL);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem.h529 typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
532 typedef int pem_password_cb(char *buf, int size, int rwflag);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvnode.h1117 #define VOP_REQZCBUF(vp, rwflag, xuiop, cr, ct) \
1118 fop_reqzcbuf(vp, rwflag, xuiop, cr, ct)
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dboot_http.c1723 * len = passwd_cb(buf, buflen, rwflag, userdata);
1728 * rwflag - password will be used for reading/decryption (== 0)
1740 password_cb(char *buf, int buflen, int rwflag, void *userdata) argument

Completed in 242 milliseconds