Home
last modified time | relevance | path

Searched refs:copyerror (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Dkern_xxx.c212 int copyerror = copyin(uap->uuid, &uuid[0], sizeof(uuid_t)); in sys_panic_with_data() local
213 if (copyerror != 0) { in sys_panic_with_data()