Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-2.7.6/cmake/emu/
Drenode.cmake11 --pid-file renode.pid
Dqemu.cmake46 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/
Dmdb.py31 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))
Ddfu.py21 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/
Drun-sample-tests.sh174 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/
Dboard.cmake3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
/Zephyr-Core-2.7.6/boards/arm/sensortile_box/
Dboard.cmake3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
/Zephyr-Core-2.7.6/boards/arm/96b_aerocore2/
Dboard.cmake4 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
/Zephyr-Core-2.7.6/scripts/checkpatch/
Dcheck_known_checkpatch_issues.sh65 pid=$$
66 suffix=${uid}-${pid}-${ts}
/Zephyr-Core-2.7.6/boards/arm/adafruit_feather_stm32f405/
Dboard.cmake3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
/Zephyr-Core-2.7.6/boards/arm/blackpill_f401ce/
Dboard.cmake3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
/Zephyr-Core-2.7.6/boards/arm/blackpill_f411ce/
Dboard.cmake3 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets_net_mgmt.c31 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/
Dov7725.c561 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/
Diso.h145 uint8_t pid; member
/Zephyr-Core-2.7.6/include/bluetooth/mesh/
Daccess.h665 uint16_t pid; /**< Product ID */ member
Dcfg_cli.h1082 uint16_t pid; member
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py428 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/
Diso.c59 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/
Dcfg_srv.c97 net_buf_simple_add_le16(buf, comp->pid); in comp_get_page_0()
Dshell.c604 shell_print(shell, "\tPID 0x%04x", comp.pid); in cmd_get_comp()
Dcfg_cli.c2581 page->pid = net_buf_simple_pull_le16(buf); in bt_mesh_comp_p0_get()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.5.rst1310 * :github:`30276` - Sanitycheck: can't find mdb.pid
1321 * :github:`30229` - BinaryHandler has no pid file