Searched refs:playlist_entries (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/BootCache-106/
H A Dkext.c3458 struct BC_playlist_entry *playlist_entries = NULL, *pe; local
3482 playlist_entries = NULL;
3493 nplaylist_entries = (int) entries_size / sizeof(*playlist_entries);
3691 playlist_entries = CAST_DOWN(struct BC_playlist_entry *, entries_buf);
3698 playlist_entries = BC_MALLOC(BC_PLC_CHUNK * sizeof(*playlist_entries),
3700 if (playlist_entries == NULL) {
3714 if ((error = copyin(entries_buf, playlist_entries,
3716 message("copyin from 0x%llx to %p failed", entries_buf, playlist_entries);
3723 pe = playlist_entries
[all...]

Completed in 73 milliseconds