Home
last modified time | relevance | path

Searched refs:elio_awrite (Results 1 – 6 of 6) sorted by relevance

/dports/devel/ga/ga-5.8/pario/elio/
H A Delio.h45 extern int elio_awrite(Fd_t fd, Off_t offset, const void *buf,
H A Delio.c317 int elio_awrite(Fd_t fd, Off_t doffset, const void* buf, Size_t bytes, io_request_t * req_id) in elio_awrite() function
334 return elio_awrite(next_fd, doffset, buf, bytes, req_id); in elio_awrite()
/dports/devel/ga/ga-5.8/pario/
H A Dpablo2upshot36 -13 0 710001 711001 0 0 chocolate4: elio_awrite
/dports/devel/ga/ga-5.8/pario/sf/
H A Dshared.files.c250 status = elio_awrite(SF[handle].fd, (Off_t)*offset, buffer, in sf_write_()
/dports/devel/ga/ga-5.8/pario/eaf/
H A Deaf.c317 rc = elio_awrite(file[fd].elio_fd, (Off_t)offset, buf, (Size_t)bytes, &req); in EAF_Awrite()
/dports/devel/ga/ga-5.8/pario/dra/
H A Ddisk.arrays.c765 if( ELIO_OK != elio_awrite(DRA[handle].fd, offset, buf, bytes, id )) in dai_put()
2402 if( ELIO_OK != elio_awrite(DRA[handle].fd, offset, buf, bytes, id )) in ndai_put()