Searched refs:bf64_32 (Results 1 – 1 of 1) sorted by relevance
82 struct flock64_32 bf64_32; in fcntl() local601 if (copyin((void *)arg, &bf64_32, sizeof (bf64_32))) { in fcntl()615 bf.l_type = (short)bf64_32.l_type; in fcntl()616 bf.l_whence = (short)bf64_32.l_whence; in fcntl()617 bf.l_start = bf64_32.l_start; in fcntl()618 bf.l_len = bf64_32.l_len; in fcntl()619 bf.l_sysid = (int)bf64_32.l_sysid; in fcntl()620 bf.l_pid = (pid_t)bf64_32.l_pid; in fcntl()725 if (copyin((void *)arg, &bf64_32, sizeof (bf64_32))) { in fcntl()730 bf.l_type = (short)bf64_32.l_type; in fcntl()[all …]