HomeSort by relevance Sort by last modified time
    Searched defs:times (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/4.1/
times.c 31 #include <sys/times.h>
35 times(tmsp) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/sys5/
times.c 31 #include <sys/times.h>
34 times(tmsp) function
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
times.c 47 #include <sys/times.h>
51 * Backwards compatible times.
52 * BSD times() returns 0 if successful, vs sys5's times()
53 * whih returns the elapsed real times in ticks.
63 times(struct tms *tmsp) function
  /onnv/onnv-gate/usr/src/uts/common/syscall/
times.c 38 #include <sys/times.h>
43 * Return system and user times.
47 times(struct tms *tp) function
  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
movedir.c 60 struct utimbuf times; local
88 times.actime = statbuf.st_atime;
89 times.modtime = statbuf.st_mtime;
90 (void) utime(to, &times);
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
copyfile.c 145 struct utimbuf times; local
157 times.actime = s1.st_atime;
158 times.modtime = s1.st_mtime;
159 utime(target, &times);
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
FCHBANPIVPort.cc 110 int times = 0; local
115 if (times++ > 20) {
FCHBAPort.cc 1221 int times = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
cppath.c 98 struct utimbuf times; local
214 /* set access/modification times for target */
216 times.actime = srcStatbuf.st_atime;
217 times.modtime = srcStatbuf.st_mtime;
219 if (utime(a_dstPath, &times) != 0) {
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
copyf.c 76 * time_t a_mytime: control setting of access/modification times:
77 * == 0 - replicate source file access/modification times
78 * != 0 - use specified time for access/modification times
88 struct utimbuf times; local
152 * determine how to set access/modification times for target:
153 * -- a_mytime == 0: replicate source file access/modification times
154 * -- otherwise: use a_mytime for file access/modification times
158 times.actime = srcStatbuf.st_atime;
159 times.modtime = srcStatbuf.st_mtime;
161 times.actime = a_mytime
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/touch/
touch.c 200 struct timeval times[2]; local
234 times[0] = times[1] = timbuf;
236 timestruc_to_timeval(&stbuf.st_mtim, times + 1);
238 timestruc_to_timeval(&stbuf.st_atim, times);
242 * Since utime() allows the owner to change file times without
255 if (utimes(filename, nflg ? NULL : times)) {
264 (void) fprintf(stderr,"%s: cannot change times on ", prog);
  /onnv/onnv-gate/usr/src/cmd/sgs/yacc/common/
y3.c 206 int i, j, k, best, count, cbest, times; local
214 times = 0;
226 if (count > times) {
228 times = count;
233 zzgobest += (times-1);
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
method.c 959 int times = 0; local
970 if (times < 20) {
972 times++;
  /onnv/onnv-gate/usr/src/cmd/fcinfo/
fcadm-list.c 429 int times = 0; local
440 times++ < 130) {
455 times = 0;
458 times++ < HBA_MAX_RETRIES) {
483 times = 0;
486 times++ < HBA_MAX_RETRIES) {
513 int times; local
579 times = 0;
582 times++ < HBA_MAX_RETRIES) {
628 int times; local
785 int times = 0; local
    [all...]
fcinfo-list.c 89 int times; local
101 times = 0;
104 times++ < HBA_MAX_RETRIES) {
289 int times = 0; local
297 if (times++ > HBA_MAX_RETRIES) {
324 int times = 0; local
332 if (times++ > HBA_MAX_RETRIES) {
445 int times = 0; local
459 if (times++ > HBA_MAX_RETRIES) {
775 int times = 0 local
865 int times = 0; local
1297 int times; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/touch/
touch.c 81 timespec_t times[2]; local
218 times[1].tv_nsec = UTIME_OMIT;
221 times[1] = prstbuf.st_mtim;
224 times[1].tv_nsec = UTIME_NOW;
229 times[0].tv_nsec = UTIME_OMIT;
232 times[0] = prstbuf.st_atim;
235 times[0].tv_nsec = UTIME_NOW;
238 tsp = times;
244 gettext("%s: cannot change times on %s: %s\n"),
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
verify.c 128 * NOTE: modification and creation times can be repaired; the contents
149 struct utimbuf times; local
173 /* reset times on the file */
174 times.actime = cinfo->modtime;
175 times.modtime = cinfo->modtime;
176 if (utime(path, &times)) {
880 /* pcfs doesn't support modification times */
  /onnv/onnv-gate/usr/src/cmd/bnu/
perfstat.c 62 * an action and CPU consumption to perform an action. These times will
131 * Xfer times is the time to transfer the data, close the file, and
175 typedef struct timeMark /* Holds times for an event. */
249 * Local Function: grabTimes - Get Real and CPU Times
251 * This function uses times(2) to obtain the current real time and CPU
256 * markptr - Address of structure to save times.
269 markptr->tm_real = times(&markptr->tm_cycles);
330 TUSED contimes; /* Times to make connection. */
459 * Local Function: reportTimes - Print Real, User, and Sys Times
461 * This function is used to convert the real, user, and system times fro
1050 times(tmsp) function
    [all...]
uustat.c 714 struct utimbuf times; local
755 times.actime = times.modtime = time((time_t *)NULL);
803 ret = utime(rfullname, &times);
820 ret = utime(fullname, &times);
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
hash_page.c 1363 int times; member in struct:__anon2882
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nislib.c 86 /* maximum number of times to loop on NIS_NOTMASTER error */
897 int times = 0; local
958 times++ < MAX_NOTMASTER)
1157 int times = 0; local
1468 int times = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/
xattr.c 519 uint64_t *time, *times; local
567 if (nvpair_value_uint64_array(pair, &times, &nelems)) {
640 *time++ = times[elem];
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
iso9660.h 201 iso_date_t times[0]; member in struct:rock_ridge::__anon2511::TF
  /onnv/onnv-gate/usr/src/cmd/mv/
mv.c 1249 * mod and access times can be reserved during "cp -p"
1349 * (if supported by the underlying file system) while setting file times.
1354 struct timespec times[2]; local
1357 times[0] = ss.st_atim;
1358 times[1] = ss.st_mtim;
1360 rc = utimensat(AT_FDCWD, to, times, 0);
1364 gettext("%s: cannot set times for %s: "), cmd, to);
1633 struct timespec times[2]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ndmpd/tlm/
tlm_restore_writer.c 1254 struct timeval times[2]; local
1256 times[0].tv_sec = st.st_atime;
1257 times[1].tv_sec = st.st_mtime;
1261 (void) futimesat(fd, ".", times);
    [all...]

Completed in 1340 milliseconds

1 2