Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_exec.c5522 char pfz_string[strlen(PFZ_KEY) + HEX_STR_LEN + 1]; in exec_add_apple_strings() local
5525 …__assert_only size_t ret = snprintf(pfz_string, sizeof(pfz_string), PFZ_KEY "0x%llx", commpage_tex… in exec_add_apple_strings()
5526 assert(ret < sizeof(pfz_string)); in exec_add_apple_strings()
5528 snprintf(pfz_string, sizeof(pfz_string), PFZ_KEY "0x%x", commpage_text32_location); in exec_add_apple_strings()
5530 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(pfz_string), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()