Searched refs:copyerror (Results 1 – 1 of 1) sorted by relevance
212 int copyerror = copyin(uap->uuid, &uuid[0], sizeof(uuid_t)); in sys_panic_with_data() local213 if (copyerror != 0) { in sys_panic_with_data()