Home
last modified time | relevance | path

Searched refs:HOSTIO_WRITE (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_bcnt.c31 #define HOSTIO_WRITE write macro
35 #define HOSTIO_WRITE __ghs_hostio_write macro
113 if (HOSTIO_WRITE(fd, test->info, cnt) != cnt) { in __ghs_prof_dump_coverage()
122 if(HOSTIO_WRITE(fd, &(test->info[i]), cnt) != cnt ) { in __ghs_prof_dump_coverage()
Dind_gprf.c69 #define HOSTIO_WRITE write macro
73 #define HOSTIO_WRITE __ghs_hostio_write macro
248 if (HOSTIO_WRITE(fd, gmon_header, sizeof(gmon_header)) != sizeof(gmon_header)) { in __ghs_prof_dump_callgraph()
269 if (HOSTIO_WRITE(fd, __ghscallgraph_arcbuffer, in __ghs_prof_dump_callgraph()
287 if (HOSTIO_WRITE(fd, __ghscallgraph_arcbuffer, size) != size) { in __ghs_prof_dump_callgraph()
Dind_mprf.c93 #define HOSTIO_WRITE write macro
97 #define HOSTIO_WRITE __ghs_hostio_write macro
182 if (HOSTIO_WRITE(fd, h, sizeof(h)) != sizeof(h)) { in __ghs_prof_dump_callcounts()
255 if (HOSTIO_WRITE(fd, (void *) temp->counts, len) != len) { in __ghs_prof_dump_callcounts()