Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/dev/ips/
H A Dips_ioctl.c38 if(ioctl_cmd->readwrite & IPS_IOCTL_READ){ in ips_ioctl_finish()
41 } else if(ioctl_cmd->readwrite & IPS_IOCTL_WRITE){ in ips_ioctl_finish()
63 if(ioctl_cmd->readwrite & IPS_IOCTL_WRITE){ in ips_ioctl_callback()
66 } else if(ioctl_cmd->readwrite & IPS_IOCTL_READ){ in ips_ioctl_callback()
161 ioctl_cmd->readwrite = IPS_IOCTL_READ | IPS_IOCTL_WRITE; in ips_ioctl_request()
H A Dips_ioctl.h60 int readwrite; member
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c123 void readwrite(int);
462 readwrite(s); in main()
487 readwrite(s); in main()
501 readwrite(connfd); in main()
519 readwrite(s); in main()
577 readwrite(s); in main()
843 readwrite(int net_fd) in readwrite() function
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c130 void readwrite(int);
398 readwrite(s); in main()
423 readwrite(s); in main()
435 readwrite(connfd); in main()
453 readwrite(s); in main()
511 readwrite(s); in main()
782 readwrite(int net_fd) in readwrite() function
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Dsequential_readwrite.fio24 rw=readwrite
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_stress/
H A Dzvol_stress.ksh99 --iodepth=10 --readwrite=randwrite --size=${zvol_write_size} \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp144 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
H A DMemoryBuffer.cpp194 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc868 case readwrite:
888 case readwrite:
964 if (Mode == mapmode::readwrite) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1271 readwrite, ///< May access map via data and modify it. Written to path. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp654 KEYWORD(readwrite); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td958 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
968 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
H A DDiagnosticSemaKinds.td1134 "'readwrite' of property inherited from %1">,
1416 "%0 because it is 'readwrite' but it will be synthesized 'readonly' "
1446 " (attribute must be 'readwrite', while its primary must be 'readonly')">;
1451 "illegal redeclaration of 'readwrite' property in class extension %0"
1452 " (perhaps you intended this to be a 'readwrite' redeclaration of a "
1545 "property should be changed to be readwrite">;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1176 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc834 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td701 def objcmt_migrate_readwrite_property : Flag<["-"], "objcmt-migrate-readwrite-property">,
703 HelpText<"Enable migration to modern ObjC readwrite property">,
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog4148 - in unbound-anchor, use readwrite memory BIO.