Searched refs:shell_strtoull (Results 1 – 5 of 5) sorted by relevance
| /subsys/shell/modules/kernel_service/thread/ |
| A D | mask.c | 18 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_clear() 47 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_enable_all() 76 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_enable() 111 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_disable()
|
| A D | pin.c | 19 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_pin()
|
| A D | unwind.c | 35 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_unwind()
|
| /subsys/bluetooth/audio/shell/ |
| A D | mcc.c | 893 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_current_track_obj_id() 931 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_next_track_obj_id() 981 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_current_group_obj_id() 1768 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_otc_select()
|
| /subsys/shell/ |
| A D | shell_utils.c | 664 unsigned long long shell_strtoull(const char *str, int base, int *err) in shell_strtoull() function
|
Completed in 28 milliseconds