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

/macosx-10.9.5/BootCache-106/
H A Dkext.c3454 BC_copyin_playlist(size_t mounts_size, user_addr_t mounts_buf, size_t entries_size, user_addr_t entries_buf) argument
3509 playlist_mounts = CAST_DOWN(struct BC_playlist_mount *, mounts_buf);
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);

Completed in 121 milliseconds