HomeSort by relevance Sort by last modified time
    Searched defs:setup (Results 226 - 250 of 2946) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir08.c 95 * Setup:
96 * Setup signal handling.
122 void setup();
140 * perform global setup for test
142 setup();
173 * setup() - performs all ONE TIME setup for this test.
175 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/munlockall/
munlockall01.c 37 * Setup:
38 * Setup signal handling.
68 void setup();
82 setup();
118 /* setup() - performs all ONE TIME setup for this test. */
119 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/open/
open06.c 39 static void setup(void);
50 setup();
71 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/poll/
poll02.c 52 static void setup(void) function
69 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/pselect/
pselect03.c 48 static void setup(void) function
61 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/read/
read01.c 54 static void setup(void) function
69 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/sched_get_priority_max/
sched_get_priority_max02.c 37 * Setup:
38 * Setup signal handling.
73 static void setup();
87 setup();
113 /* setup() - performs all ONE TIME setup for this test */
114 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/sched_get_priority_min/
sched_get_priority_min02.c 37 * Setup:
38 * Setup signal handling.
73 static void setup();
87 setup();
113 /* setup() - performs all ONE TIME setup for this test */
114 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/sched_getparam/
sched_getparam01.c 37 * Setup:
38 * Setup signal handling.
69 static void setup();
84 setup();
121 /* setup() - performs all ONE TIME setup for this test */
122 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/sched_getscheduler/
sched_getscheduler02.c 53 void setup(void);
62 setup();
88 * setup() - performs all ONE TIME setup for this test.
90 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/sched_setparam/
sched_setparam01.c 37 * Setup:
38 * Setup signal handling.
69 static void setup();
84 setup();
110 /* setup() - performs all ONE TIME setup for this test */
111 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/sched_yield/
sched_yield01.c 53 void setup(void);
62 setup();
84 * setup() - performs all ONE TIME setup for this test.
86 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/select/
select04.c 54 static void setup(void) function
71 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto02.c 46 static void setup(void) function
87 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/setfsgid/
setfsgid01.c 36 static void setup(void);
47 setup();
77 static void setup(void) function
setfsgid02.c 39 static void setup(void);
50 setup();
82 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/setfsuid/
setfsuid01.c 33 static void setup(void);
47 setup();
78 static void setup(void) function
setfsuid02.c 35 static void setup(void);
49 setup();
82 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/setgid/
setgid01.c 44 static void setup(void);
58 setup();
79 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/setitimer/
setitimer02.c 61 void setup(void);
75 setup(); /* global setup */
144 * setup() - performs all the ONE TIME setup for this test.
146 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid01.c 48 static void setup(void);
61 setup();
159 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/setuid/
setuid01.c 46 static void setup(void);
60 setup();
87 static void setup(void) function
setuid02.c 95 * Setup:
96 * Setup signal handling.
120 void setup();
138 * perform global setup for test
140 setup();
177 * setup() - performs all ONE TIME setup for this test.
179 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/ssetmask/
ssetmask01.c 81 /* Function: setup */
83 /* Description: Performs all one time setup for this test. This function is */
96 void setup(void) function
110 setup();
  /external/ltp/testcases/kernel/syscalls/sync/
sync01.c 95 * Setup:
96 * Setup signal handling.
117 void setup();
133 * perform global setup for test
135 setup();
164 * setup() - performs all ONE TIME setup for this test.
166 void setup(void) function

Completed in 307 milliseconds

1 2 3 4 5 6 7 8 91011>>