Home
last modified time | relevance | path

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

/freebsd/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/contrib/netcat/
H A Dnetcat.c125 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 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/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Dsequential_readwrite.fio24 rw=readwrite
/freebsd/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/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp144 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
H A DMemoryBuffer.cpp202 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc874 case readwrite:
894 case readwrite:
970 if (Mode == mapmode::readwrite) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1270 readwrite, ///< May access map via data and modify it. Written to path. enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp661 KEYWORD(readwrite); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td960 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
970 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
H A DDiagnosticSemaKinds.td1177 "'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 DDwarf.def1254 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc834 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td752 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 DChangelog4148 - in unbound-anchor, use readwrite memory BIO.