manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 56 for CONTEXT (0.032 sec.)
Man page of PERFMONCTL 14336
PERFMONCTL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pe ... md に指定できる値は以下のとおりである。 PFM_CREATE_CONTEXT perfmonctl(int fd , PFM_CREATE_CONTEXT, pfarg_cont ... fd , PFM_STOP, NULL, 0); 監視を停止する。 PFM_LOAD_CONTEXT perfmonctl(int fd , PFM_LOAD_CONTEXT, pfarg_load_t ... 定したコンテキストをスレッドに接続する。 PFM_UNLOAD_CONTEXT perfmonctl(int fd , PFM_UNLOAD_CONTEXT, NULL, 0); ... 連キーワード perfmonctl , int , pfarg , PERFMONCTL , CONTEXT , コンテキスト , 監視 , レジスター , PMDS , WRITE ...
https://man.plustar.jp/manpage/man2/perfmonctl.2.html - [similar]
Man page of SPU_RUN 11035
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... it(EXIT_FAILURE); } while (0) int main(void) { int context, fd, spu_status; uint32_t instruction, npc; contex ... t = spu_create("/spu/example-context", 0, 0755); if (context == -1) handle_error("spu_c ... instruction = 0x00001234; fd = open("/spu/example-context/mem", O_RDWR); if (fd == -1) handle_error("open"); ... point will be 0x0 */ npc = 0; spu_status = spu_run(context, &npc, NULL); if (spu_status == -1) handle_error(" ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of DIFF 10210
DIFF Section: User Commands (1) Updated: October 2002 Index JM Home Page 名前 diff - 2 つのファイ ... [ --brief ] [ --changed-group-format= fORMAT ] [ --context [ = LINES ]] [ --diff-program= PROGRAM ] [ --ed ] ... 場合には違いを無視する。 不完全な行は無視される。 -c context 出力形式を用いる。 -d, --minimal アルゴリズムを変更 ... を挿入・削除するだけの変更を無視する。 -C LINES , --context[= LINES ] context 出力形式を用い、 LINES 行 (整数値 ... 無視する。 -F REGEXP , --show-function-line= REGEXP context 形式と unified 形式において、 各差分 hunk (テキスト ...
https://man.plustar.jp/manpage/man1/diff.1.html - [similar]
Man page of UNIX 9871
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... This read-only socket option returns the security context of the peer socket connected to this socket. By de ... fault, this will be the same as the security context of the process that created the peer socket unless ... specified length in bytes into which the security context string will be copied. If the buffer length is les ... s than the length of the security context string, then getsockopt (2) returns -1, sets errno ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of RUNCON 9547
RUNCON Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 runcon - 指定され ... リティコンテキストでコマンドを実行する 書式 runcon ,CONTEXT COMMAND / [ ,args/ ] runcon [ ,-c / ] [ ,-u USER/ ... グラムを異なるセキュリティコンテキストで実行します。 CONTEXT も COMMAND も指定しない場合は現在のセキュリティコン ... で必須となっている引数は短いオプションでも必須です。 CONTEXT 完全なセキュリティコンテキスト -c , --compute 修正 ...
https://man.plustar.jp/manpage/man1/runcon.1.html - [similar]
Man page of IP 9385
IP Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 ip - Linux ... sts, this option enables receiving of the security context of the peer socket in an ancillary message of type ... ckopt (2) is an integer boolean flag. The security context returned in the SCM_SECURITY ancillary message is ... this read-only socket option returns the security context of the peer socket connected to this socket. By de ... fault, this will be the same as the security context of the process that created the peer socket unless ...
https://man.plustar.jp/manpage/man7/ip.7.html - [similar]
Man page of CHCON 9208
CHCON Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 chcon - ファイルの ... ィコンテキストを変更する 書式 chcon [ ,OPTION/ ]... ,CONTEXT FILE/ ... chcon [ ,OPTION/ ]... [ ,-u USER/ ] [ ,- ... 説明 各 FILE の SELinux セキュリティコンテキストを CONTEXT に変更します。 --reference がある場合、各 FILE のセ ... 対する再帰的な操作を失敗させる --reference = ,RFILE/ CONTEXT の値を指定するのではなく RFILE の セキュリティコン ...
https://man.plustar.jp/manpage/man1/chcon.1.html - [similar]
Man page of IO_GETEVENTS 9046
IO_GETEVENTS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 ... * 'struct timespec' の定義 */ int io_getevents(aio_context_t ctx_id , long min_nr , long nr , struct io_event ... to nr events from the completion queue of the AIO context specified by ctx_id . The timeout argument specifi ... libaio のラッパー関数では ctx_id 引数に別の型 ( io_context_t ) が使われることに注意すること。 また、 libaio の ...
https://man.plustar.jp/manpage/man2/io_getevents.2.html - [similar]
Man page of IO_DESTROY 8221
IO_DESTROY Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 io ... io_abi.h > /* 必要な型の定義 */ int io_destroy(aio_context_t ctx_id ); 注 : このシステムコールには glibc のラ ... libaio のラッパー関数では ctx_id 引数に別の型 ( io_context_t ) が使われることに注意すること。 また、 libaio の ...
https://man.plustar.jp/manpage/man2/io_destroy.2.html - [similar]
Man page of IO_CANCEL 8059
IO_CANCEL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 io_ ... aio_abi.h > /* 必要な型の定義 */ int io_cancel(aio_context_t ctx_id , struct iocb * iocb , struct io_event * ... libaio のラッパー関数では ctx_id 引数に別の型 ( io_context_t ) が使われることに注意すること。 また、 libaio の ...
https://man.plustar.jp/manpage/man2/io_cancel.2.html - [similar]
PREV 1 2 3 4 5 6 NEXT

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