Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h32 struct getpid_args getpid;
H A Dsysproto.h94 struct getpid_args { struct
1486 int sys_getpid (struct sysmsg *sysmsg, const struct getpid_args *);
/dragonfly/sys/kern/
H A Dkern_prot.c62 sys_getpid(struct sysmsg *sysmsg, const struct getpid_args *uap) in sys_getpid()