Home
last modified time | relevance | path

Searched refs:getpgrp_args (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h79 struct getpgrp_args getpgrp;
H A Dsysproto.h287 struct getpgrp_args { struct
1533 int sys_getpgrp (struct sysmsg *sysmsg, const struct getpgrp_args *);
/dragonfly/sys/kern/
H A Dkern_prot.c92 sys_getpgrp(struct sysmsg *sysmsg, const struct getpgrp_args *uap) in sys_getpgrp()