Searched refs:tmpds (Results 1 – 1 of 1) sorted by relevance
495 struct user64_msqid_ds tmpds; in msgctl() local496 eval = copyin(uap->buf, &tmpds, sizeof(tmpds)); in msgctl()498 msqid_ds_user64tokernel(&tmpds, &msqbuf); in msgctl()500 struct user32_msqid_ds tmpds; in msgctl() local502 eval = copyin(uap->buf, &tmpds, sizeof(tmpds)); in msgctl()504 msqid_ds_user32tokernel(&tmpds, &msqbuf); in msgctl()