Searched refs:pid (Results 126 - 150 of 151) sorted by relevance

1234567

/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy.cpp123 {BIND_PLATFORM_DEV_PID, 0, info.pid},
H A Dplatform-device.cpp42 : PlatformDeviceType(parent), bus_(bus), vid_(pdev->vid), pid_(pdev->pid),
138 .pid = pid_,
/fuchsia/zircon/system/public/zircon/boot/
H A Dimage.h370 uint32_t pid; member in struct:__anon661
/fuchsia/zircon/system/ulib/logger/
H A Dlogger.cpp42 buf.AppendPrintf("[%ld]", packet->metadata.pid);
/fuchsia/zircon/system/ulib/syslog/
H A Dfx_logger.cpp61 packet.metadata.pid = pid_;
/fuchsia/zircon/system/utest/debugger/
H A Ddebugger.cpp134 zx_koid_t pid = tu_get_koid(inferior); local
143 if (ZX_PKT_IS_SIGNAL_REP(packet.type) && packet.key == pid &&
293 zx_koid_t pid = tu_get_koid(inferior); local
296 ASSERT_TRUE(packet->key != pid);
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dsocket.h24 pid_t pid; member in struct:ucred
/fuchsia/zircon/system/dev/gpio/aml-gxl-gpio/
H A Daml-gxl-gpio.c523 switch (info.pid) {
543 zxlogf(ERROR, "aml_gpio_bind: unsupported SOC PID %u\n", info.pid);
/fuchsia/zircon/system/dev/gpio/aml-axg-gpio/
H A Daml-axg-gpio.c496 switch (info.pid) {
508 zxlogf(ERROR, "aml_gpio_bind: unsupported SOC PID %u\n", info.pid);
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-device.cpp75 snprintf(log_prefix_, sizeof(log_prefix_), "UsbAud %04x:%04x", vid(), pid());
H A Dusb-audio-stream.cpp48 parent_.pid(),
170 uint16_t pid = parent_.desc().idProduct; local
175 static_cast<uint8_t>(pid >> 8),
176 static_cast<uint8_t>(pid),
/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk.cpp148 zxlogf(ERROR, "aml-clk: Unsupported SOC DID %u\n", info.pid);
/fuchsia/zircon/system/utest/async/
H A Dexception_tests.cpp21 .pid = dummy_pid,
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp46 zx_koid_t pid; local
48 if (!get_koid(zx_process_self(), &pid))
52 EXPECT_EQ(packet->exception.pid, pid);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h379 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dfuchsia.c42 tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip, argument
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1232 static zx_koid_t pid = ZX_KOID_INVALID; local
1233 if (pid == ZX_KOID_INVALID) {
1239 pid = process_info.koid;
1243 pid = 1;
1261 pid, seqno, p->l_map.l_addr, p->map, p->map + p->map_len);
1263 pid, seqno, buildid);
1265 pid, seqno, soname, name);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c1430 int pid = prof_getpid(); local
1432 mfd = prof_open_maps("/proc/%d/task/%d/maps", pid, pid);
1434 mfd = prof_open_maps("/proc/%d/maps", pid);
1603 /* Dump /proc/<pid>/maps if possible. */
1713 /* "<prefix>.<pid>.<seq>.v<vseq>.heap" */
1718 /* "<prefix>.<pid>.<seq>.<v>.heap" */
/fuchsia/zircon/system/dev/display/vim-display/
H A Dvim-display.cpp643 printf("BOARD INFO: %d %d %s %d\n", board_info.vid, board_info.pid, board_info.board_name,
646 assert(board_info.pid == PDEV_PID_VIM2);
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c34 uint16_t pid; member in struct:__anon508
655 override->pid == le16toh(device_desc->idProduct)) {
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c243 int pid = getpid (); local
246 maps_init (&mi, pid);
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp262 {BIND_PLATFORM_DEV_PID, 0, phy_info.pid},
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c363 void ERR_remove_state(unsigned long pid) { argument
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp346 zx_koid_t pid = dev->host ? dev->host->koid : 0; local
353 if (pid == 0) {
356 dmprintf("%*s%c%s%c pid=%zu%s %s\n",
361 pid, extra,
663 log(INFO, "devcoord: launch devhost '%s': pid=%zu\n",
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp846 EXPECT_EQ(get_koid(self), exception.last_report->exception.pid);

Completed in 257 milliseconds

1234567