Searched refs:scope_len (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/common_modules/tzdriver/tlogger/ |
H A D | tlogger.c | 200 uint32_t max_len, uint32_t read_pos, uint32_t scope_len, uint32_t *pos) in get_next_log_item() 206 if ((read_pos + scope_len) > max_len) in get_next_log_item() 209 while ((i + sizeof(*item) + LOG_ITEM_LEN_ALIGN) <= scope_len) { in get_next_log_item() 212 max_size = (((scope_len - i) > LOG_ITEM_MAX_LEN) ? in get_next_log_item() 213 LOG_ITEM_MAX_LEN : (scope_len - i)); in get_next_log_item() 986 uint32_t read_pos, uint32_t scope_len, uint32_t max_len) in msg_get_next() 993 while (i <= scope_len && in msg_get_next() 995 len = (uint32_t)(scope_len - i); in msg_get_next() 199 get_next_log_item(const unsigned char *buffer_start, uint32_t max_len, uint32_t read_pos, uint32_t scope_len, uint32_t *pos) get_next_log_item() argument 985 msg_get_next(unsigned char *buffer_start, uint32_t read_pos, uint32_t scope_len, uint32_t max_len) msg_get_next() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | utils.c | 338 size_t scope_len = min_t(size_t, sizeof(scope_id) - 1, in inet6_pton() local 341 memcpy(scope_id, scope_delim + 1, scope_len); in inet6_pton() 342 scope_id[scope_len] = '\0'; in inet6_pton()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | utils.c | 338 size_t scope_len = min_t(size_t, sizeof(scope_id) - 1, in inet6_pton() local 341 memcpy(scope_id, scope_delim + 1, scope_len); in inet6_pton() 342 scope_id[scope_len] = '\0'; in inet6_pton()
|
Completed in 4 milliseconds