HomeSort by relevance Sort by last modified time
    Searched defs:sys_error (Results 26 - 30 of 30) sorted by null

12

  /external/ltp/testcases/kernel/ipc/ipc_stress/
shmem_test_02.c 99 * sys_error (): System error message function
117 void sys_error(const char *, int);
178 sys_error("mmap failed", __LINE__);
189 sys_error("mmap failed", __LINE__);
214 sys_error("fork failed", __LINE__);
224 sys_error("child process terminated abnormally",
258 sys_error("lockf (LOCK) failed", __LINE__);
264 sys_error("lockf (LOCK) failed", __LINE__);
270 sys_error("lockf (UNLOCK) failed", __LINE__);
289 sys_error("sigaction failed", __LINE__)
409 void sys_error(const char *msg, int line) function
    [all...]
shmem_test_03.c 108 * sys_error (): System error message function
120 static void sys_error(const char *, int);
196 sys_error("open failed", __LINE__);
200 sys_error("mmap failed", __LINE__);
210 sys_error("open failed", __LINE__);
215 sys_error("mmap failed", __LINE__);
226 sys_error("open failed", __LINE__);
231 sys_error("mmap failed", __LINE__);
254 sys_error("fork failed", __LINE__);
283 sys_error("child process terminated abnormally"
560 void sys_error(const char *msg, int line) function
    [all...]
shmem_test_04.c 116 * sys_error (): System error message function
126 static void sys_error(const char *, int);
213 sys_error("mmap failed", __LINE__);
224 sys_error("fork failed\n", __LINE__);
305 sys_error("munmap failed", __LINE__);
541 sys_error("sigaction failed", __LINE__);
545 sys_error("sigaction failed", __LINE__);
549 sys_error("sigaction failed", __LINE__);
678 | sys_error () |
684 static void sys_error(const char *msg, int line function
    [all...]
shmem_test_07.c 180 * sys_error (): System error message function
187 static void sys_error(const char *, int);
278 sys_error("read_count shmget failed", __LINE__);
281 sys_error("shmat failed", __LINE__);
294 sys_error("checksum shmget failed", __LINE__);
298 sys_error("shmat failed", __LINE__);
316 sys_error("shmptr shmget failed", __LINE__);
319 sys_error("shmat failed", __LINE__);
337 sys_error("Can't initialize mutex_r", __LINE__);
340 sys_error("Can't initialize cond_mutex", __LINE__)
667 void sys_error(const char *msg, int line) function
    [all...]
  /external/ltp/testcases/misc/math/float/
main.c 76 static void sys_error(const char *, int);
198 sys_error("main : mutex_init(&sig_mutex) FAILED", __LINE__);
202 sys_error("main : create(&sig_hand) FAILED", __LINE__);
218 sys_error("main : attr_init(&newattr) FAILED", __LINE__);
221 sys_error("main: pthread_attr_setstacksize failed", __LINE__);
225 sys_error("main : attr_setdetachstate(&newattr) FAILED",
257 sys_error("main : create FAILED", __LINE__);
282 sys_error("finish : join FAILED", __LINE__);
365 sys_error
372 sys_error
433 static void sys_error(const char *msg, int line) function
    [all...]

Completed in 203 milliseconds

12