Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 25) sorted by relevance

/Zephyr-Core-3.7.0/lib/posix/options/
Dsched.c37 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam()
52 int sched_getscheduler(pid_t pid) in sched_getscheduler()
66 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam()
81 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler()
92 int sched_rr_get_interval(pid_t pid, struct timespec *interval) in sched_rr_get_interval()
Dclock.c290 int clock_getcpuclockid(pid_t pid, clockid_t *clock_id) in clock_getcpuclockid()
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_handlers.py213 def mock_kill_function(pid, sig): argument
259 def mock_kill_function(pid, sig): argument
376 def __init__(self, pid, stdout): argument
1423 def mock_process(pid): argument
1702 def mock_kill(pid, sig): argument
1863 pid, argument
1871 def mock_cputime(pid): argument
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dhandlers.py819 def _get_cpu_time(pid): argument
858 def _thread_close_files(fifo_in, fifo_out, pid, out_fp, in_fp, log_out_fp): argument
1118 def _get_cpu_time(pid): argument
1138 def _stop_qemu_process(pid): argument
/Zephyr-Core-3.7.0/include/zephyr/drivers/i3c/
Dtarget_device.h52 uint64_t pid; member
Dccc.h501 uint8_t pid[6]; member
/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_device.c101 const uint16_t pid) in usbd_device_set_pid()
Dusbd_shell.c308 uint16_t pid; in cmd_device_pid() local
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dmcc.c143 uint8_t *pid = (uint8_t *)data; in mcc_read_icon_obj_id_cb() local
443 uint8_t *pid = (uint8_t *)data; in mcc_read_segments_obj_id_cb() local
473 uint8_t *pid = (uint8_t *)data; in mcc_current_track_obj_id_cb() local
539 uint8_t *pid = (uint8_t *)data; in mcc_next_track_obj_id_cb() local
607 uint8_t *pid = (uint8_t *)data; in mcc_parent_group_obj_id_cb() local
646 uint8_t *pid = (uint8_t *)data; in mcc_current_group_obj_id_cb() local
938 uint8_t *pid = (uint8_t *)data; in mcc_search_results_obj_id_cb() local
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_ccc.c65 struct i3c_ccc_getpid *pid) in i3c_ccc_do_getpid()
Di3c_common.c433 uint64_t pid, bool must_match, in i3c_dev_list_daa_addr_helper()
Di3c_cdns.c379 #define DEV_ID_RR1_PID_MSB(pid) (pid) argument
382 #define DEV_ID_RR2_PID_LSB(pid) ((pid) << 16) argument
1524 uint64_t pid = ((uint64_t)dev_id_rr1 << 16) + (dev_id_rr2 >> 16); in cdns_i3c_do_daa() local
Di3c_mcux.c1269 uint64_t pid; in mcux_i3c_do_daa() local
Di3c_npcx.c1216 uint64_t pid; in npcx_i3c_do_daa() local
Di3c_shell.c689 struct i3c_ccc_getpid pid; in cmd_i3c_ccc_getpid() local
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Di3c.h883 const uint64_t pid:48; member
894 #define I3C_DEVICE_ID(pid) \ argument
925 const uint64_t pid:48; member
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/
Dsockets_net_mgmt.c31 uintptr_t pid; member
/Zephyr-Core-3.7.0/drivers/video/
Dov7670.c373 uint8_t pid; in ov7670_init() local
Dov7725.c565 uint8_t pid, ver; in ov7725_init() local
/Zephyr-Core-3.7.0/drivers/sensor/grow_r502a/
Dgrow_r502a.h184 uint8_t pid; member
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h1609 uint16_t pid; member
Daccess.h1153 uint16_t pid; /**< Product ID */ member
/Zephyr-Core-3.7.0/include/zephyr/usb/
Dusbd.h414 #define USBD_DEVICE_DEFINE(device_name, udc_dev, vid, pid) \ argument
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dport.c48 uint8_t *pid = port_id->clk_id.id; in port_id_str() local
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Diso.h276 uint8_t pid; member