manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 378 for data (0.019 sec.)
Man page of EPOLL 4653
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... the epoll API is the epoll instance , an in-kernel data structure which, from a user-space perspective, ca ... 1"); exit(EXIT_FAILURE); } ev.events = EPOLLIN; ev.data.fd = listen_sock; if (epoll_ctl(epollfd, EPOLL_CTL ... URE); } for (n = 0; n < nfds; ++n) { if (events[n].data.fd == listen_sock) { conn_sock = accept(listen_soc ... king(conn_sock); ev.events = EPOLLIN | EPOLLET; ev.data.fd = conn_sock; if (epoll_ctl(epollfd, EPOLL_CTL_A ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
Man page of CDRECORD 4609
CDRECORD Section: Schily's USER COMMANDS (1) Updated: Version 1.10 Index JM Home Page 名前 cdrec ... ブでマルチセッションのディスクを作成するためには、 -data オプションを指定しなければならない。 cdrecord はデ ... ションディスクを DAO/SAO モードで記録したい場合は、 -data オプションをつけて CD-ROM セクタをマルチセッション ... ラックの開始時にクリック音が聞こえてしまうだろう。 -data と -audio がどちらも指定されていない場合、 cdrecor ... るときは -audio をデフォルトとし、 それ以外のときは -data をデフォルトとする。 -swab このフラグが指定されてい ...
https://man.plustar.jp/manpage/man1/cdrecord.1.html - [similar]
Man page of FILE 4609
FILE Section: User Commands (1) Updated: Copyright but distributable Index JM Home Page 名前 fil ... れ、 UNIX カーネルなどにより実行可能な形式である)、 data その他のもの (data は通常「バイナリ」または表示不能 ... しても読む前に変換が必要なので、 単なる ``character data'' とされる。 さらに file はテキスト型ファイルの他の ... 文字集合のどれにも当てはまらないファイルは、 単に ``data'' と表示される。 オプション -b, --brief 出力行の最 ... ある。 例えば、 >10 string language impress (imPRESS data) という既存のマジックファイルは、 >10 string langu ...
https://man.plustar.jp/manpage/man1/file.1.html - [similar]
Man page of RTNETLINK 4609
RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn ... K(struct rtattr * rta , int rtabuflen ); void *RTA_DATA(struct rtattr * rta ); unsigned int RTA_PAYLOAD(st ... はもうそれ以上属性は無いと考えなければならない。 RTA_DATA( rta ) はこの属性データの先頭へのポインターを返す。 ... h.nlmsg_len) + RTA_LENGTH(sizeof(mtu)); memcpy(RTA_DATA(rta), &mtu, sizeof(mtu)); send(rtnetlink_sk, &req, ...
https://man.plustar.jp/manpage/man3/rtnetlink.3.html - [similar]
Man page of CHATTR 4486
CHATTR Section: User Commands (1) Updated: May 2006 Index JM Home Page 名前 chattr - Linux 第 2 ... 変更不可 (immutable)、 (j) データのジャーナリング (data journalling)、 (s) 安全な削除 (secure deletion)、( ... 属性が設定されているファイルは、 ファイルシステムが "data=ordered" または "data=writeback" オプションで マウ ... ャーナルにデータが書き出される。 ファイルシステムが "data=journal" オプションでマウントされている場合、 全て ...
https://man.plustar.jp/manpage/man1/chattr.1.html - [similar]
Man page of EPOLL_CTL 4486
EPOLL_CTL Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 epo ... ent は以下のように定義される。 typedef union epoll_data { void *ptr; int fd; uint32_t u32; uint64_t u64; } ... epoll_data_t; struct epoll_event { uint32_t events; /* epoll ... イベント */ epoll_data_t data; /* ユーザーデータ変数 */ }; events メンバは ...
https://man.plustar.jp/manpage/man2/epoll_ctl.2.html - [similar]
Man page of FCNTL 4399
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... way the pages of the pipe buffer are employed when data is written to the pipe, the number of bytes that c ... term "write lifetime" means the expected time the data will live on media, before being overwritten or er ... ated with this file or inode. RWH_WRITE_LIFE_SHORT Data written to this inode or via this open file descri ... ed to have a short lifetime. RWH_WRITE_LIFE_MEDIUM Data written to this inode or via this open file descri ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 4399
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... way the pages of the pipe buffer are employed when data is written to the pipe, the number of bytes that c ... term "write lifetime" means the expected time the data will live on media, before being overwritten or er ... ated with this file or inode. RWH_WRITE_LIFE_SHORT Data written to this inode or via this open file descri ... ed to have a short lifetime. RWH_WRITE_LIFE_MEDIUM Data written to this inode or via this open file descri ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of PTY 4399
PTY Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 pty - 擬似 ... 側に接続されているプロセスから読み出すことができる。 Data flow between master and slave is handled asynchron ... ously, much like data flow with a physical terminal. Data written to the ...
https://man.plustar.jp/manpage/man7/pty.7.html - [similar]
Man page of SPROF 4355
SPROF Section: Linux User Manual (1) Updated: 2020-11-01 Index JM Home Page 名前 sprof - 共有オブ ... 式 sprof [ option ]... shared-object-path [ profile-data-path ] 説明 sprof コマンドは、 最初のコマンドライン ... は作成する。 $ export LD_PROFILE_OUTPUT=$(pwd)/prof_data $ mkdir -p $LD_PROFILE_OUTPUT LD_PROFILE を設定する ... 書き込まれる。 $ LD_LIBRARY_PATH=. ./prog $ ls prof_data libdemo.so.1.profile sprof -p オプションを使って、 ...
https://man.plustar.jp/manpage/man1/sprof.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

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