Searched refs:HOSTIO_WRITE (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ind_bcnt.c | 31 #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()
|
| D | ind_gprf.c | 69 #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()
|
| D | ind_mprf.c | 93 #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()
|