/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 174 pid_t pid; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 21 int pid; member
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug07.sh | 107 NEW_CPU=`ps --pid=${KCOMPILE_LOOP_PID} -o psr --no-headers`
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify07.c | 137 "pid=%u fd=%d", in loose_fanotify_events() 140 (unsigned int)event.pid, event.fd); in loose_fanotify_events()
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 21 int pid; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | align.rs | 56 pub pid: ::c_int,
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | RemoteAPI.java | 117 Process.killProcess(processInfo.pid); in kill() 147 // Log.v(LOG_TAG, "Found proc : " + info.processName + " " + info.pid); in findProcess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | BlockIndexer.cpp | 57 CurrentBlock.ProcessID = R.pid(); in visit()
|
H A D | FDRTraceExpander.cpp | 91 PID = R.pid(); in visit()
|
H A D | RecordPrinter.cpp | 65 OS << formatv("<PID: {0}>", R.pid()) << Delim; in visit()
|
/third_party/toybox/scripts/ |
H A D | genconfig.sh | 106 int prlimit(pid_t pid, int resource, const struct rlimit *new_limit,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 79 pid: ::pid_t, in pset_bind_lwp()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/ |
H A D | audio_policy_server.h | 155 std::string GetSelectedDeviceInfo(int32_t uid, int32_t pid, AudioStreamType streamType) override; 274 void RegisteredTrackerClientDied(int pid, int uid); 276 void RegisteredStreamListenerClientDied(int pid, int uid); 443 bool IsAllowedPlayback(const int32_t &uid, const int32_t &pid) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service.cpp | 524 int pid = 0; in DumpMem() local 526 pid = std::atoi(type.c_str()); in DumpMem() 529 [this, &argSets, &dumpString, &type, &pid]() { in DumpMem() 530 return mainThread_->DumpMem(argSets, dumpString, type, pid); in DumpMem()
|
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 361 char pid[bufSize] = ""; in GetInputIdentification() local 363 sprintf_s(pid, sizeof(pid), "%04X", deviceProduct); in GetInputIdentification() 365 std::string strPid(pid); in GetInputIdentification()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_message_test.cpp | 111 int32_t TestGetUidAndPidSuccess(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidSuccess() argument 115 (void)pid; in TestGetUidAndPidSuccess() 119 int32_t TestGetUidAndPidFail(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidFail() argument 123 (void)pid; in TestGetUidAndPidFail()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 708 int32_t pid = 1; in HWTEST_F() local 709 int32_t ret = ServerIpcGrantPermission(uid, pid, nullptr); in HWTEST_F() 715 ret = ServerIpcGrantPermission(uid, pid, nullptr); in HWTEST_F() 718 ret = ServerIpcGrantPermission(uid, pid, g_sessionName); in HWTEST_F()
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_stub_unittest.cpp | 671 pid_t pid = -1; in HWTEST_F() local 674 int ret = dBinderServiceStub.GetAndSaveDBinderData(pid, uid); in HWTEST_F() 690 pid_t pid = 1234; in HWTEST_F() local 692 int ret = dBinderServiceStub.GetAndSaveDBinderData(pid, uid); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 109 ctx->tid = current->pid; in __spu_update_sched_info() 229 spu->pid = current->pid; in spu_bind_context() 455 spu->pid = 0; in spu_unbind_context()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | memtype.c | 690 current->comm, current->pid, start, end - 1); in memtype_free() 898 current->comm, current->pid, in memtype_kernel_map_sync() 933 current->comm, current->pid, in reserve_pfn_range() 954 current->comm, current->pid, in reserve_pfn_range()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 109 ctx->tid = current->pid; in __spu_update_sched_info() 226 spu->pid = current->pid; in spu_bind_context() 449 spu->pid = 0; in spu_unbind_context()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kthread.c | 330 int pid; in create_kthread() local 336 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread() 337 if (pid < 0) { in create_kthread() 345 create->result = ERR_PTR(pid); in create_kthread()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | af9005.c | 896 deb_info("pid filter control onoff %d\n", onoff); in af9005_pid_filter_control() 914 deb_info("pid filter control ok\n"); in af9005_pid_filter_control() 919 u16 pid, int onoff) in af9005_pid_filter() 923 deb_info("set pid filter, index %d, pid %x, onoff %d\n", index, in af9005_pid_filter() 924 pid, onoff); in af9005_pid_filter() 927 before setting the first pid */ in af9005_pid_filter() 929 deb_info("first pid set, enable pid table\n"); in af9005_pid_filter() 937 (u8) (pid in af9005_pid_filter() 918 af9005_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) af9005_pid_filter() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | gdm_usb.c | 22 #define USB_DEVICE_CDC_DATA(vid, pid) \ 27 .idProduct = pid,\ 31 #define USB_DEVICE_MASS_DATA(vid, pid) \ 35 .idProduct = pid,\ 817 pr_info("net vid = 0x%04x pid = 0x%04x\n", idVendor, idProduct); in gdm_usb_probe()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | af9005.c | 896 deb_info("pid filter control onoff %d\n", onoff); in af9005_pid_filter_control() 914 deb_info("pid filter control ok\n"); in af9005_pid_filter_control() 919 u16 pid, int onoff) in af9005_pid_filter() 923 deb_info("set pid filter, index %d, pid %x, onoff %d\n", index, in af9005_pid_filter() 924 pid, onoff); in af9005_pid_filter() 927 before setting the first pid */ in af9005_pid_filter() 929 deb_info("first pid set, enable pid table\n"); in af9005_pid_filter() 937 (u8) (pid in af9005_pid_filter() 918 af9005_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) af9005_pid_filter() argument [all...] |