HomeSort by relevance Sort by last modified time
    Searched refs:GETLASTERROR (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
threading.c 163 GETLASTERROR());
164 exit(GETLASTERROR());
174 GETLASTERROR());
178 exit(GETLASTERROR());
192 GETLASTERROR());
193 exit(GETLASTERROR());
defs.h 75 #define GETLASTERROR() GetLastError()
88 #define GETLASTERROR() errno
childmain.c 617 this_thread_id, GetLastError());
619 TEXIT(GETLASTERROR());
640 this_thread_id, args->device, GETLASTERROR());
642 TEXIT((uintptr_t) GETLASTERROR());
650 this_thread_id, GETLASTERROR());
653 TEXIT((uintptr_t) GETLASTERROR());
662 this_thread_id, GETLASTERROR());
666 TEXIT((uintptr_t) GETLASTERROR());
763 ulLastError = GETLASTERROR();
830 exit_code = GETLASTERROR();
    [all...]
main.c 159 GetLastError());
160 return (GetLastError());
166 GetLastError());
167 return (GetLastError());
173 GetLastError());
174 return (GetLastError());
301 TEXIT((uintptr_t) GETLASTERROR());
304 TEXIT((uintptr_t) GETLASTERROR());
312 TEXIT((uintptr_t) GETLASTERROR());
436 TEXIT((uintptr_t) GETLASTERROR());
    [all...]
dump.c 194 GETLASTERROR());
211 pMsg(ERR, args, "Last Error was %lu\n", GETLASTERROR());
timer.c 210 TEXIT((uintptr_t) GETLASTERROR());
parse.c 834 args->device, GETLASTERROR());
    [all...]

Completed in 248 milliseconds