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

/macosx-10.9.5/BootCache-106/
H A Dkext.c3457 struct BC_playlist_mount *playlist_mounts = NULL, *pm; local
3481 playlist_mounts = NULL;
3492 nplaylist_mounts = (int) mounts_size / sizeof(*playlist_mounts);
3509 playlist_mounts = CAST_DOWN(struct BC_playlist_mount *, mounts_buf);
3511 playlist_mounts = BC_MALLOC(mounts_size, M_TEMP, M_WAITOK);
3512 if (playlist_mounts == NULL) {
3517 if ((error = copyin(mounts_buf, playlist_mounts, mounts_size)) != 0) {
3518 message("copyin %ld bytes from 0x%llx to %p failed", mounts_size, mounts_buf, playlist_mounts);
3522 /* if BC_preloaded_playlist is non-NULL, playlist_mounts must be freed */
3557 if (0 == uuid_compare(BC_cache->c_mounts[cm_idx].cm_uuid, playlist_mounts[pm_id
[all...]

Completed in 162 milliseconds