Searched refs:app_boot_string (Results 1 – 1 of 1) sorted by relevance
6372 char app_boot_string[strlen(APP_BOOT_SESSION_KEY) + 2 * SHA1_RESULTLEN + 1]; in exec_add_apple_strings() local6373 strncpy(app_boot_string, APP_BOOT_SESSION_KEY, sizeof(app_boot_string)); in exec_add_apple_strings()6374 char *s = app_boot_string + sizeof(APP_BOOT_SESSION_KEY) - 1; in exec_add_apple_strings()6379 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(app_boot_string), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()