/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
D | page-poisoning.c | 75 struct ipc { struct 357 struct ipc *ipc; in dirty_anonymous() local 360 if ((ipc = shmat(ipc_entry, 0, 0)) == (void *)-1) in dirty_anonymous() 362 ipc->test[instance].id = testid; in dirty_anonymous() 367 ipc->test[instance].result = TEST_PASS; in dirty_anonymous() 368 shmdt(ipc); in dirty_anonymous() 373 struct ipc *ipc; in dirty_anonymous_unmap() local 376 if ((ipc = shmat(ipc_entry, 0, 0)) == (void *)-1) in dirty_anonymous_unmap() 378 ipc->test[instance].id = testid; in dirty_anonymous_unmap() 384 ipc->test[instance].result = TEST_PASS; in dirty_anonymous_unmap() [all …]
|
/third_party/toybox/toys/pending/ |
D | ipcrm.c | 38 static void do_ipcrm(int key, int ipc, char *name) 54 id = ((ipc == 1)?shmget(id, 0, 0) : 55 (ipc == 2)? msgget(id, 0): semget(id, 0, 0)); 62 if (ipc == 1) ret = shmctl(id, IPC_RMID, NULL); 63 else if (ipc == 2) ret = msgctl(id, IPC_RMID, NULL); 64 else if (ipc == 3) ret = semctl(id, 0, IPC_RMID, NULL);
|
/third_party/selinux/libsepol/tests/policies/test-hooks/ |
D | cmp_policy.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
D | small-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
/third_party/ffmpeg/libavcodec/ |
D | ipu_parser.c | 37 IPUParseContext *ipc = s->priv_data; in ipu_parse() local 38 uint32_t state = ipc->pc.state; in ipu_parse() 58 ipc->pc.state = state; in ipu_parse() 59 if (ff_combine_frame(&ipc->pc, next, &buf, &buf_size) < 0) { in ipu_parse()
|
/third_party/selinux/libsepol/tests/policies/test-expander/ |
D | role-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
D | user-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
D | alias-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
D | small-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
/third_party/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
D | base-metreq.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
D | base-notmetreq.conf | 40 class ipc 121 common ipc 288 class ipc 289 inherits ipc 292 inherits ipc 303 inherits ipc
|
/third_party/node/src/ |
D | pipe_wrap.cc | 119 bool ipc; in New() local 124 ipc = false; in New() 128 ipc = false; in New() 132 ipc = true; in New() 138 new PipeWrap(env, args.This(), provider, ipc); in New() 145 bool ipc) in PipeWrap() argument 147 int r = uv_pipe_init(env->event_loop(), &handle_, ipc); in PipeWrap()
|
/third_party/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 41 class ipc 122 common ipc 289 class ipc 290 inherits ipc 293 inherits ipc 296 inherits ipc 308 inherits ipc
|
/third_party/node/test/parallel/ |
D | test-child-process-fork-ref.js | 42 const ipc = []; variable 46 ipc.push(msg); 56 assert.deepStrictEqual(ipc, ['1', '2']);
|
D | test-child-process-fork-stdio.js | 26 let ipc = ''; variable 36 ipc += msg; 38 if (ipc === buf.toString()) {
|
/third_party/libuv/src/unix/ |
D | pipe.c | 33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init() argument 38 handle->ipc = ipc; in uv_pipe_init() 98 if (handle->ipc) in uv__pipe_listen() 301 if (!handle->ipc) in uv_pipe_pending_count() 316 if (!handle->ipc) in uv_pipe_pending_type()
|
/third_party/node/lib/internal/ |
D | child_process.js | 353 const ipc = stdio.ipc; 362 if (ipc !== undefined) { 419 if (stream.ipc) { 465 if (ipc !== undefined) setupChannel(this, ipc, serialization); 970 let ipc; 1016 if (sync || ipc !== undefined) { 1025 ipc = new Pipe(PipeConstants.IPC); 1030 handle: ipc, 1031 ipc: true property 1069 return { stdio, ipc, ipcFd };
|
/third_party/ltp/doc/ |
D | namespaces-helper-tools.txt | 37 # Creates a new network and ipc namespace and stores the PID of the daemonized 39 myns=$(ns_create net,ipc) 44 ns_exec $myns net,ipc ip a 50 ns_exec $myns net,ipc ip a
|
/third_party/alsa-lib/doc/ |
D | asoundrc.txt | 319 ipc_key INT # Unique ipc key 320 ipc_perm INT # ipc permissions (default 0600) 321 ipc_gid INT # ipc gid (default -1 = disable) 329 ipc_key INT # Unique ipc key 330 ipc_perm INT # ipc permissions (default 0600) 331 ipc_gid INT # ipc gid (default -1 = disable) 339 ipc_key INT # Unique ipc key 340 ipc_perm INT # ipc permissions (default 0600) 341 ipc_gid INT # ipc gid (default -1 = disable)
|
/third_party/ltp/testcases/kernel/ |
D | Makefile | 30 ipc \ 49 FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | meson.build | 22 executable('ipc-play', 'ipc-play.c',
|
/third_party/libuv/docs/src/ |
D | pipe.rst | 24 .. c:member:: int uv_pipe_t.ipc 36 .. c:function:: int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) 38 Initialize a pipe handle. The `ipc` argument is a boolean to indicate if
|
/third_party/libuv/src/win/ |
D | pipe.c | 106 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init() argument 116 handle->ipc = ipc; in uv_pipe_init() 413 if (flags & UV_NONBLOCK_PIPE || parent_pipe->ipc) { in uv__create_stdio_pipe_pair() 1082 if (server->ipc) { in uv__pipe_accept() 1153 if (handle->ipc) { in uv__pipe_listen() 1782 if (handle->ipc) { in uv__pipe_write() 2025 handle->ipc ? uv__pipe_read_ipc(loop, handle) in uv__process_pipe_read_req() 2318 if (pipe->ipc) { in uv_pipe_open() 2341 if (pipe->ipc) { in uv_pipe_open() 2473 if (!handle->ipc) in uv_pipe_pending_count() [all …]
|
/third_party/ltp/scenario_groups/ |
D | default | 8 ipc
|