fcntl 1060 src/dps8/fnpuv.c int flags = fcntl (linep->tun_fd, F_GETFL, 0); fcntl 1067 src/dps8/fnpuv.c int ret = fcntl (linep->tun_fd, F_SETFL, flags); fcntl 125 src/dps8/shm.c brc = fcntl(lck_fd, F_SETLK, &bflock); fcntl 147 src/dps8/shm.c if (fcntl(lck_fd, F_GETLK, &bflock) == 0 && bflock.l_pid > 0) fcntl 279 src/dps8/shm.c rc = fcntl(fd, F_SETLK, &lock); fcntl 290 src/dps8/shm.c if (fcntl(fd, F_GETLK, &lock) == FALSE && lock.l_pid > 0) fcntl 395 src/dps8/shm.c brc = fcntl(lck_fd, F_SETLK, &bflock); fcntl 438 src/dps8/shm.c rc = fcntl(fd, F_SETLK, &lock); fcntl 463 src/dps8/shm.c (void)fcntl(fd, F_SETLK, &lock); fcntl 475 src/dps8/shm.c (void)fcntl(lck_fd, F_SETLK, &bflock); fcntl 255 src/dps8/udplib.c rc = fcntl (sock, F_SETFL, fcntl (sock, F_GETFL, 0) | O_NONBLOCK); fcntl 2122 src/simh/sim_console.c cmdfl = fcntl (0, F_GETFL, 0); /* get old flags and status */ fcntl 2150 src/simh/sim_console.c (void)fcntl (0, F_SETFL, runfl); /* non-block mode */ fcntl 2164 src/simh/sim_console.c (void)fcntl (0, F_SETFL, cmdfl); /* block mode */ fcntl 266 src/simh/sim_fio.c rc = fcntl (fileno(fsc), F_SETLK, &lock); fcntl 271 src/simh/sim_fio.c if (fcntl(fileno(fsc), F_GETLK, &lock) == 0 && lock.l_pid > 0) fcntl 443 src/simh/sim_fio.c int flags = fcntl(fileno(fptr), F_GETFL, 0); fcntl 444 src/simh/sim_fio.c return fcntl(fileno(fptr), F_SETFL, flags | O_NONBLOCK); fcntl 723 src/simh/sim_sock.c fl = fcntl (sock, F_GETFL,0); /* get flags */ fcntl 726 src/simh/sim_sock.c sta = fcntl (sock, F_SETFL, fl | O_NONBLOCK); /* set nonblock */ fcntl 731 src/simh/sim_sock.c sta = fcntl (sock, F_SETOWN, getpid()); /* set ownership */