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

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dfcntl.c84 struct flock64_32 bf64_32; local
507 if (copyin((void *)arg, &bf64_32, sizeof (bf64_32))) {
521 bf.l_type = (short)bf64_32.l_type;
522 bf.l_whence = (short)bf64_32.l_whence;
523 bf.l_start = bf64_32.l_start;
524 bf.l_len = bf64_32.l_len;
525 bf.l_sysid = (int)bf64_32.l_sysid;
526 bf.l_pid = (pid_t)bf64_32.l_pid;
617 if (copyin((void *)arg, &bf64_32, sizeo
[all...]

Completed in 97 milliseconds