Searched refs:readwrite (Results 1 – 17 of 17) sorted by relevance
/freebsd/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/contrib/netcat/ |
H A D | netcat.c | 125 void readwrite(int); 469 readwrite(s); in main() 494 readwrite(s); in main() 508 readwrite(connfd); in main() 526 readwrite(s); in main() 584 readwrite(s); in main() 853 readwrite(int net_fd) in readwrite() function
|
/freebsd/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/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/ |
H A D | sequential_readwrite.fio | 24 rw=readwrite
|
/freebsd/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/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 | 202 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 874 case readwrite: 894 case readwrite: 970 if (Mode == mapmode::readwrite) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1270 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 661 KEYWORD(readwrite); in LexIdentifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 960 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|" 970 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
|
H A D | DiagnosticSemaKinds.td | 1177 "'readwrite' of property inherited from %1">, 1459 "%0 because it is 'readwrite' but it will be synthesized 'readonly' " 1489 " (attribute must be 'readwrite', while its primary must be 'readonly')">; 1494 "illegal redeclaration of 'readwrite' property in class extension %0" 1495 " (perhaps you intended this to be a 'readwrite' redeclaration of a " 1588 "property should be changed to be readwrite">;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1254 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 834 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 752 def objcmt_migrate_readwrite_property : Flag<["-"], "objcmt-migrate-readwrite-property">, 754 HelpText<"Enable migration to modern ObjC readwrite property">,
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4148 - in unbound-anchor, use readwrite memory BIO.
|