Home
last modified time | relevance | path

Searched refs:RDWR (Results 1 – 10 of 10) sorted by relevance

/external/fmtlib/include/fmt/
Dos.h281 RDWR = FMT_POSIX(O_RDWR), // Open for reading and writing. enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1195 BCTX_REFN(nvc0->bufctx_cp, CP_SUF, res, RDWR); in nvc0_validate_suf()
1197 BCTX_REFN(nvc0->bufctx_3d, 3D_SUF, res, RDWR); in nvc0_validate_suf()
1311 BCTX_REFN(nvc0->bufctx_3d, 3D_SUF, res, RDWR); in nve4_update_surface_bindings()
Dnve4_compute.c316 BCTX_REFN(nvc0->bufctx_cp, CP_SUF, res, RDWR); in nve4_compute_validate_surfaces()
474 BCTX_REFN(nvc0->bufctx_cp, CP_BUF, res, RDWR); in nve4_compute_validate_buffers()
Dnvc0_compute.c287 BCTX_REFN(nvc0->bufctx_cp, CP_BUF, res, RDWR); in nvc0_compute_validate_buffers()
Dnvc0_state_validate.c655 BCTX_REFN(nvc0->bufctx_3d, 3D_BUF, res, RDWR); in nvc0_validate_buffers()
/external/libxml2/doc/html/
Dindex.sgml13 <ANCHOR id="O-RDWR-CAPS" href="libxml/libxml-wincecompat.html#O-RDWR-CAPS">
/external/elfutils/libelf/
DChangeLog1162 for section 0 if doing RDWR.
/external/python/cpython2/Misc/
DHISTORY3290 - socket.SHUT_{RD,WR,RDWR} was added.
/external/python/cpython3/Misc/
DHISTORY20674 - socket.SHUT_{RD,WR,RDWR} was added.
/external/strace/
DChangeLog28649 tests: check decoding of btrfs RDWR ioctls returned data.