manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 715 for IF (0.123 sec.)
Man page of RTNETLINK 4190
RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn ... etlink.h > ... struct { struct nlmsghdr nh; struct ifinfomsg if; char attrbuf[512]; } req; struct rtattr ... (req)); req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.if)); req.nh.nlmsg_flags = NLM_F_REQUEST; req.nh.nlms ... g_type = RTM_NEWLINK; req.if.ifi_family = AF_UNSPEC; req.if.ifi_index = INTERFA ... CE_INDEX; req.if.ifi_change = 0xffffffff; /* ??? */ rta = (struct r ...
https://man.plustar.jp/manpage/man3/rtnetlink.3.html - [similar]
Man page of SIGNAL 4190
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... d_send_signal (2) Sends a signal to a process identified by a PID file descriptor. killpg (3) 指定された ... d-directed signal is one that is targeted at a specific thread. A signal may be thread-directed because ... was generated as a consequence of executing a specific machine-language instruction that triggered a ha ... a math error), or because it was targeted at a specific thread using interfaces such as tgkill (2) or pt ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of PRINTCAP 4155
PRINTCAP Section: File Formats (5) Index JM Home Page BSD mandoc BSD 4.2 名前 printcap - プリンタ ... を設定する" ( ioctl (2) コール) "cf str" Ta NULL Ta cifplot データ用フィルタ "df str" Ta NULL Ta tex データ ... ト付き印刷のために (非標準の) ioctl をサポートする" "ifstr" Ta NULL Ta アカウントのためのテキストフィルタ名 ... いる。 パイプラインの構築は、次のようになる : p pr | if 通常テキスト + pr (1) none if 通常テキスト c cf ci ... rtran t tf troff v vf ラスタイメージ(raster image) if フィルタは、次の引数とともに呼び出される: if [- c ...
https://man.plustar.jp/manpage/man5/printcap.5.html - [similar]
Man page of EPOLL 4155
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... waits for I/O events, blocking the calling thread if no events are currently available. (This system ca ... 使用できるようにするのは、 呼び出し側の責任である。 If multiple threads (or processes, if child processes ... t that is marked for edge-triggered ( EPOLLET ) notification becomes ready, just one of the threads (or ... , listen()) omitted */ epollfd = epoll_create1(0); if (epollfd == -1) { perror("epoll_create1"); exit(EX ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
Man page of USER_NAMESPACES 4155
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... SIX メッセージキュー通知で返される ID 情報 ( mq_notify (3) 参照) がある。 マッピングされていないユーザー ... れた (Plan 9 (9P), Andrew File System (AFS), Ceph, CIFS, CODA, NFS, OCFS2)。 Linux 3.11 では、最後の主要な ... pe("-U New user namespace\n"); fpe("-M uid_map Specify UID map for user namespace\n"); fpe("-G gid_map S ... pecify GID map for user namespace\n"); fpe("-z Map user' ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
Man page of GETIFADDRS 4113
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... tifaddrs, freeifaddrs - インターフェースのアドレスを取 ... 得する 書式 #include < sys/types.h > #include < ifaddrs.h > int getifaddrs(struct ifaddrs ** ifap ); ... void freeifaddrs(struct ifaddrs * ifa ); 説明 getifaddrs () 関 ... 連結リストを作成し、 リストの先頭の要素のアドレスを *ifap に格納する。 リストは ifaddrs 構造体で構成される ...
https://man.plustar.jp/manpage/man3/freeifaddrs.3.html - [similar]
Man page of GETIFADDRS 4113
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... tifaddrs, freeifaddrs - インターフェースのアドレスを取 ... 得する 書式 #include < sys/types.h > #include < ifaddrs.h > int getifaddrs(struct ifaddrs ** ifap ); ... void freeifaddrs(struct ifaddrs * ifa ); 説明 getifaddrs () 関 ... 連結リストを作成し、 リストの先頭の要素のアドレスを *ifap に格納する。 リストは ifaddrs 構造体で構成される ...
https://man.plustar.jp/manpage/man3/getifaddrs.3.html - [similar]
Man page of POSIX_FALLOCATE 4113
POSIX_FALLOCATE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名 ... g the fallocate (2) system call, which is MT-safe. If the underlying filesystem does not support falloca ... t in a file whose size is smaller than expected. * If fd has been opened with the O_APPEND or O_WRONLY f ... safe. On Linux, applications may use fallocate (2) if they cannot tolerate the emulation caveats. In gen ... eral, this is only recommended if the application plans to terminate the operation i ...
https://man.plustar.jp/manpage/man3/posix_fallocate.3.html - [similar]
Man page of PROC 4113
PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ ... print of the process during the measured interval. If one is interested only in inspecting the selected ... of 1. A further value can be written to affect a different bit: 4 (Linux 3.11 以降) Clear the soft-dirt ... is, the command name associated with the process. Different threads in the same process may have differe ... via /proc/[pid]/task/[tid]/comm . A thread may modify its comm value, or that of any of other thread in ...
https://man.plustar.jp/manpage/man5/proc.5.html - [similar]
Man page of PROC 4113
PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ ... print of the process during the measured interval. If one is interested only in inspecting the selected ... of 1. A further value can be written to affect a different bit: 4 (Linux 3.11 以降) Clear the soft-dirt ... is, the command name associated with the process. Different threads in the same process may have differe ... via /proc/[pid]/task/[tid]/comm . A thread may modify its comm value, or that of any of other thread in ...
https://man.plustar.jp/manpage/man5/procfs.5.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