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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c871 struct sembuf *uops; /* ptr to copy of user ops */ local
916 uops = &x_sem;
920 uops = kmem_alloc(nsops * sizeof (*uops), KM_SLEEP);
935 uops = kmem_alloc(nsops * sizeof (*uops), KM_SLEEP);
936 if (copyin(sops, uops, nsops * sizeof (*op))) {
952 if (copyin(sops, uops, nsops * sizeof (*op))) {
977 for (i = 0, op = uops; i++ < nsops; op++) {
1021 op = &uops[
[all...]

Completed in 57 milliseconds