manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 133 for syscall (0.004 sec.)
Man page of SYSCALL 14706
SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 syscall ... テムコール 書式 #include < unistd.h > #include < sys/syscall.h > /* SYS_xxx の定義用 */ long syscall(long numbe ... 能検査マクロの要件 ( feature_test_macros (7) 参照): syscall (): glibc 2.19 以降: _DEFAULT_SOURCE glibc 2.19 よ ... り前: _BSD_SOURCE || _SVID_SOURCE 説明 syscall () は、システムコールを起動する小さなライブラリ関数 ... のシステムコールを、指定された引数をつけて実行する。 syscall () が役に立つのは、例えば C ライブラリにラッパー関 ...
https://man.plustar.jp/manpage/man2/syscall.2.html - [similar]
Man page of RESTART_SYSCALL 13002
RESTART_SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名 ... 前 restart_syscall - 一時停止シグナルによる割り込み後にシステムコール ... を再開する 書式 long restart_syscall(void); 注 : このシステムコールには、glibc のラッパ ... ー関数はない。「注意」の節を参照。 説明 restart_syscall () システムコールは、 シグナル ( SIGSTOP や SIGTST ... ルはカーネル内部での利用のみを想定している。 restart_syscall () は、 再開時に時刻関連のパラメーターを調整する必 ...
https://man.plustar.jp/manpage/man2/restart_syscall.2.html - [similar]
Man page of _SYSCALL 12120
_SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 _syscall ... する (昔の方法) 書式 #include < linux/unistd.h > A _syscall macro desired system call 説明 システムコールに関し ... が用意されている。これらのマクロは以下の形である。 _syscall X ( type , name , type1 , arg1 , type2 , arg2 ,... ... いう名前の関数を生成する。 一度ソースファイルの中で _syscall() をインクルードしておくと、 そのシステムコールを ... 用は非推奨である。 注意 カーネル 2.6.18 あたりから、_syscall マクロ群はユーザー空間に対して提供される ヘッダーフ ...
https://man.plustar.jp/manpage/man2/_syscall.2.html - [similar]
JM Project (Japanese)::List(man1) 9848
Linux マニュアル 一覧表 man2 linuxマニュアルの man2 一覧表です。 Linux マニュアル 一覧表 [ man1 ... る adjtimex adjtimex - カーネルの時計を調整する afs_syscall afs_syscall, break, fattach, fdetach, ftime, getms ... 整する bind bind - ソケットに名前をつける break afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, ... トへの fanotify マークの追加、削除、変更 fattach afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, ... をストレージデバイス上のものと同期させる fdetach afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, ...
https://man.plustar.jp/manpage/man_2.html - [similar]
Man page of SYSCTL 7190
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... f the kernel was configured with the CONFIG_SYSCTL_SYSCALL option. Furthermore, glibc does not provide a wrap ... per for this system call, necessitating the use of syscall (2). バグ オブジェクトの名前は、カーネルのバージョ ... e _GNU_SOURCE #include < unistd.h > #include < sys/syscall.h > #include < string.h > #include < stdio.h > #in ... lenp = &osnamelth; osnamelth = sizeof(osname); if (syscall(SYS__sysctl, &args) == -1) { perror("_sysctl"); ex ...
https://man.plustar.jp/manpage/man2/_sysctl.2.html - [similar]
Man page of SYSCTL 7190
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... f the kernel was configured with the CONFIG_SYSCTL_SYSCALL option. Furthermore, glibc does not provide a wrap ... per for this system call, necessitating the use of syscall (2). バグ オブジェクトの名前は、カーネルのバージョ ... e _GNU_SOURCE #include < unistd.h > #include < sys/syscall.h > #include < string.h > #include < stdio.h > #in ... lenp = &osnamelth; osnamelth = sizeof(osname); if (syscall(SYS__sysctl, &args) == -1) { perror("_sysctl"); ex ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of VDSO 7045
VDSO Section: Linux Programmer's Manual (7) Updated: 2019-08-02 Index JM Home Page 名前 vdso - 仮 ... 方法を判定するのに使用される vDSO 関数は "__kernel_vsyscall" という名前だが、 x86=64 では、 "vsyscall" という用 ... チャーによっては AT_SYSINFO タグもある。 このタグは vsyscall エントリーポイントの場所を知るためだけのものであり ... ボル バージョン __kernel_sigtramp LINUX_2.5 __kernel_syscall_via_break LINUX_2.5 __kernel_syscall_via_epc LINUX ... s "light-weight system calls" (also known as "fast syscalls" or "fsys"). You can invoke these via the __kerne ...
https://man.plustar.jp/manpage/man7/vdso.7.html - [similar]
Man page of INTRO 6972
INTRO Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 intro - ... 明がある。 Linux のシステムコールのリストについては syscalls (2) を参照のこと。 返り値 エラーの場合、ほとんどの ... ていないこともある。 このような場合は、プログラマは syscall (2) を使って、自分でシステムコールを呼び出さなけれ ... ばならない。 過去には、 _syscall (2) マクロの一つを使ってシステムコールの呼び出すこ ... に異なる可能性があることに注意してほしい。 関連項目 _syscall (2), syscall (2), syscalls (2), errno (3), intro ( ...
https://man.plustar.jp/manpage/man2/intro.2.html - [similar]
Man page of SYSCALLS 6609
SYSCALLS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 syscall ... d. (These are the same steps that are performed by syscall (2), which can be used to invoke system calls for ... ithout a separate error register/flag, as noted in syscall (2); when this happens, the wrapper function negat ... 0 oldumount (2) 2.4.116 Name of the old umount (2) syscall on Alpha olduname (2) 1.0 open (2) 1.0 open_by_han ... renameat2 (2) 3.15 request_key (2) 2.6.10 restart_syscall (2) 2.6 riscv_flush_icache (2) 4.15 RISC-V のみ rm ...
https://man.plustar.jp/manpage/man2/syscalls.2.html - [similar]
Man page of SGETMASK 6380
SGETMASK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sget ... 任意となり、利用できるかはカーネルが CONFIG_SGETMASK_SYSCALL オプションを有効にしてコンパイルされているかに依存 ... 。 あまりないと思うが、これらを呼び出したい場合には syscall (2) を使うこと。 これらのシステムコールは、 31 より ...
https://man.plustar.jp/manpage/man2/sgetmask.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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