/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/timer/ |
H A D | SimpleRecurringEventTimer.java | 46 private long period; field in SimpleRecurringEventTimer 57 public SimpleRecurringEventTimer(long period) in SimpleRecurringEventTimer() argument 59 this.period = period; in SimpleRecurringEventTimer() 60 nextFiring = System.currentTimeMillis() + period; in SimpleRecurringEventTimer() 78 nextFiring += period; in waitUntilNextFiring()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncstat.c | 49 static void sample(int count, int period); 60 int period = 0; in main() local 96 period = atoi(*argv); in main() 97 if (period == 0) { in main() 164 if (period) { in main() 171 (void) sleep(period); in main() 172 sample(count, period); in main() 189 sample(int count, int period) in sample() argument 214 iutil = 8 * st.ichar / period; in sample() 216 outil = 8 * st.ochar / period; in sample()
|
/titanic_44/usr/src/cmd/prstat/ |
H A D | prstat.c | 770 float period; in lwp_update() local 779 period = TIME2NSEC(usage->pr_rtime); in lwp_update() 780 period = period/(float)100; in lwp_update() 782 if (period == 0) { /* zombie */ in lwp_update() 783 period = 1; in lwp_update() 788 lwp->li_usr = TIME2NSEC(usage->pr_utime)/period; in lwp_update() 789 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period; in lwp_update() 790 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period; in lwp_update() 792 lwp->li_trp = TIME2NSEC(usage->pr_ttime)/period; in lwp_update() 793 lwp->li_tfl = TIME2NSEC(usage->pr_tftime)/period; in lwp_update() [all …]
|
/titanic_44/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 499 (void *)cyclic, cyclic->period); in ch_cyclic() 507 ch_start_cyclic(p_ch_cyclic_t cyclic, unsigned long period) in ch_start_cyclic() argument 509 cyclic->period = drv_usectohz(period * 1000); in ch_start_cyclic() 512 (void *)cyclic, cyclic->period); in ch_start_cyclic() 530 drv_usecwait(drv_hztousec(2 * cyclic->period)); in ch_stop_cyclic()
|
H A D | osdep.h | 137 clock_t period; member
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | hpet_acpi.h | 156 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period) 159 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period) 259 hrtime_t period; /* counter_clk_period in Femto Secs */ member
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 149 int c, period, prev; in sd_stats_lintmain() local 313 if ((period = (currtime - lasttime) / 1000000) <= 0) in sd_stats_lintmain() 314 period = 1; in sd_stats_lintmain() 319 Elapsed_Time += period; in sd_stats_lintmain()
|
/titanic_44/usr/src/cmd/gss/etc/ |
H A D | krb5.conf | 58 period = 1d
|
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 709 int period = s.indexOf('.'); in filenameToTag() local 711 if (period < 0) in filenameToTag() 712 period = filename.length(); in filenameToTag() 714 return s.substring(0, period); in filenameToTag()
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 1652 uchar_t period, offset, conf3; \ 1653 period = fas->f_sync_period[target] & SYNC_PERIOD_MASK; \ 1656 if ((period != fas->f_period_reg_last) || \ 1659 fas->f_period_reg_last = period; \ 1662 fas_reg_write(fas, &fasreg->fas_sync_period, period); \ 6067 uint_t period, offset, regval; in fas_multibyte_msg() local 6071 period = fas->f_imsgarea[3] & 0xff; in fas_multibyte_msg() 6080 period, offset, tgt); in fas_multibyte_msg() 6102 period = in fas_multibyte_msg() 6103 period ? max(period, MIN_SYNC_PERIOD(fas)) : 0; in fas_multibyte_msg() [all …]
|
/titanic_44/usr/src/uts/sun4u/lw8/io/ |
H A D | ntwdt.c | 439 static int ntwdt_set_hw_timeout(uint32_t period); 1951 ntwdt_set_hw_timeout(uint32_t period) in ntwdt_set_hw_timeout() argument 1957 (char *)&period, sizeof (uint32_t)); in ntwdt_set_hw_timeout() 1960 "period failed: %d", period, rv); in ntwdt_set_hw_timeout()
|
/titanic_44/usr/src/cmd/cpc/common/ |
H A D | cpustat.c | 123 double period; in main() local 186 period = strtod(optarg, &endp); in main() 280 opts->mseconds_rest = (uint_t)((period * 1000.0) - in main()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 721 hrtime_t period; in fmd_clear_aged_rsrcs() local 724 (void) fmd_conf_getprop(dp->d_conf, "rsrc.pollperiod", &period); in fmd_clear_aged_rsrcs() 726 (fmd_timer_f *)fmd_clear_aged_rsrcs, dp, NULL, period); in fmd_clear_aged_rsrcs()
|
/titanic_44/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.def | 133 DEF_XML_DATA("period", "u", ISNS_ENTITY_REG_PERIOD_ATTR_ID,
|
/titanic_44/usr/src/lib/passwdutil/ |
H A D | README.SunOS-aging | 37 user to change passwords after a system administrator-specified period
|
/titanic_44/usr/src/uts/common/xen/public/ |
H A D | domctl.h | 305 uint64_aligned_t period; member
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/ |
H A D | Pg.pod | 207 If T1 is the time counters were running during the period and T2 is the time
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | australasia | 352 # the daylight saving period is 1 hour in advance of the standard time 369 # ... The daylight saving period will end at 3am on Sunday January 13, 2019. 1511 # saving period will continue with the same rules as used during the 2008-2009 1516 # The extended daylight saving period that South Australia has been trialling 1531 # the 1989/90 year was a trial of an extended "daylight saving" period. 1532 # This trial was deemed successful and the extended period adopted for 1636 # until 0300 local time 1999-02-28. Each year the DST period will 1701 # period. It would probably be reasonable to assume Guam use GMT+9 during 1702 # that period of time like the surrounding area. 1811 # period of time.... [all …]
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | obj.c | 1673 uint32_t period; in get_reg_period() local 1679 period = INFINITY - t - 1; in get_reg_period() 1681 return (period); in get_reg_period()
|
/titanic_44/usr/src/ |
H A D | OPENSOLARIS.LICENSE | 294 at the expiration of such 60 day notice period, unless if within 295 such 60 day period You withdraw Your claim with respect to the
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 7137 char *period; in get_xtime() local 7143 period = strchr(value, '.'); in get_xtime() 7144 if (period != NULL) in get_xtime() 7145 period[0] = '\0'; in get_xtime() 7147 if (period == NULL) in get_xtime() 7150 i = strlen(period +1); in get_xtime() 7151 (void) strncpy(nanosec, period + 1, min(i, 9)); in get_xtime()
|
/titanic_44/usr/src/pkg/license_files/ |
H A D | lic_OSBL | 116 Sun warrants to you that for a period of 90 days from the date of
|
/titanic_44/usr/src/tools/opensolaris/ |
H A D | BINARYLICENSE.txt | 116 Sun warrants to you that for a period of 90 days from the date of
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | LICENSE | 125 Sun warrants to you that for a period of 90 days from the date of
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 247 hpet_info.period = hpet_info.gen_cap.counter_clk_period; in hpet_acpi_init()
|