Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c75 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/
Dipcrm.c38 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/
Dcmp_policy.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dsmall-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
/third_party/ffmpeg/libavcodec/
Dipu_parser.c37 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/
Drole-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Duser-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dalias-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dsmall-base.conf41 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/
Dsmall-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dbase-metreq.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dbase-notmetreq.conf40 class ipc
121 common ipc
288 class ipc
289 inherits ipc
292 inherits ipc
303 inherits ipc
/third_party/node/src/
Dpipe_wrap.cc119 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/
Dsmall-base.conf41 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/
Dtest-child-process-fork-ref.js42 const ipc = []; variable
46 ipc.push(msg);
56 assert.deepStrictEqual(ipc, ['1', '2']);
Dtest-child-process-fork-stdio.js26 let ipc = ''; variable
36 ipc += msg;
38 if (ipc === buf.toString()) {
/third_party/libuv/src/unix/
Dpipe.c33 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/
Dchild_process.js353 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/
Dnamespaces-helper-tools.txt37 # 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/
Dasoundrc.txt319 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/
DMakefile30 ipc \
49 FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dmeson.build22 executable('ipc-play', 'ipc-play.c',
/third_party/libuv/docs/src/
Dpipe.rst24 .. 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/
Dpipe.c106 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/
Ddefault8 ipc

1234