manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 317 for WRITE (0.023 sec.)
Man page of PROCESS_VM_READV 5067
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 前 process_vm_readv, process_vm_writev - プロセスのアドレス空間間でデータを転送する 書式 ... iovcnt , unsigned long flags ); ssize_t process_vm_writev(pid_t pid , const struct iovec * local_iov , unsi ... _macros (7) 参照): process_vm_readv (), process_vm_writev (): _GNU_SOURCE 説明 これらのシステムコールは、 呼 ... ovcnt は local_iov の要素数を指定する。 process_vm_writev () システムコールは process_vm_readv () の逆で、 ...
https://man.plustar.jp/manpage/man2/process_vm_readv.2.html - [similar]
Man page of PROCESS_VM_READV 5067
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 前 process_vm_readv, process_vm_writev - プロセスのアドレス空間間でデータを転送する 書式 ... iovcnt , unsigned long flags ); ssize_t process_vm_writev(pid_t pid , const struct iovec * local_iov , unsi ... _macros (7) 参照): process_vm_readv (), process_vm_writev (): _GNU_SOURCE 説明 これらのシステムコールは、 呼 ... ovcnt は local_iov の要素数を指定する。 process_vm_writev () システムコールは process_vm_readv () の逆で、 ...
https://man.plustar.jp/manpage/man2/process_vm_writev.2.html - [similar]
Man page of PREAD 5067
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... pwrite - 指定したオフセットでファイルディスクリプターを読 ... id * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * buf , size_t count , off_t o ... ロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ ... buf へ読み込む。ファイルオフセットは変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイ ...
https://man.plustar.jp/manpage/man2/pwrite.2.html - [similar]
Man page of PREAD 5067
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... pwrite - 指定したオフセットでファイルディスクリプターを読 ... id * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * buf , size_t count , off_t o ... ロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ ... buf へ読み込む。ファイルオフセットは変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイ ...
https://man.plustar.jp/manpage/man2/pwrite64.2.html - [similar]
Man page of SHM_OPEN 5067
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == MAP_FAILED) errEx ... *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == MAP_FAILED) errEx ... m_wait(&shmp->sem2) == -1) errExit("sem_wait"); /* Write modified data in shared memory to standard output ... */ write(STDOUT_FILENO, &shmp->buf, len); write(STDOUT_FILE ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 5067
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == MAP_FAILED) errEx ... *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == MAP_FAILED) errEx ... m_wait(&shmp->sem2) == -1) errExit("sem_wait"); /* Write modified data in shared memory to standard output ... */ write(STDOUT_FILENO, &shmp->buf, len); write(STDOUT_FILE ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of AIO 5067
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... トをキューに入れる。 read (2) の非同期版である。 aio_write (3) 書き込みリクエストをキューに入れる。 write (2) ... odes for 'aio_lio_opcode': */ enum { LIO_READ, LIO_WRITE, LIO_NOP }; この構造体のフィールドは以下の通りであ ... void *ucontext) { if (si->si_code == SI_ASYNCIO) { write(STDOUT_FILENO, "I/O completion signal received\n", ... ), aio_init (3), aio_read (3), aio_return (3), aio_write (3), lio_listio (3) "Asynchronous I/O Support in L ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of EPOLL 5067
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... イルディスクリプターと共に使う。 b) read (2) または write (2) が EAGAIN を返した後でのみ、イベントを待つ。 一 ... 呼ばれている。 関数 do_use_fd() は、 read (2) または write (2) によって EAGAIN が返されるまでは、新しい準備済 ... しのときに、以前に停止したところから read (2) または write (2) を継続することができる。 #define MAX_EVENTS 10 ... ーザーに示すものである。 次の (ブロックしない) read/write で EAGAIN を受け取るまではファイルディスクリプター ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
Man page of FSYNC 5002
FSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fsync - ... or on the same file. Since Linux 4.13, errors from write-back will be reported to all file descriptors that ... tem which does not allocate space at the time of a write (2) system call, and some previous write failed du ... nc (1), bdflush (2), open (2), posix_fadvise (2), pwritev (2), sync (2), sync_file_range (2), fflush (3), f ...
https://man.plustar.jp/manpage/man2/fdatasync.2.html - [similar]
Man page of FSYNC 5002
FSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fsync - ... or on the same file. Since Linux 4.13, errors from write-back will be reported to all file descriptors that ... tem which does not allocate space at the time of a write (2) system call, and some previous write failed du ... nc (1), bdflush (2), open (2), posix_fadvise (2), pwritev (2), sync (2), sync_file_range (2), fflush (3), f ...
https://man.plustar.jp/manpage/man2/fsync.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022