FreeBSD kernel kern code
close_range_args Struct Reference

Data Fields

u_int lowfd
 
u_int highfd
 
int flags
 

Detailed Description

Definition at line 1492 of file kern_descrip.c.

Field Documentation

◆ flags

int close_range_args::flags

Definition at line 1495 of file kern_descrip.c.

Referenced by sys_close_range(), and systrace_args().

◆ highfd

u_int close_range_args::highfd

Definition at line 1494 of file kern_descrip.c.

Referenced by sys_close_range(), and systrace_args().

◆ lowfd

u_int close_range_args::lowfd

Definition at line 1493 of file kern_descrip.c.

Referenced by sys_close_range(), and systrace_args().


The documentation for this struct was generated from the following file: