Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c5610 char fsid_string[strlen(FSID_KEY) + strlen(FSID_MAX_STRING) + 1]; in exec_add_apple_strings() local
5611 snprintf(fsid_string, sizeof(fsid_string), in exec_add_apple_strings()
5613 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(fsid_string), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()
5621 char fsid_string[strlen(DYLD_FSID_KEY) + strlen(FSID_MAX_STRING) + 1]; in exec_add_apple_strings() local
5622 snprintf(fsid_string, sizeof(fsid_string), in exec_add_apple_strings()
5624 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(fsid_string), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()