manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 64 for module (0.001 sec.)
Man page of INIT_MODULE 12793
INIT_MODULE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 i ... nit_module, finit_module - カーネルモジュールをロードする 書式 ... int init_module(void * module_image , unsigned long len , const ch ... ar * param_values ); int finit_module(int fd , const char * param_values , int flags ); ... 注意 : glibc では、 ヘッダーファイルでの init_module () の宣言はなく、 finit_module () のラッパー関数も ...
https://man.plustar.jp/manpage/man2/finit_module.2.html - [similar]
Man page of INIT_MODULE 11515
INIT_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 init_ ... ジュールのエントリを初期化する 書式 #include < linux/module.h > int init_module(const char * name , struct mod ... ule * image ); 説明 init_module は再配置されたモジュールイメージをカーネル空間にロ ... 置される。モジュール構造体の定義を以下に示す: struct module { unsigned long size_of_struct; struct module *nex ... gs; unsigned int nsyms; unsigned int ndeps; struct module_symbol *syms; struct module_ref *deps; struct modu ...
https://man.plustar.jp/manpage/man2/init_module.2.html - [similar]
Man page of CREATE_MODULE 10740
CREATE_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 cre ... ate_module - ローダブルモジュールのエントリを生成する 書式 #i ... nclude < linux/module.h > caddr_t create_module(const char * name , size ... _t size ); 説明 create_module はローダブルモジュール(loadable module)のエントリを ... クセスできるアドレス空間の外部にある。 関連項目 init_module (2), delete_module (2), query_module (2) 関連キーワ ...
https://man.plustar.jp/manpage/man2/create_module.2.html - [similar]
Man page of MODULES.CONF 10611
MODULES.CONF Section: File Formats (5) Updated: 07 December 1999 Index JM Home Page 名前 modules ... 8) (および depmod (8)) の動作は、設定ファイル /etc/modules.conf によって変更できる (このファイルは無くてもよ ... べて以下のフォーマットのいずれかに従う: [add] above module module_list alias alias_name result [add] below mo ... dule module_list define VARIABLE WORD depfile=A_PATH else else ... _FILE insmod_opt=GENERIC_OPTIONS_TO_INSMOD install module command ... keep [add] options module MODULE_SPECI ...
https://man.plustar.jp/manpage/man5/modules.conf.5.html - [similar]
Man page of DELETE_MODULE 10524
DELETE_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 del ... ete_module - ローダブルモジュールのエントリを削除する 書式 #i ... nclude < linux/module.h > int delete_module(const char * name ); 説明 de ... lete_module は未使用のローダブルモジュールのエントリを削除しよ ... セスできるアドレス空間の外部にある。 関連項目 create_module (2), init_module (2), query_module (2) 関連キーワー ...
https://man.plustar.jp/manpage/man2/delete_module.2.html - [similar]
Man page of QUERY_MODULE 10065
QUERY_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 quer ... y_module - モジュールに関連する各種の情報をカーネルに問い合 ... わせる 書式 #include < linux/module.h > int query_module(const char * name , int which ... buf , size_t bufsize , size_t * ret ); 説明 query_module は、ローダブルモジュールに関連する情報をカーネルに ... 功を返す。システムコールを調べるために使われる。 QM_MODULES ロードされている全てのモジュールの名前を返す。出力 ...
https://man.plustar.jp/manpage/man2/query_module.2.html - [similar]
Man page of GET_KERNEL_SYMS 8902
GET_KERNEL_SYMS Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 g ... モジュールのシンボルを取得する 書式 #include < linux/module.h > int get_kernel_syms(struct kernel_sym * table ... である。エラーで復帰することはない。 関連項目 create_module (2), init_module (2), delete_module (2), query_mod ... 。 以上の制限により、このシステムコールよりは query_module を使う方 が望ましい。 関連キーワード シンボル , KE ... RNEL , SYMS , module , モジュール , 名前 , syms , カーネル , 制限 , バグ ...
https://man.plustar.jp/manpage/man2/get_kernel_syms.2.html - [similar]
Man page of ICONVCONFIG 7581
ICONVCONFIG Section: Linux System Administration (8) Updated: 2020-08-13 Index JM Home Page 名前 ... 採用されている。 The iconvconfig program reads iconv module configuration files and writes a fast-loading gcon ... v module configuration cache file. In addition to the syste ... m provided gconv modules, the user can specify custom gconv module directo ... e environment variable GCONV_PATH . However, iconv module configuration caching is used only when the enviro ...
https://man.plustar.jp/manpage/man8/iconvconfig.8.html - [similar]
Man page of UNIMPLEMENTED 7538
UNIMPLEMENTED Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 ... 定のアーキテクチャーにのみ存在する。 ipc (2), create_module (2), init_module (2), delete_module (2) のようなシ ... いる。 関連キーワード UNIMPLEMENTED , 実装 , pages , module , 注意 , 名前 , ulimit , ftime , 存在 , Index Linu ...
https://man.plustar.jp/manpage/man2/afs_syscall.2.html - [similar]
Man page of UNIMPLEMENTED 7538
UNIMPLEMENTED Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 ... 定のアーキテクチャーにのみ存在する。 ipc (2), create_module (2), init_module (2), delete_module (2) のようなシ ... いる。 関連キーワード UNIMPLEMENTED , 実装 , pages , module , 注意 , 名前 , ulimit , ftime , 存在 , Index Linu ...
https://man.plustar.jp/manpage/man2/break.2.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT

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