manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 536 for sys (0.055 sec.)
Man page of SYSCTL 5309
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... 書きする 書式 #include < unistd.h > #include < linux/sysctl.h > int _sysctl(struct __sysctl_args * args ); ... 説明 This system call no longer exists on current kernels! See N ... OTES. _sysctl () コールはカーネルパラメーターを読み書きする。 ... イルの最大数など。 引数は以下の形式である。 struct __sysctl_args { int *name; /* integer vector describing ...
https://man.plustar.jp/manpage/man2/_sysctl.2.html - [similar]
Man page of SYSCTL 5309
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... 書きする 書式 #include < unistd.h > #include < linux/sysctl.h > int _sysctl(struct __sysctl_args * args ); ... 説明 This system call no longer exists on current kernels! See N ... OTES. _sysctl () コールはカーネルパラメーターを読み書きする。 ... イルの最大数など。 引数は以下の形式である。 struct __sysctl_args { int *name; /* integer vector describing ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of LISTEN 5263
LISTEN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 listen ... - ソケット(socket)上の接続を待つ 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket ... のポート番号がすべて使用中であった。 ip (7) の /proc/sys/net/ipv4/ip_local_port_range の議論を参照のこと。 ... cept (2) を使って接続を受け付ける。 POSIX.1 では < sys/types.h > のインクルードは必須とされておらず、 Lin ... き換えた。 不完全なソケットのキューの最大長は /proc/sys/net/ipv4/tcp_max_syn_backlog を用いて設定できる。 ...
https://man.plustar.jp/manpage/man2/listen.2.html - [similar]
Man page of SYSLOG 5263
SYSLOG Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 syslog ... 去したりする; console_loglevel の設定を行う 書式 int syslog(int type , char * bufp , int len ); /* glibc で ... ていない */ /* glibc インターフェース */ #include < sys/klog.h > int klogctl(int type , char * bufp , int ... ); 説明 注意 : おそらく、あなたが探しているのは、 syslogd (8) と通信する C ライブラリ関数の syslog () で ... しょう。詳細は syslog (3) を参照のこと。 このページはカーネルの syslo ...
https://man.plustar.jp/manpage/man2/syslog.2.html - [similar]
Man page of SYSLOG 5263
SYSLOG Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 syslog ... 去したりする; console_loglevel の設定を行う 書式 int syslog(int type , char * bufp , int len ); /* glibc で ... ていない */ /* glibc インターフェース */ #include < sys/klog.h > int klogctl(int type , char * bufp , int ... ); 説明 注意 : おそらく、あなたが探しているのは、 syslogd (8) と通信する C ライブラリ関数の syslog () で ... しょう。詳細は syslog (3) を参照のこと。 このページはカーネルの syslo ...
https://man.plustar.jp/manpage/man3/klogctl.3.html - [similar]
Man page of INITRD 5263
INITRD Section: Linux Programmer's Manual (4) Updated: 2019-03-06 Index JM Home Page 名前 initrd ... dev/initrd の内容を二段階のシステム起動 (two-phase system boot-up) で利用することができる。 最初のブートア ... itrd の内容を初期ルートファイルシステム (root file-system) としてマウント して起動する。 第二段階では初期 ... は、カーネルのドキュメントファイル Documentation/filesystems/nfs/nfsroot.txt (Linux 2.6.33 より前は Documen ... tation/filesystems/nfsroot.txt ) を参照のこと。 ルートファイルシス ...
https://man.plustar.jp/manpage/man4/initrd.4.html - [similar]
Man page of SELECT 5216
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... 多重化 書式 /* POSIX.1-2001 に従う場合 */ #include < sys/select.h > /* 以前の規格に従う場合 */ #include < s ... ys/time.h > #include < sys/types.h > #include < unistd.h > int select(int nfd ... t * set ); void FD_ZERO(fd_set * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds ... ウト これらの関数で使用される時間関連の構造体は、 < sys/time.h > で struct timeval { long tv_sec; /* 秒 */ ...
https://man.plustar.jp/manpage/man2/_newselect.2.html - [similar]
Man page of MSGCTL 5216
MSGCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgctl ... - System V メッセージ制御操作 書式 #include < sys/types. ... h > #include < sys/ipc.h > #include < sys/msg.h > int msgctl(int msqi ... ctl () はメッセージキュー識別子 msqid で指定された System V メッセージキュー (message queue) に対して cmd ... 定された制御操作を行なう。 msqid_ds データ構造体は < sys/msg.h > で以下のように定義されている: struct msqid ...
https://man.plustar.jp/manpage/man2/msgctl.2.html - [similar]
Man page of SELECT 5216
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... 多重化 書式 /* POSIX.1-2001 に従う場合 */ #include < sys/select.h > /* 以前の規格に従う場合 */ #include < s ... ys/time.h > #include < sys/types.h > #include < unistd.h > int select(int nfd ... t * set ); void FD_ZERO(fd_set * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds ... ウト これらの関数で使用される時間関連の構造体は、 < sys/time.h > で struct timeval { long tv_sec; /* 秒 */ ...
https://man.plustar.jp/manpage/man2/pselect.2.html - [similar]
Man page of SELECT 5216
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... 多重化 書式 /* POSIX.1-2001 に従う場合 */ #include < sys/select.h > /* 以前の規格に従う場合 */ #include < s ... ys/time.h > #include < sys/types.h > #include < unistd.h > int select(int nfd ... t * set ); void FD_ZERO(fd_set * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds ... ウト これらの関数で使用される時間関連の構造体は、 < sys/time.h > で struct timeval { long tv_sec; /* 秒 */ ...
https://man.plustar.jp/manpage/man2/pselect6.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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