Lines Matching refs:l_pid
346 bf.l_pid = obf.l_pid; in fcntl()
364 bf.l_pid = sbf.l_pid; in fcntl()
378 bf.l_pid = sbf32.l_pid; in fcntl()
463 if (bf.l_sysid > SHRT_MAX || bf.l_pid > SHRT_MAX) { in fcntl()
473 obf.l_pid = (int16_t)bf.l_pid; in fcntl()
503 sbf.l_pid = bf.l_pid; in fcntl()
522 sbf32.l_pid = (pid32_t)bf.l_pid; in fcntl()
583 bf.l_pid = sbf32.l_pid; in fcntl()
620 bf.l_pid = (pid_t)bf64_32.l_pid; in fcntl()
735 bf.l_pid = (pid_t)bf64_32.l_pid; in fcntl()
816 bf64_32.l_pid = (pid32_t)bf.l_pid; in fcntl()