Searched defs:arw (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio.c104 static int arw(int, int, char *, int, offset_t, aio_result_t *, int);
233 error = arw((int)a0, (int)a1, (char *)a2, (int)a3,
237 error = arw((int)a0, (int)a1, (char *)a2, (int)a3,
319 return (arw((int)uap[0], (int)uap[1], (char *)uap[2],
322 return (arw((int)uap[0], (int)uap[1], (char *)uap[2],
1936 arw( function
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c3855 enum seg_rw arw; local
3910 arw = S_READ;
3912 arw = rw;
4041 &vpprot, ppa, pgsz, seg, a, arw,
5368 enum seg_rw arw; local
5418 arw = S_READ;
5420 arw = rw;
5427 &vpprot, plp, plsz, seg, addr + (vp_off - off), arw,

Completed in 79 milliseconds