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

/macosx-10.10.1/BootCache-109/
H A Dkext.c4158 int error = 0, copyin_error, mount_idx; local
4247 copyin_error = BC_copyin_playlist(mounts_size, mounts, entries_size, entries);
4248 if (copyin_error != 0 && copyin_error != EALREADY) {
4249 message("can't load playlist: %d", copyin_error);
4251 error = copyin_error;
4305 if (copyin_error != EALREADY) {

Completed in 322 milliseconds