Home
last modified time | relevance | path

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

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/progs/
H A Dserver.c254 int junk_errno; local
468 int junk_errno; in dump_formats_to_file() local
1004 int junk_errno; local
1024 int junk_errno; local
1052 int junk_errno; local
1413 int junk_errno; local
1451 int junk_errno; local
1478 int junk_errno; local
2420 int junk_errno; in send_stats() local
2516 &junk_errno, &junk_str); in send_stats()
[all …]
H A Dformat_info.c33 int junk_errno; local
34 return os_server_write_func(fd, buffer, length, &junk_errno,
H A Dformat_dump.c33 int junk_errno; local
34 return os_server_write_func(fd, buffer, length, &junk_errno,
H A Dformat_cmd.c36 int junk_errno; local
37 return os_server_write_func(fd, buffer, length, &junk_errno,
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/
H A Dserver_acts.c204 int junk_errno;
207 &junk_errno, &junk_str);
H A Dfm_formats.c3164 int junk_errno; local
3166 if (os_server_write_func(fd, &tmp_value, 4, &junk_errno, &junk_result_str) != 4) {
3167 printf("SERVER WRITE FAILED, ERRNO = %d\n", junk_errno);
3184 int junk_errno; local
3186 if (os_server_read_func(fd, &tmp_value, 4, &junk_errno, &junk_result_str) != 4) {
3187 printf("SERVER READ FAILED, ERRNO = %d\n", junk_errno);
3211 int junk_errno; variable
3212 int ret = os_server_read_func(fd, buffer, length, &junk_errno,
3219 ret, length, junk_errno);
3235 int junk_errno; variable
[all …]