Searched refs:mspi_string_name (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.81.4/osfmk/ipc/ |
| H A D | ipc_service_port.c | 107 size_t sp_string_name_len = strlen(sp_info->mspi_string_name); in ipc_service_port_label_alloc() 110 strlcpy(sp_label->ispl_service_name, sp_info->mspi_string_name, sp_string_name_len + 1); in ipc_service_port_label_alloc() 219 if (sp_info.mspi_string_name[0] != '\0') { in ipc_service_port_derive_sblabel() 325 strlcpy(info->mspi_string_name, port_splabel->ispl_service_name, sp_string_name_len + 1); in ipc_service_port_label_get_info()
|
| H A D | ipc_policy.c | 431 service_name = sp_info->mspi_string_name; in stash_reply_port_semantics_violations_telemetry()
|
| H A D | mach_port.c | 2740 …sp_name_length = strnlen(sp_info.mspi_string_name, MACH_SERVICE_PORT_INFO_STRING_NAME_MAX_BUF_LEN); in mach_port_construct()
|
| /xnu-11215.81.4/tests/ |
| H A D | mach_service_port.c | 60 strcpy(sp_info.mspi_string_name, SERVICE_NAME); 149 if (strcmp(sp_info.mspi_string_name, SERVICE_NAME)) { in do_mach_notify_port_destroyed() 150 T_FAIL("Service port name = %s is incorrect", sp_info.mspi_string_name); in do_mach_notify_port_destroyed() 198 strcpy(sp_info.mspi_string_name, SERVICE_NAME_2); 248 strcpy(sp_info.mspi_string_name, SERVICE_NAME_2);
|
| H A D | bootstrap_msgfilter.c | 38 strlcpy(mspi.mspi_string_name, "com.apple.xnu.test_bootstrap_msgfilter", 39 sizeof(mspi.mspi_string_name));
|
| H A D | stackshot_tests.m | 2175 strcpy(sp_info.mspi_string_name, THROTTLED_SERVICE_NAME);
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | port.h | 454 …char mspi_string_name[MACH_SERVICE_PORT_INFO_STRING_NAME_MAX_BUF_LEN]; /* Servi… member
|