Searched refs:highfd (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 1414 close_range_cloexec(struct thread *td, u_int lowfd, u_int highfd) in close_range_cloexec() argument 1424 highfd = MIN(highfd, fdt->fdt_nfiles - 1); in close_range_cloexec() 1426 if (__predict_false(fd > highfd)) { in close_range_cloexec() 1429 for (; fd <= highfd; fd++) { in close_range_cloexec() 1440 close_range_impl(struct thread *td, u_int lowfd, u_int highfd) in close_range_impl() argument 1450 highfd = MIN(highfd, fdt->fdt_nfiles - 1); in close_range_impl() 1452 if (__predict_false(fd > highfd)) { in close_range_impl() 1458 if (fd == highfd) in close_range_impl() 1477 kern_close_range(struct thread * td,int flags,u_int lowfd,u_int highfd) kern_close_range() argument 1499 u_int highfd; global() member [all...] |
H A D | systrace_args.c | 3339 uarg[a++] = p->highfd; /* u_int */ in systrace_args()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 115 int kern_close_range(struct thread *td, int flags, u_int lowfd, u_int highfd);
|
H A D | sysproto.h | 1816 char highfd_l_[PADL_(u_int)]; u_int highfd; char highfd_r_[PADR_(u_int)]; member
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 852 int __sys_close_range(u_int lowfd, u_int highfd, int flags);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_systrace_args.c | 3252 uarg[a++] = p->highfd; /* u_int */ in systrace_args()
|