/Zephyr-Core-2.7.6/cmake/emu/ |
D | renode.cmake | 11 --pid-file renode.pid
|
D | qemu.cmake | 46 list(APPEND QEMU_FLAGS qemu\${QEMU_INSTANCE}.pid) 48 list(APPEND QEMU_FLAGS qemu${QEMU_INSTANCE}.pid) 124 -pidfile qemu-node${QEMU_PIPE_ID}.pid 160 -pidfile qemu-${target}.pid 164 # appending the instance name to the pid file we can easily run more
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | mdb.py | 31 parent = psutil.Process(mdb_process.pid) 35 return (True, process.pid) 47 found, pid = get_cld_pid(mdb_process) 50 mdb_runner.logger.debug("MDB CLD pid: " + str(pid) + " " + mdb_pid_file) 52 f.write(str(pid))
|
D | dfu.py | 21 def __init__(self, cfg, pid, alt, img, exe='dfu-util', argument 26 self.cmd = [exe, '-d,{}'.format(pid)] 89 ret = DfuUtilBinaryRunner(cfg, args.pid, args.alt, args.img,
|
/Zephyr-Core-2.7.6/scripts/net/ |
D | run-sample-tests.sh | 174 local pid="$(ps -o pid= --ppid "$1")" 176 for p in $pid 181 if [ -n "$pid" ]; then 182 echo -n "$pid "
|
/Zephyr-Core-2.7.6/boards/arm/96b_carbon/ |
D | board.cmake | 3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
/Zephyr-Core-2.7.6/boards/arm/sensortile_box/ |
D | board.cmake | 3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
/Zephyr-Core-2.7.6/boards/arm/96b_aerocore2/ |
D | board.cmake | 4 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
/Zephyr-Core-2.7.6/scripts/checkpatch/ |
D | check_known_checkpatch_issues.sh | 65 pid=$$ 66 suffix=${uid}-${pid}-${ts}
|
/Zephyr-Core-2.7.6/boards/arm/adafruit_feather_stm32f405/ |
D | board.cmake | 3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
/Zephyr-Core-2.7.6/boards/arm/blackpill_f401ce/ |
D | board.cmake | 3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
/Zephyr-Core-2.7.6/boards/arm/blackpill_f411ce/ |
D | board.cmake | 3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | sockets_net_mgmt.c | 31 uintptr_t pid; member 109 mgmt->pid = nm_addr->nm_pid; in znet_mgmt_bind() 201 nm_addr->nm_pid = mgmt->pid; in znet_mgmt_recvfrom()
|
/Zephyr-Core-2.7.6/drivers/video/ |
D | ov7725.c | 561 uint8_t pid, ver; in ov7725_init() local 585 ret = ov7725_read_reg(dev, OV7725_PID, &pid); in ov7725_init() 597 if (OV7725_REVISION != (((uint32_t)pid << 8U) | (uint32_t)ver)) { in ov7725_init()
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | iso.h | 145 uint8_t pid; member
|
/Zephyr-Core-2.7.6/include/bluetooth/mesh/ |
D | access.h | 665 uint16_t pid; /**< Product ID */ member
|
D | cfg_cli.h | 1082 uint16_t pid; member
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 428 for child in psutil.Process(proc.pid).children(recursive=True): 430 os.kill(child.pid, signal.SIGTERM) 469 pid = int(open(self.pid_fn).read()) 473 os.kill(pid, signal.SIGTERM) 935 def _get_cpu_time(pid): argument 942 proc = psutil.Process(pid) 977 pid = 0 979 pid = int(open(pid_fn).read()) 985 if pid and this_timeout > 0: 989 cpu_time = QEMUHandler._get_cpu_time(pid) [all …]
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | iso.c | 59 uint8_t pid; member 208 cp->path_id = path->pid; in hci_le_setup_iso_data_path() 276 struct bt_iso_chan_path default_path = { .pid = BT_ISO_DATA_PATH_HCI }; in bt_iso_setup_data_path() 296 in_path.pid = BT_ISO_DATA_PATH_DISABLED; in bt_iso_setup_data_path() 300 out_path.pid = BT_ISO_DATA_PATH_DISABLED; in bt_iso_setup_data_path()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 97 net_buf_simple_add_le16(buf, comp->pid); in comp_get_page_0()
|
D | shell.c | 604 shell_print(shell, "\tPID 0x%04x", comp.pid); in cmd_get_comp()
|
D | cfg_cli.c | 2581 page->pid = net_buf_simple_pull_le16(buf); in bt_mesh_comp_p0_get()
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.5.rst | 1310 * :github:`30276` - Sanitycheck: can't find mdb.pid 1321 * :github:`30229` - BinaryHandler has no pid file
|