FreeBSD kernel kern code
procctl_cmd_info Struct Reference

Data Fields

int lock_tree
 
bool one_proc: 1
 
bool esrch_is_einval: 1
 
bool copyout_on_error: 1
 
bool no_nonnull_data: 1
 
bool need_candebug: 1
 
int copyin_sz
 
int copyout_sz
 
int(* exec )(struct thread *, struct proc *, void *)
 

Detailed Description

Definition at line 714 of file kern_procctl.c.

Field Documentation

◆ copyin_sz

int procctl_cmd_info::copyin_sz

Definition at line 721 of file kern_procctl.c.

Referenced by sys_procctl().

◆ copyout_on_error

bool procctl_cmd_info::copyout_on_error

Definition at line 718 of file kern_procctl.c.

Referenced by sys_procctl().

◆ copyout_sz

int procctl_cmd_info::copyout_sz

Definition at line 722 of file kern_procctl.c.

Referenced by sys_procctl().

◆ esrch_is_einval

bool procctl_cmd_info::esrch_is_einval

Definition at line 717 of file kern_procctl.c.

Referenced by kern_procctl().

◆ exec

int(* procctl_cmd_info::exec) (struct thread *, struct proc *, void *)

Definition at line 723 of file kern_procctl.c.

Referenced by kern_procctl_single().

◆ lock_tree

int procctl_cmd_info::lock_tree

Definition at line 715 of file kern_procctl.c.

Referenced by kern_procctl().

◆ need_candebug

bool procctl_cmd_info::need_candebug

Definition at line 720 of file kern_procctl.c.

Referenced by kern_procctl().

◆ no_nonnull_data

bool procctl_cmd_info::no_nonnull_data

Definition at line 719 of file kern_procctl.c.

Referenced by sys_procctl().

◆ one_proc

bool procctl_cmd_info::one_proc

Definition at line 716 of file kern_procctl.c.

Referenced by kern_procctl().


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