Searched refs:bf64_32 (Results 1 – 1 of 1) sorted by relevance
81 struct flock64_32 bf64_32; in fcntl() local567 if (copyin((void *)arg, &bf64_32, sizeof (bf64_32))) { in fcntl()581 bf.l_type = (short)bf64_32.l_type; in fcntl()582 bf.l_whence = (short)bf64_32.l_whence; in fcntl()583 bf.l_start = bf64_32.l_start; in fcntl()584 bf.l_len = bf64_32.l_len; in fcntl()585 bf.l_sysid = (int)bf64_32.l_sysid; in fcntl()586 bf.l_pid = (pid_t)bf64_32.l_pid; in fcntl()691 if (copyin((void *)arg, &bf64_32, sizeof (bf64_32))) { in fcntl()696 bf.l_type = (short)bf64_32.l_type; in fcntl()[all …]