Results of 1 - 10 of about 2180 for KERNEL (0.029 sec.)
- Man page of VDSO 12325
- VDSO Section: Linux Programmer's Manual (7) Updated: 2019-08-02 Index JM Home Page 名前 vdso - 仮
...
奨される方法を判定するのに使用される vDSO 関数は "__kernel_vsyscall" という名前だが、 x86=64 では、 "vsyscall ...
。 通常は vDSO はすべてのシンボルに "__vdso_" か "__kernel_" というプレフィックスを付けるという慣習に従った名 ...
ation on this code page, it's best to refer to the kernel documentation as it's extremely detailed and cover ...
s everything you need to know: Documentation/arm/kernel_user_helpers.txt . aarch64 関数 以下のテーブルは v ...
-
https://man.plustar.jp/manpage/man7/vdso.7.html
- [similar]
- Man page of PROC 8502
- PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ
...
all the pages associated with the process. (Before kernel 2.6.32, writing any nonzero value to this file had ...
の所有者だけが読み出すことができる。 /proc/[pid]/io (kernel 2.6.20 以降) このファイルは、 プロセスの I/O 統計情 ...
イルを読み出すことができる。 /proc/[pid]/map_files/ (kernel 3.3 以降) このサブディレクトリには、 メモリーマップ ...
the task. For backward compatibility with previous kernels, /proc/[pid]/oom_adj can still be used to tune th ...
-
https://man.plustar.jp/manpage/man5/proc.5.html
- [similar]
- Man page of PROC 8502
- PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ
...
all the pages associated with the process. (Before kernel 2.6.32, writing any nonzero value to this file had ...
の所有者だけが読み出すことができる。 /proc/[pid]/io (kernel 2.6.20 以降) このファイルは、 プロセスの I/O 統計情 ...
イルを読み出すことができる。 /proc/[pid]/map_files/ (kernel 3.3 以降) このサブディレクトリには、 メモリーマップ ...
the task. For backward compatibility with previous kernels, /proc/[pid]/oom_adj can still be used to tune th ...
-
https://man.plustar.jp/manpage/man5/procfs.5.html
- [similar]
- Man page of SIGPROCMASK 7370
- SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s
...
system call */ int rt_sigprocmask(int how , const kernel_sigset_t * set , kernel_sigset_t * oldset , size_t ...
deprecated) */ int sigprocmask(int how , const old_kernel_sigset_t * set , old_kernel_sigset_t * oldset ); g ...
ther the value specified in how was invalid or the kernel does not support the size passed in sigsetsize. 準 ...
d oldset as NULL. C ライブラリとカーネルの違い The kernel's definition of sigset_t differs in size from that ...
-
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html
- [similar]
- Man page of SIGPROCMASK 7370
- SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s
...
system call */ int rt_sigprocmask(int how , const kernel_sigset_t * set , kernel_sigset_t * oldset , size_t ...
deprecated) */ int sigprocmask(int how , const old_kernel_sigset_t * set , old_kernel_sigset_t * oldset ); g ...
ther the value specified in how was invalid or the kernel does not support the size passed in sigsetsize. 準 ...
d oldset as NULL. C ライブラリとカーネルの違い The kernel's definition of sigset_t differs in size from that ...
-
https://man.plustar.jp/manpage/man2/sigprocmask.2.html
- [similar]
- Man page of CORE 6877
- CORE Section: Linux Programmer's Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 core - コ
...
ys/fs/suid_dumpable file in proc (5).) * /proc/sys/kernel/core_pattern is empty and /proc/sys/kernel/core_us ...
files are described below.) Note that if /proc/sys/kernel/core_pattern is empty and /proc/sys/kernel/core_us ...
ルの名前を決めるのに使われるテンプレートを /proc/sys/kernel/core_pattern ファイルに定義することで、ファイル名を ...
変更することができる ( /proc/sys/kernel/core_pattern は Linux 2.6 および 2.4.21 以降で利用 ...
-
https://man.plustar.jp/manpage/man5/core.5.html
- [similar]
- Man page of BOOTPARAM 6804
- BOOTPARAM Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 boo
...
に無効にしたり変更したりする場合に用いる。 When the kernel is booted directly by the BIOS, you have no opport ...
e to pass parameters, such as GRUB. 引数リスト The kernel command line is parsed into a list of strings (boo ...
o_setup()') for a particular device or part of the kernel. If you passed the kernel the line foo=3,4,5,6 the ...
n the kernel would search the bootsetups array to see if 'foo' ...
-
https://man.plustar.jp/manpage/man7/bootparam.7.html
- [similar]
- Man page of GET_KERNEL_SYMS 6662
- GET_KERNEL_SYMS Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 g
...
et_kernel_syms - エクスポートされているカーネルとモジュールの ...
を取得する 書式 #include < linux/module.h > int get_kernel_syms(struct kernel_sym * table ); 説明 table が NU ...
LL ならば、 get_kernel_syms は問い合わせで きるシンボルの数を返す。 NULL ...
でなければ、以下の構造体に値を入れ て返す: struct kernel_sym { unsigned long value; char name[60]; }; シンボ ...
-
https://man.plustar.jp/manpage/man2/get_kernel_syms.2.html
- [similar]
- Man page of modules.dep 6237
- modules.dep Section: File Formats (5) Index JM Home Page 名前 modules.dep --- モジュールの依存関
...
順で列挙されている。 たとえば、 /lib/modules/2.5.53/kernel/a.ko が 同じディレクトリの b.ko と c.ko に依存して ...
なっている: # This is a comment. /lib/modules/2.5.53/kernel/a.ko: /lib/modules/2.5.53/kernel/c.ko /lib/modules ...
/2.5.53/kernel/b.ko /lib/modules/2.5.53/kernel/b.ko: /lib/modules ...
/2.5.53/kernel/c.ko: /lib/modules/2.5.53/kernel/b.ko このファイル ...
-
https://man.plustar.jp/manpage/man5/modules.dep.5.html
- [similar]
- Man page of INITRD 5105
- INITRD Section: Linux Programmer's Manual (4) Updated: 2019-03-06 Index JM Home Page 名前 initrd
...
ウントした後で、 /linuxrc は proc ファイル /proc/sys/kernel/real-root-dev , /proc/sys/kernel/nfs-root-name , / ...
proc/sys/kernel/nfs-root-addrs に書き込みを行い、通常時ルートデバイ ...
しいルートファイルシステムのデバイス番号を /proc/sys/kernel/real-root-dev に書き込むことで、ルートデバイスが変 ...
システムの場合、 /linuxrc が NFS の設定を /proc/sys/kernel/nfs-root-name と /proc/sys/kernel/nfs-root-addrs に ...
-
https://man.plustar.jp/manpage/man4/initrd.4.html
- [similar]