Searched refs:readwrite (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/sys/dev/ips/ |
| H A D | ips_ioctl.c | 38 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 D | ips_ioctl.h | 60 int readwrite; member
|
| /freebsd-14.2/contrib/netcat/ |
| H A D | netcat.c | 123 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 D | netcat.c | 130 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 D | sequential_readwrite.fio | 24 rw=readwrite
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_stress/ |
| H A D | zvol_stress.ksh | 99 --iodepth=10 --readwrite=randwrite --size=${zvol_write_size} \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 144 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
|
| H A D | MemoryBuffer.cpp | 194 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 868 case readwrite: 888 case readwrite: 964 if (Mode == mapmode::readwrite) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1271 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 654 KEYWORD(readwrite); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 958 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|" 968 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
|
| H A D | DiagnosticSemaKinds.td | 1134 "'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 D | Dwarf.def | 1176 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 834 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 701 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 D | Changelog | 4148 - in unbound-anchor, use readwrite memory BIO.
|