Home
last modified time | relevance | path

Searched refs:sbf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c78 struct flock sbf; in fcntl() local
315 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()
330 bf.l_sysid = sbf.l_sysid; in fcntl()
331 bf.l_pid = sbf.l_pid; in fcntl()
456 sbf.l_pad[i] = 0; in fcntl()
465 sbf.l_type = bf.l_type; in fcntl()
469 sbf.l_sysid = bf.l_sysid; in fcntl()
470 sbf.l_pid = bf.l_pid; in fcntl()
[all …]