Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c6238 char pfz_string[strlen(PFZ_KEY) + HEX_STR_LEN + 1]; in exec_add_apple_strings() local
6241 …__assert_only size_t ret = snprintf(pfz_string, sizeof(pfz_string), PFZ_KEY "0x%llx", commpage_tex… in exec_add_apple_strings()
6242 assert(ret < sizeof(pfz_string)); in exec_add_apple_strings()
6244 snprintf(pfz_string, sizeof(pfz_string), PFZ_KEY "0x%x", commpage_text32_location); in exec_add_apple_strings()
6246 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(pfz_string), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()