FreeBSD kernel kern code
kern_proc_out_args Struct Reference

Data Fields

struct sysctl_req * req
 
int flags
 
int oid_number
 
int * name
 

Detailed Description

Definition at line 1602 of file kern_proc.c.

Field Documentation

◆ flags

int kern_proc_out_args::flags

Definition at line 1604 of file kern_proc.c.

Referenced by sysctl_kern_proc(), and sysctl_kern_proc_iterate().

◆ name

int* kern_proc_out_args::name

Definition at line 1606 of file kern_proc.c.

Referenced by sysctl_kern_proc(), and sysctl_kern_proc_iterate().

◆ oid_number

int kern_proc_out_args::oid_number

Definition at line 1605 of file kern_proc.c.

Referenced by sysctl_kern_proc(), and sysctl_kern_proc_iterate().

◆ req

struct sysctl_req* kern_proc_out_args::req

Definition at line 1603 of file kern_proc.c.

Referenced by sysctl_kern_proc(), and sysctl_kern_proc_iterate().


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