Home
last modified time | relevance | path

Searched refs:extpwrite_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h125 struct extpwrite_args extpwrite;
H A Dsysproto.h495 struct extpwrite_args { struct
1579 int sys_extpwrite (struct sysmsg *sysmsg, const struct extpwrite_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c191 { AS(extpwrite_args), 8, (sy_call_t *)sys_extpwrite }, /* 174 = extpwrite */
H A Dsys_generic.c357 sys_extpwrite(struct sysmsg *sysmsg, const struct extpwrite_args *uap) in sys_extpwrite()