Searched refs:readwrite (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/ips/
H A Dips_ioctl.h62 int readwrite; member in struct:ips_ioctl
H A Dips_ioctl.c40 if(ioctl_cmd->readwrite & IPS_IOCTL_READ){
43 } else if(ioctl_cmd->readwrite & IPS_IOCTL_WRITE){
65 if(ioctl_cmd->readwrite & IPS_IOCTL_WRITE){
68 } else if(ioctl_cmd->readwrite & IPS_IOCTL_READ){
163 ioctl_cmd->readwrite = IPS_IOCTL_READ | IPS_IOCTL_WRITE;
/freebsd-12-stable/contrib/netcat/
H A Dnetcat.c117 void readwrite(int);
432 readwrite(s);
457 readwrite(s);
469 readwrite(connfd);
487 readwrite(s);
545 readwrite(s);
805 * readwrite()
809 readwrite(int net_fd) function
/freebsd-12-stable/usr.bin/svn/lib/libapr/
H A DMakefile62 readwrite.c \
/freebsd-12-stable/crypto/openssh/regress/
H A Dnetcat.c123 void readwrite(int);
389 readwrite(s);
414 readwrite(s);
426 readwrite(connfd);
444 readwrite(s);
502 readwrite(s);
769 * readwrite()
773 readwrite(int net_fd) function
/freebsd-12-stable/contrib/apr/
H A Dapr.mak98 -@erase "$(INTDIR)\readwrite.obj"
156 "$(INTDIR)\readwrite.obj" \
284 -@erase "$(INTDIR)\readwrite.obj"
342 "$(INTDIR)\readwrite.obj" \
470 -@erase "$(INTDIR)\readwrite.obj"
528 "$(INTDIR)\readwrite.obj" \
656 -@erase "$(INTDIR)\readwrite.obj"
715 "$(INTDIR)\readwrite.obj" \
935 SOURCE=.\file_io\win32\readwrite.c
937 "$(INTDIR)\readwrite
[all...]
H A Dlibapr.mak97 -@erase "$(INTDIR)\readwrite.obj"
197 "$(INTDIR)\readwrite.obj" \
341 -@erase "$(INTDIR)\readwrite.obj"
441 "$(INTDIR)\readwrite.obj" \
586 -@erase "$(INTDIR)\readwrite.obj"
685 "$(INTDIR)\readwrite.obj" \
830 -@erase "$(INTDIR)\readwrite.obj"
929 "$(INTDIR)\readwrite.obj" \
1133 SOURCE=.\file_io\win32\readwrite.c
1135 "$(INTDIR)\readwrite
[all...]
H A Dbuild-outputs.mk36 file_io/unix/readwrite.lo: file_io/unix/readwrite.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_network_io.h include/apr_perms_set.h include/apr_pools.h include/apr_strings.h include/apr_support.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
40 OBJECTS_file_io_unix = file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo
194 file_io/os2/readwrite.lo: file_io/os2/readwrite.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
198 OBJECTS_file_io_os2 = file_io/os2/buffer.lo file_io/os2/copy.lo file_io/os2/dir.lo file_io/os2/dir_make_recurse.lo file_io/os2/fileacc.lo file_io/os2/filedup.lo file_io/os2/filepath.lo file_io/os2/filepath_util.lo file_io/os2/filestat.lo file_io/os2/filesys.lo file_io/os2/flock.lo file_io/os2/fullrw.lo file_io/os2/maperrorcode.lo file_io/os2/mktemp.lo file_io/os2/open.lo file_io/os2/pipe.lo file_io/os2/readwrite.lo file_io/os2/seek.lo file_io/os2/tempdir.lo
260 file_io/win32/readwrite.lo: file_io/win32/readwrite.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
263 OBJECTS_file_io_win32 = file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/filepath_util.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/tempdir.lo file_io/win32/buffer.lo file_io/win32/dir.lo file_io/win32/filedup.lo file_io/win32/filepath.lo file_io/win32/filestat.lo file_io/win32/filesys.lo file_io/win32/flock.lo file_io/win32/open.lo file_io/win32/pipe.lo file_io/win32/readwrite.lo file_io/win32/seek.lo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h222 sys::fs::mapped_file_region::readwrite;
H A DFileSystem.h1164 readwrite, ///< May access map via data and modify it. Written to path. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp150 fs::convertFDToNativeFile(File.FD), fs::mapped_file_region::readwrite,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc779 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;

Completed in 232 milliseconds