Lines Matching full:system
24 * Verify that the system call stime() successfully sets the system's idea
28 * stime() should succeed to set the system data/time to the specified time.
37 * Execute system call
38 * Check return code, if system call failed (return=-1)
41 * Verify the Functionality of system call
81 #define INCR_TIME 30 /* increment in the system's current time */
120 /* Get the system's new time */
126 * Invoke stime(2) to set the system's time to the specified
134 * Get the system's current time after call
140 "system's time after stime");
149 tst_resm(TPASS, "system time was set "
153 tst_resm(TFAIL, "system time was not "
162 "value; system clock may need to be "
178 * Get the current time and system's new time to be set in the test.
196 /* Restore the original system time. */
199 "value; system clock may need to be "