Searched defs:bf64_32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c81 struct flock64_32 bf64_32; local
568 if (copyin((void *)arg, &bf64_32, sizeof (bf64_32))) {
582 bf.l_type = (short)bf64_32.l_type;
583 bf.l_whence = (short)bf64_32.l_whence;
584 bf.l_start = bf64_32.l_start;
585 bf.l_len = bf64_32.l_len;
586 bf.l_sysid = (int)bf64_32.l_sysid;
587 bf.l_pid = (pid_t)bf64_32.l_pid;
692 if (copyin((void *)arg, &bf64_32, sizeo
[all...]

Completed in 258 milliseconds