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

1 2

  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
time_util.c 42 uint32_t sec, nsec, tmp; local
56 nsec = (uint32_t)hrt - (tmp << 9);
57 while (nsec >= NANOSEC) {
58 nsec -= NANOSEC;
62 tsp->tv_nsec = nsec;
  /onnv/onnv-gate/usr/src/lib/fm/libfmd_log/common/
fmd_filter.c 85 uint64_t nsec = ((struct timeval *)arg)->tv_usec * (NANOSEC / MICROSEC); local
86 return (rp->rec_sec == sec ? rp->rec_nsec <= nsec : rp->rec_sec <= sec);
94 uint64_t nsec = ((struct timeval *)arg)->tv_usec * (NANOSEC / MICROSEC); local
95 return (rp->rec_sec == sec ? rp->rec_nsec >= nsec : rp->rec_sec >= sec);
  /onnv/onnv-gate/usr/src/uts/common/sys/fm/
util.h 72 uint64_t nsec; /* nanoseconds past ed_tod_base.sec */ member in struct:erpt_dump::__anon7088
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfpkrd.c 168 long nsec = tm < 0 ? 0 : (tm+999)/1000; local
169 while(nsec > 0 && r < 0)
185 if(r < 0 && nsec-- > 0)
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
cda_main.c 189 hrtime_t nsec; local
207 nsec = fmd_prop_get_int64(hdl, "cpu_delay");
208 cda.cda_cpu_delay.tv_sec = nsec / NANOSEC;
209 cda.cda_cpu_delay.tv_nsec = nsec % NANOSEC;
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_time.c 119 uint32_t sec, nsec, tmp; local
133 nsec = (uint32_t)hrt - (tmp << 9);
135 while (nsec >= NANOSEC) {
136 nsec -= NANOSEC;
141 ftv->ftv_nsec = nsec;
fmd_rpc_adm.c 654 hrtime_t nsec = 0; local
672 (void) fmd_conf_getprop(fmd.d_conf, "log.waitrotate", &nsec);
674 tv.tv_sec = nsec / NANOSEC;
675 tv.tv_nsec = nsec % NANOSEC;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
cma_main.c 597 hrtime_t nsec; local
641 nsec = fmd_prop_get_int64(hdl, "cpu_delay");
642 cma.cma_cpu_delay.tv_sec = nsec / NANOSEC;
643 cma.cma_cpu_delay.tv_nsec = nsec % NANOSEC;
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmxscan.c 40 int32_t nsec; member in struct:__anon95
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
123 if (set->nsec < 1000000000L)
124 tm->tm_nsec = set->nsec;
152 if (set->nsec < 1000000000L)
159 tm->tm_nsec = set->nsec;
307 set.nsec = n;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
esclex.c 132 const unsigned long long nsec; member in struct:__anon429
136 { "nsec", 1ULL },
263 stable(Timesuffix[i].suffix), &Timesuffix[i].nsec);
literals.h 77 L_DECL(nsec); variable
  /onnv/onnv-gate/usr/src/lib/nsswitch/mdns/common/
mdns_common.c 554 int32_t nsec; local
570 &nsec));
571 ptv->tv_usec = nsec / 1000;
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/rds/
rdsib_ib.c 1737 hrtime_t nsec; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_display.c 601 time_t sec, nsec; local
604 nsec = getxdr_long();
608 return (format_time(sec, nsec));
615 format_time(int64_t sec, uint32_t nsec)
625 (void) sprintf(buff, "%lld.%06d", sec, nsec);
631 (void) sprintf(buff, "%lld.%06d", sec, nsec);
639 (void) sprintf(p, "%09d GMT", nsec);
  /onnv/onnv-gate/usr/src/common/openssl/apps/
ocsp.c 78 long nsec, long maxage);
116 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; local
302 nsec = atol(*args);
303 if (nsec < 0)
862 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
956 long nsec, long maxage)
985 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
  /onnv/onnv-gate/usr/src/uts/common/os/
timers.c 91 int usec, nsec; local
100 * Fast algorithm to convert nsec to usec -- see hrt2ts()
103 nsec = ts.tv_nsec;
104 usec = nsec + (nsec >> 2);
105 usec = nsec + (usec >> 1);
106 usec = nsec + (usec >> 2);
107 usec = nsec + (usec >> 4);
108 usec = nsec - (usec >> 3);
109 usec = nsec + (usec >> 2)
899 int nsec; local
945 int64_t nsec; local
1175 uint32_t sec, nsec, tmp; local
1249 uint32_t sec, nsec, tmp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_readdir.c 1369 uint_t nsec = local
1385 uint_t nsec = 1000; local
1392 uint_t nsec = local
1400 uint_t nsec = local
    [all...]
nfs4_subr.c 475 int32_t nsec; local
495 nsec = -1000000000 + ntime->nseconds;
498 nsec = ntime->nseconds;
502 vatime->tv_nsec = nsec;
511 uint32_t nsec; local
520 nsec = vatime->tv_nsec;
523 nsec = 1000000000 + vatime->tv_nsec;
526 ntime->nseconds = nsec;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fmdump.c 186 { "nsec", NANOSEC / NANOSEC },
254 hrtime_t nsec; local
258 nsec = strtol(arg, (char **)&p, 10);
260 if (errno != 0 || nsec == 0 || p == arg || *p == '\0') {
268 nsec *= suffix[i].mul;
279 tvp->tv_sec = nsec / NANOSEC;
280 tvp->tv_usec = (nsec % NANOSEC) / (NANOSEC / MICROSEC);
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_inode.c 1751 int32_t usec, nsec; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
leaky.c 154 hrtime_t nsec = ts % (hrtime_t)NANOSEC; local
170 30, "elapsed wall time", sec, (nsec * 10)/(hrtime_t)NANOSEC);
  /onnv/onnv-gate/usr/src/uts/sun4/io/
su_driver.c 1940 long nsec, usec; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_subr.c 1223 long sec, nsec; local
1225 nsec = cp->c_metadata.md_timestamp.tv_nsec;
1231 va.va_mtime.tv_nsec, sec, nsec);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
zs_async.c 1728 int nsec, usec; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
asy.c 2376 long nsec, usec; local
    [all...]

Completed in 2820 milliseconds

1 2