Searched refs:sbf (Results 1 – 1 of 1) sorted by relevance
78 struct flock sbf; in fcntl() local315 if (copyin((void *)arg, &sbf, sizeof (sbf))) { in fcntl()326 bf.l_type = sbf.l_type; in fcntl()327 bf.l_whence = sbf.l_whence; in fcntl()328 bf.l_start = (off64_t)sbf.l_start; in fcntl()329 bf.l_len = (off64_t)sbf.l_len; in fcntl()330 bf.l_sysid = sbf.l_sysid; in fcntl()331 bf.l_pid = sbf.l_pid; in fcntl()455 sbf.l_pad[i] = 0; in fcntl()464 sbf.l_type = bf.l_type; in fcntl()[all …]