Home
last modified time | relevance | path

Searched defs:setpgid_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_prot.c382 struct setpgid_args { struct
389 sys_setpgid(struct thread *td, struct setpgid_args *uap) in sys_setpgid() argument
/freebsd/sys/sys/
H A Dsysproto.h287 struct setpgid_args { struct
288 char pid_l_[PADL_(int)]; int pid; char pid_r_[PADR_(int)];
289 char pgid_l_[PADL_(int)]; int pgid; char pgid_r_[PADR_(int)];