Home
last modified time | relevance | path

Searched refs:sp_name_length (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/ipc/
H A Dmach_port.c2557 size_t sp_name_length = 0; in mach_port_construct() local
2633sp_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()