Home
last modified time | relevance | path

Searched refs:read_args (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h17 struct read_args read;
H A Dsysproto.h32 struct read_args { struct
1471 int sys_read (struct sysmsg *sysmsg, const struct read_args *);
/dragonfly/contrib/gdb-7/gdb/
H A Dstabsread.c146 static struct field *read_args (char **, int, struct objfile *, int *, int *);
1959 args = read_args (pp, ';', objfile, &nargs, &varargs); in read_type()
4257 read_args (char **pp, int end, struct objfile *objfile, int *nargsp, in read_args() function
/dragonfly/sys/kern/
H A Dinit_sysent.c20 { AS(read_args), 8, (sy_call_t *)sys_read }, /* 3 = read */
H A Dsys_generic.c120 sys_read(struct sysmsg *sysmsg, const struct read_args *uap) in sys_read()