Searched refs:ret_val (Results 1 – 7 of 7) sorted by relevance
| /subsys/shell/ |
| A D | shell_wildcard.c | 73 enum shell_wildcard_status ret_val = SHELL_WILDCARD_CMD_NO_MATCH_FOUND; in commands_expand() local 82 ret_val = command_add(sh->ctx->temp_buff, in commands_expand() 85 if (ret_val == SHELL_WILDCARD_CMD_MISSING_SPACE) { in commands_expand() 91 } else if (ret_val != SHELL_WILDCARD_CMD_ADDED) { in commands_expand() 103 return ret_val; in commands_expand() 163 enum shell_wildcard_status ret_val = SHELL_WILDCARD_NOT_FOUND; in z_shell_wildcard_process() local 166 return ret_val; in z_shell_wildcard_process() 170 return ret_val; in z_shell_wildcard_process() 180 ret_val = commands_expand(sh, cmd, pattern); in z_shell_wildcard_process() 182 return ret_val; in z_shell_wildcard_process()
|
| A D | shell.c | 524 int ret_val = 0; in exec_cmd() local 553 ret_val = cmd_precheck(sh, in_range); in exec_cmd() 556 if (!ret_val) { in exec_cmd() 566 ret_val = sh->ctx->active_cmd.handler(sh, argc, in exec_cmd() 573 return ret_val; in exec_cmd() 1023 sh->ctx->ret_val = execute(sh); in state_collect() 1701 int ret_val; in shell_execute_cmd() local 1729 ret_val = execute(sh); in shell_execute_cmd() 1734 return ret_val; in shell_execute_cmd()
|
| A D | shell_cmds.c | 182 int ret_val = 0; in terminal_size_get() local 196 ret_val = -ENOTSUP; in terminal_size_get() 200 return ret_val; in terminal_size_get()
|
| A D | shell_ops.h | 190 return sh->ctx->ret_val; in z_shell_get_return_value()
|
| /subsys/bluetooth/audio/ |
| A D | pacs.c | 387 ssize_t ret_val; in snk_read() local 401 ret_val = bt_gatt_attr_read(conn, attr, buf, len, offset, read_buf.data, in snk_read() 406 return ret_val; in snk_read() 494 ssize_t ret_val; in src_read() local 508 ret_val = bt_gatt_attr_read(conn, attr, buf, len, offset, read_buf.data, in src_read() 513 return ret_val; in src_read()
|
| A D | bap_scan_delegator.c | 1344 ssize_t ret_val; in read_recv_state() local 1361 ret_val = bt_gatt_attr_read(conn, attr, buf, len, offset, in read_recv_state() 1367 return ret_val; in read_recv_state()
|
| A D | ascs.c | 1459 ssize_t ret_val; in ascs_ase_read() local 1483 ret_val = bt_gatt_attr_read(conn, attr, buf, len, offset, ase_buf.data, ase_buf.len); in ascs_ase_read() 1487 return ret_val; in ascs_ase_read()
|
Completed in 619 milliseconds