FreeBSD kernel kern code
killpg1_ctx Struct Reference

Data Fields

struct thread * td
 
ksiginfo_t * ksi
 
int sig
 
bool sent
 
bool found
 
int ret
 

Detailed Description

Definition at line 1706 of file kern_sig.c.

Field Documentation

◆ found

bool killpg1_ctx::found

Definition at line 1711 of file kern_sig.c.

Referenced by killpg1(), and killpg1_sendsig().

◆ ksi

ksiginfo_t* killpg1_ctx::ksi

Definition at line 1708 of file kern_sig.c.

Referenced by killpg1(), and killpg1_sendsig().

◆ ret

int killpg1_ctx::ret

Definition at line 1712 of file kern_sig.c.

Referenced by killpg1(), and killpg1_sendsig().

◆ sent

bool killpg1_ctx::sent

Definition at line 1710 of file kern_sig.c.

Referenced by killpg1(), and killpg1_sendsig().

◆ sig

int killpg1_ctx::sig

Definition at line 1709 of file kern_sig.c.

Referenced by killpg1(), and killpg1_sendsig().

◆ td

struct thread* killpg1_ctx::td

Definition at line 1707 of file kern_sig.c.

Referenced by killpg1(), and killpg1_sendsig().


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