Searched refs:MAX_PROTOCOL_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
77 strncpy_s(abi->protocol_name, MAX_PROTOCOL_NAME_SIZE, in init_multiboot_info()78 "Multiboot", (MAX_PROTOCOL_NAME_SIZE - 1U)); in init_multiboot_info()84 strncpy_s(abi->protocol_name, MAX_PROTOCOL_NAME_SIZE, in init_multiboot_info()85 "Multiboot2", (MAX_PROTOCOL_NAME_SIZE - 1U)); in init_multiboot_info()
19 #define MAX_PROTOCOL_NAME_SIZE 16U macro49 char protocol_name[MAX_PROTOCOL_NAME_SIZE];
Completed in 4 milliseconds