Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c4189 long sys_read = 0; in read_seek() local
4216 if (sys_read <= 0) in read_seek()
4223 sys_read); in read_seek()
4230 if (sys_read <= 0) in read_seek()
4237 sys_read); in read_seek()
4256 int sys_read; in copy_object() local
4277 if (sys_read < 0) in copy_object()
4287 sys_read); in copy_object()
4304 if (sys_read < 0) in copy_object()
4311 sys_read); in copy_object()
[all …]
/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() function
/dragonfly/sys/sys/
H A Dsysproto.h1471 int sys_read (struct sysmsg *sysmsg, const struct read_args *);