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

  /external/ltp/testcases/kernel/syscalls/getpriority/
getpriority02.c 33 #define INVAL_FLAG -1
42 {INVAL_FLAG, 0, EINVAL},
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl18.c 48 #define INVAL_FLAG -1
83 retval = fcntl(fd, F_GETLK, (struct flock *)INVAL_FLAG);
106 retval = fcntl(fd, F_GETLK64, (struct flock *)INVAL_FLAG);
137 retval = fcntl(fd, INVAL_FLAG, &fl);
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid04.c 56 #define INVAL_FLAG -1
114 /* Option is Inval = INVAL_FLAG */
115 ret = waitpid(pid, &status, INVAL_FLAG);
  /external/ltp/testcases/kernel/syscalls/sysconf/
sysconf01.c 36 #define INVAL_FLAG -1
157 retval = sysconf(INVAL_FLAG);
163 INVAL_FLAG, retval, actual, strerror(actual));
  /external/ltp/testcases/kernel/syscalls/setpriority/
setpriority02.c 42 #define INVAL_FLAG -1
55 {INVAL_FLAG, 0, NEW_PRIO, EINVAL, 0},
  /external/ltp/testcases/kernel/syscalls/setsid/
setsid01.c 43 #define INVAL_FLAG -1

Completed in 577 milliseconds