Searched refs:num (Results 1 – 13 of 13) sorted by relevance
| /misc/services/life_mngr/ |
| A D | uart_channel.c | 55 ssize_t num; in listen_uart_channel_dev() local 62 num = receive_message_by_uart(c_dev->uart_device, (void *)c_dev->buf, in listen_uart_channel_dev() 64 if (num == 0) { in listen_uart_channel_dev() 131 ssize_t num, ret; in poll_and_dispatch_uart_channel_events() local 139 num = receive_message_by_uart(c_dev->uart_device, (void *)c_dev->buf, in poll_and_dispatch_uart_channel_events() 144 if (num == 0) { in poll_and_dispatch_uart_channel_events() 155 num = strlen(ACK_TIMEOUT); in poll_and_dispatch_uart_channel_events() 160 if (num > 0) { in poll_and_dispatch_uart_channel_events()
|
| A D | socket.c | 24 static int setup_and_listen_unix_socket(const char *sock_path, int num) in setup_and_listen_unix_socket() argument 40 if (listen(sock_fd, num) < 0) in setup_and_listen_unix_socket()
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | fsutils.c | 880 int ret, num, count = 0; in lsdir() local 888 num = scandir(dir, &filelist, 0, 0); in lsdir() 889 if (num < 0) in lsdir() 891 if (num > limit) { in lsdir() 893 dir, num, limit); in lsdir() 898 for (i = 0; i < num; i++) { in lsdir() 908 for (i = 0; i < num; i++) in lsdir() 919 for (i = 0; i < num; i++) in lsdir()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | history.c | 113 int num; in update_event_count_file() local 125 &num) == -1) in update_event_count_file() 145 len = snprintf(num_str, sizeof(num_str), "%u", num + 1); in update_event_count_file()
|
| /misc/debug_tools/acrn_log/ |
| A D | acrnlog.c | 42 unsigned short num; member 50 .num = LOG_FILE_NUM 58 .num = LOG_FILE_NUM
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/utils/ |
| A D | utils.js | 279 export function pad(num, size) { argument 280 let s = String(num);
|
| /misc/config_tools/library/ |
| A D | board_cfg_lib.py | 55 num = len(msg_s.split()) 64 if " ".join(line.split()[0:num]) == msg_s: 69 if " ".join(line.split()[0:num]) == msg_e:
|
| A D | launch_cfg_lib.py | 434 (blk_dev_list, num) = board_cfg_lib.get_rootfs(acrn_config_utilities.BOARD_INFO_FILE)
|
| /misc/debug_tools/acrn_trace/scripts/ |
| A D | formats | 10 0x0001001C CPU%(cpu)d 0x%(event)016x %(tsc)d cr access [access type = 0x%(1)08x, cr num = %(2)d]
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/Scenario/ |
| A D | NewScenario.vue | 101 // get vm num
|
| /misc/config_tools/scenario_config/ |
| A D | scenario_item.py | 33 (self.root_dev_val, num) = acrn_config_utilities.get_rootfs(self.board_info)
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.lock | 479 "num-traits", 1798 "num-rational", 1799 "num-traits", 2267 name = "num-integer" 2273 "num-traits", 2277 name = "num-rational" 2283 "num-integer", 2284 "num-traits", 2288 name = "num-traits"
|
| /misc/config_tools/board_inspector/smbiosparser/ |
| A D | smbios.py | 37 def structure_type(self, num): argument 50 return matrix[num] 52 logging.debug("Failure: Type {} - not found".format(num))
|
Completed in 23 milliseconds