/illumos-gate/usr/src/cmd/touch/ |
H A D | touch.c | 277 char *fraction; in parse_datetime() local 314 fraction = p; in parse_datetime() 323 (fraction != NULL && (*fraction == '\0' || !isnumber(fraction)))) in parse_datetime() 345 if (fraction == NULL) { in parse_datetime() 349 if (strlen(fraction) > 9) in parse_datetime() 350 fraction[9] = '\0'; in parse_datetime() 351 nanoseconds = atoi(fraction); in parse_datetime() 353 switch (strlen(fraction)) { in parse_datetime()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ntp.c | 164 ntohs(ntp->distance.fraction), in interpret_ntp() 171 ntohs(ntp->dispersion.fraction), in interpret_ntp() 181 ntohl(ntp->reftime.fraction), in interpret_ntp() 188 ntohl(ntp->org.fraction), in interpret_ntp() 195 ntohl(ntp->rec.fraction), in interpret_ntp() 202 ntohl(ntp->xmt.fraction), in interpret_ntp() 436 a = ntohs((int)(~t->fraction) & 0xFFFF); in s_fixed_to_double() 441 a = ntohs(t->fraction); in s_fixed_to_double() 478 net_time.fraction = ntohl(pkt_time.fraction); in show_time() 480 fracsec = net_time.fraction / 42949; /* fract / (2**32/10**6) */ in show_time()
|
H A D | ntp.h | 238 ulong_t fraction; member 243 ushort_t fraction; member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfstrtof.h | 210 int fraction; local 246 fraction = -1; 270 fraction = digits; 309 if (fraction >= 0) 310 m -= 4 * (digits - fraction); 334 fraction = 0; 415 fraction = digits; 454 if (fraction >= 0) 455 digits = fraction;
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 1903 int fraction; in timestamp() local 1909 fraction = Lsp->pr_tstamp.tv_nsec - Cp->basetime.tv_nsec; in timestamp() 1910 if (fraction < 0) { in timestamp() 1912 fraction += NANOSEC; in timestamp() 1915 fraction = (fraction + 50000) / 100000; in timestamp() 1916 if (fraction >= (MILLISEC * 10)) { in timestamp() 1918 fraction -= (MILLISEC * 10); in timestamp() 1922 (void) printf("%2d.%4.4d\t", seconds, fraction); in timestamp() 1926 int ofraction = pri->fraction; in timestamp() 1929 pri->fraction = fraction; in timestamp() [all …]
|
H A D | ramdata.h | 123 int fraction; /* fraction in 1/10 milliseconds */ member
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.callg.blurb | 47 fraction which divides up the function's time to 52 the propagation fraction. 74 propagation fraction for this child. 78 propagation fraction.
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_dce.c | 135 dcb_reclaim(dcb_t *dcb, ip_stack_t *ipst, uint_t fraction) in dcb_reclaim() argument 137 uint_t fraction_pmtu = fraction*4; in dcb_reclaim() 170 if (hash % fraction != 0) { in dcb_reclaim()
|
H A D | ip_ire.c | 2179 uint_t fraction = *(uint_t *)arg; in ire_delete_reclaim() local 2190 if ((rand/fraction)*fraction == rand) { in ire_delete_reclaim() 2207 uint_t fraction = ipst->ips_ip_ire_reclaim_fraction; in ip_ire_reclaim_stack() local 2211 ire_walk(ire_delete_reclaim, &fraction, ipst); in ip_ire_reclaim_stack()
|
H A D | ip_ndp.c | 3653 uint_t fraction = *(uint_t *)arg; in ncec_cache_reclaim() local 3663 if ((rand/fraction)*fraction == rand) { in ncec_cache_reclaim() 3677 uint_t fraction = ipst->ips_ip_nce_reclaim_fraction; in ip_nce_reclaim_stack() local 3681 ncec_walk(NULL, ncec_cache_reclaim, &fraction, ipst); in ip_nce_reclaim_stack()
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 167 * The fraction of pages on a single rank that must be diagnosed as faulty 178 * This fraction is specified in basis points, where 100 basis points are 197 * A macro to manipulate the above fraction. Given a size in bytes convert
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 237 # appears as seconds.fraction, and represents 244 # appears as seconds.fraction, and represents 266 @ MSG_USE_R4_C2 " appears as seconds.fraction, and \ 286 @ MSG_USE_R4_F2 " appears as seconds.fraction, and \
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | AMD.po | 87 msgstr "\n\nPage retirement (where supported) is capped at a small fraction of memory to avoid perf…
|
H A D | GMCA.po | 535 msgstr "\n\nPage retirement (where supported) is capped at a small fraction of memory to avoid perf…
|
H A D | INTEL.po | 695 msgstr "\n\nPage retirement (where supported) is capped at a small fraction of memory to avoid perf…
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 9140 fraction
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 9142 fraction
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 3430 # but aside from the identifier string, implements only a small fraction of
|
H A D | terminfo.src | 3920 # but aside from the identifier string, implements only a small fraction of
|