hfl 213 compat/hpux/hpux_file.c struct hpux_flock hfl; hfl 265 compat/hpux/hpux_file.c error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&hfl, hfl 266 compat/hpux/hpux_file.c sizeof (hfl)); hfl 270 compat/hpux/hpux_file.c fl.l_start = hfl.hl_start; hfl 271 compat/hpux/hpux_file.c fl.l_len = hfl.hl_len; hfl 272 compat/hpux/hpux_file.c fl.l_pid = hfl.hl_pid; hfl 273 compat/hpux/hpux_file.c fl.l_type = hfl.hl_type; hfl 274 compat/hpux/hpux_file.c fl.l_whence = hfl.hl_whence; hfl 318 compat/hpux/hpux_file.c error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&hfl, hfl 319 compat/hpux/hpux_file.c sizeof (hfl)); hfl 323 compat/hpux/hpux_file.c fl.l_start = hfl.hl_start; hfl 324 compat/hpux/hpux_file.c fl.l_len = hfl.hl_len; hfl 325 compat/hpux/hpux_file.c fl.l_pid = hfl.hl_pid; hfl 326 compat/hpux/hpux_file.c fl.l_type = hfl.hl_type; hfl 327 compat/hpux/hpux_file.c fl.l_whence = hfl.hl_whence; hfl 335 compat/hpux/hpux_file.c hfl.hl_start = fl.l_start; hfl 336 compat/hpux/hpux_file.c hfl.hl_len = fl.l_len; hfl 337 compat/hpux/hpux_file.c hfl.hl_pid = fl.l_pid; hfl 338 compat/hpux/hpux_file.c hfl.hl_type = fl.l_type; hfl 339 compat/hpux/hpux_file.c hfl.hl_whence = fl.l_whence; hfl 340 compat/hpux/hpux_file.c error = copyout((caddr_t)&hfl, (caddr_t)SCARG(uap, arg), hfl 341 compat/hpux/hpux_file.c sizeof (hfl));