/titanic_44/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()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ntp.c | 166 ntohs(ntp->distance.fraction), in interpret_ntp() 173 ntohs(ntp->dispersion.fraction), in interpret_ntp() 183 ntohl(ntp->reftime.fraction), in interpret_ntp() 190 ntohl(ntp->org.fraction), in interpret_ntp() 197 ntohl(ntp->rec.fraction), in interpret_ntp() 204 ntohl(ntp->xmt.fraction), in interpret_ntp() 438 a = ntohs((int)(~t->fraction) & 0xFFFF); in s_fixed_to_double() 443 a = ntohs(t->fraction); in s_fixed_to_double() 480 net_time.fraction = ntohl(pkt_time.fraction); in show_time() 482 fracsec = net_time.fraction / 42949; /* fract / (2**32/10**6) */ in show_time()
|
H A D | ntp.h | 240 ulong_t fraction; member 245 ushort_t fraction; member
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtof.h | 210 int fraction; local 244 fraction = -1; 268 fraction = digits; 307 if (fraction >= 0) 308 m -= 4 * (digits - fraction); 332 fraction = 0; 413 fraction = digits; 437 if (fraction >= 0) 438 digits = fraction;
|
/titanic_44/usr/src/cmd/truss/ |
H A D | main.c | 1897 int fraction; in timestamp() local 1903 fraction = Lsp->pr_tstamp.tv_nsec - Cp->basetime.tv_nsec; in timestamp() 1904 if (fraction < 0) { in timestamp() 1906 fraction += NANOSEC; in timestamp() 1909 fraction = (fraction + 50000) / 100000; in timestamp() 1910 if (fraction >= (MILLISEC * 10)) { in timestamp() 1912 fraction -= (MILLISEC * 10); in timestamp() 1916 (void) printf("%2d.%4.4d\t", seconds, fraction); in timestamp() 1920 int ofraction = pri->fraction; in timestamp() 1923 pri->fraction = fraction; in timestamp() [all …]
|
H A D | ramdata.h | 123 int fraction; /* fraction in 1/10 milliseconds */ member
|
/titanic_44/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.
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_dce.c | 130 dcb_reclaim(dcb_t *dcb, ip_stack_t *ipst, uint_t fraction) in dcb_reclaim() argument 132 uint_t fraction_pmtu = fraction*4; in dcb_reclaim() 165 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 | 3409 uint_t fraction = *(uint_t *)arg; in ncec_cache_reclaim() local 3419 if ((rand/fraction)*fraction == rand) { in ncec_cache_reclaim() 3433 uint_t fraction = ipst->ips_ip_nce_reclaim_fraction; in ip_nce_reclaim_stack() local 3437 ncec_walk(NULL, (pfi_t)ncec_cache_reclaim, (uchar_t *)&fraction, ipst); in ip_nce_reclaim_stack()
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 236 # appears as seconds.fraction, and represents 243 # appears as seconds.fraction, and represents 265 @ MSG_USE_R4_C2 " appears as seconds.fraction, and \ 285 @ MSG_USE_R4_F2 " appears as seconds.fraction, and \
|
/titanic_44/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…
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | europe | 308 # fraction since our format cannot represent fractions.
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 9143 fraction
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 9141 fraction
|
/titanic_44/usr/src/cmd/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
|