Searched refs:sp_name_length (Results 1 – 1 of 1) sorted by relevance
2557 size_t sp_name_length = 0; in mach_port_construct() local2633 …sp_name_length = strnlen(sp_info.mspi_string_name, MACH_SERVICE_PORT_INFO_STRING_NAME_MAX_BUF_LEN); in mach_port_construct()2634 if (sp_name_length >= (MACH_SERVICE_PORT_INFO_STRING_NAME_MAX_BUF_LEN)) { in mach_port_construct()