Searched defs:rwflag (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/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) argument
325 if (rwflag == KSTAT_WRITE)
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c82 int fflag, ioflag, rwflag; local
102 rwflag = 0;
125 (void) VOP_RWLOCK(vp, rwflag, NULL);
143 VOP_RWUNLOCK(vp, rwflag, NULL);
148 VOP_RWUNLOCK(vp, rwflag, NULL);
152 VOP_RWUNLOCK(vp, rwflag, NULL);
194 VOP_RWUNLOCK(vp, rwflag, NULL);
218 int fflag, ioflag, rwflag; local
238 rwflag = 1;
261 (void) VOP_RWLOCK(vp, rwflag, NUL
344 int fflag, ioflag, rwflag; local
484 int fflag, ioflag, rwflag; local
626 int fflag, ioflag, rwflag; local
784 int fflag, ioflag, rwflag; local
934 int fflag, ioflag, rwflag; local
1116 int fflag, ioflag, rwflag; local
1330 int fflag, ioflag, rwflag; local
1453 int fflag, ioflag, rwflag; local
[all...]
/illumos-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
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c1724 * len = passwd_cb(buf, buflen, rwflag, userdata);
1729 * rwflag - password will be used for reading/decryption (== 0)
1741 password_cb(char *buf, int buflen, int rwflag, void *userdata) argument
/illumos-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);

Completed in 56 milliseconds