Searched refs:sbf (Results 1 – 1 of 1) sorted by relevance
79 struct flock sbf; in fcntl() local348 if (copyin((void *)arg, &sbf, sizeof (sbf))) { in fcntl()359 bf.l_type = sbf.l_type; in fcntl()360 bf.l_whence = sbf.l_whence; in fcntl()361 bf.l_start = (off64_t)sbf.l_start; in fcntl()362 bf.l_len = (off64_t)sbf.l_len; in fcntl()363 bf.l_sysid = sbf.l_sysid; in fcntl()364 bf.l_pid = sbf.l_pid; in fcntl()489 sbf.l_pad[i] = 0; in fcntl()498 sbf.l_type = bf.l_type; in fcntl()[all …]