sys_fcntl 131 compat/bsdos/bsdos_syscallargs.h int sys_fcntl(struct proc *, void *, register_t *); sys_fcntl 220 compat/bsdos/bsdos_sysent.c sys_fcntl }, /* 92 = fcntl */ sys_fcntl 826 compat/freebsd/freebsd_file.c return (sys_fcntl(p, uap, retval)); sys_fcntl 356 compat/hpux/hpux_file.c error = sys_fcntl(p, &fa, retval); sys_fcntl 300 compat/ibcs2/ibcs2_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 305 compat/ibcs2/ibcs2_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 310 compat/ibcs2/ibcs2_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 315 compat/ibcs2/ibcs2_fcntl.c error = sys_fcntl(p, &fa, retval); sys_fcntl 324 compat/ibcs2/ibcs2_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 338 compat/ibcs2/ibcs2_fcntl.c error = sys_fcntl(p, &fa, retval); sys_fcntl 358 compat/ibcs2/ibcs2_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 373 compat/ibcs2/ibcs2_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 343 compat/linux/linux_file.c if ((error = sys_fcntl(p, &fca, retval))) sys_fcntl 352 compat/linux/linux_file.c return sys_fcntl(p, &fca, retval); sys_fcntl 364 compat/linux/linux_file.c if ((error = sys_fcntl(p, &fca, retval))) sys_fcntl 385 compat/linux/linux_file.c return sys_fcntl(p, &fca, retval); sys_fcntl 438 compat/linux/linux_file.c return sys_fcntl(p, &fca, retval); sys_fcntl 335 compat/linux/linux_file64.c if ((error = sys_fcntl(p, &fca, retval))) sys_fcntl 355 compat/linux/linux_file64.c return (sys_fcntl(p, &fca, retval)); sys_fcntl 306 compat/linux/linux_socket.c if (sys_fcntl(p, &fca, retval) == -1 || sys_fcntl 391 compat/linux/linux_socket.c (void)sys_fcntl(p, &fca, retval); sys_fcntl 177 compat/osf1/osf1_descrip.c error = sys_fcntl(p, &a, retval); sys_fcntl 1011 compat/sunos/sunos_ioctl.c error = sys_fcntl(p, &fa, retval); sys_fcntl 1034 compat/sunos/sunos_ioctl.c ret = sys_fcntl(p, uap, retval); sys_fcntl 521 compat/svr4/svr4_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 525 compat/svr4/svr4_fcntl.c error = sys_fcntl(p, &fa, retval); sys_fcntl 543 compat/svr4/svr4_fcntl.c if ((error = sys_fcntl(p, &fa, &flags)) != 0) sys_fcntl 549 compat/svr4/svr4_fcntl.c return sys_fcntl(p, &fa, retval); sys_fcntl 572 compat/svr4/svr4_fcntl.c error = sys_fcntl(p, &fa, retval); sys_fcntl 606 compat/svr4/svr4_fcntl.c error = sys_fcntl(p, &fa, retval); sys_fcntl 1259 compat/svr4/svr4_stream.c if ((error = sys_fcntl(p, &fa, &oflags)) != 0) sys_fcntl 1272 compat/svr4/svr4_stream.c if ((error = sys_fcntl(p, &fa, &flags)) != 0) sys_fcntl 1280 compat/svr4/svr4_stream.c return sys_fcntl(p, &fa, retval); sys_fcntl 262 compat/ultrix/ultrix_syscallargs.h int sys_fcntl(struct proc *, void *, register_t *); sys_fcntl 210 compat/ultrix/ultrix_sysent.c sys_fcntl }, /* 92 = fcntl */ sys_fcntl 258 kern/init_sysent.c sys_fcntl }, /* 92 = fcntl */ sys_fcntl 1347 sys/syscallargs.h int sys_fcntl(struct proc *, void *, register_t *);