Searched refs:BC_preloaded_playlist (Results 1 - 1 of 1) sorted by path

/macosx-10.10/BootCache-109/
H A Dkext.c545 static struct BC_playlist_header *BC_preloaded_playlist; variable in typeref:struct:BC_playlist_header
3514 if (BC_preloaded_playlist) {
3528 /* if BC_preloaded_playlist is non-NULL, playlist_mounts must be freed */
3693 if (BC_preloaded_playlist) {
3716 if (BC_preloaded_playlist) {
3952 if (! BC_preloaded_playlist) {
4090 if (! BC_preloaded_playlist) {
4978 pm = CAST_USER_ADDR_T((uintptr_t)BC_preloaded_playlist + sizeof(struct BC_playlist_header));
4979 pe = pm + (BC_preloaded_playlist->ph_nmounts * sizeof(struct BC_playlist_mount));
4985 error = BC_init_cache(BC_preloaded_playlist
[all...]

Completed in 220 milliseconds