Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h125 struct extpwrite_args extpwrite;
HDsysproto.h495 struct extpwrite_args { struct
1584 int sys_extpwrite (struct sysmsg *sysmsg, const struct extpwrite_args *);
/dragonfly/sys/kern/
HDinit_sysent.c191 { AS(extpwrite_args), 8, (sy_call_t *)sys_extpwrite }, /* 174 = extpwrite */
HDsys_generic.c360 sys_extpwrite(struct sysmsg *sysmsg, const struct extpwrite_args *uap) in sys_extpwrite()