| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/timer/ |
| H A D | SimpleRecurringEventTimer.java | 34 * accuracy of the period. 46 private long period; field in class:SimpleRecurringEventTimer 54 * Establishes a timer which will fire every 'period' 57 public SimpleRecurringEventTimer(long period) argument 59 this.period = period; 60 nextFiring = System.currentTimeMillis() + period; 78 nextFiring += period;
|
| /illumos-gate/usr/src/cmd/gss/etc/ |
| H A D | krb5.conf | 55 # often than the period, and less often if the KDC is not used 58 period = 1d
|
| /illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | time.c | 95 * Use the BIOS Wait function to pause for (period) microseconds. 101 delay(int period) argument 106 v86.ecx = period >> 16; 107 v86.edx = period & 0xffff;
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | syncstat.c | 49 static void sample(int count, int period); 60 int period = 0; local 96 period = atoi(*argv); 97 if (period == 0) { 164 if (period) { 171 (void) sleep(period); 172 sample(count, period); 189 sample(int count, int period) argument 214 iutil = 8 * st.ichar / period; 216 outil = 8 * st.ochar / period; [all...] |
| H A D | ndp.c | 73 static void ndp_start_timer(time_t period); 154 " %s [-n] -A period\n", 197 ndp_usage("Missing time period after -%c", flag); 299 ndp_start_timer(time_t period) argument 303 interval.it_value.tv_sec = interval.it_interval.tv_sec = period; 320 ndp_run_periodically(time_t period, ndp_void_f *func) argument 325 ndp_start_timer(period); 989 long long period; local 1085 period = strtoll(flagarg, &endptr, 10); 1086 if ((period [all...] |
| /illumos-gate/usr/src/uts/i86pc/sys/ |
| H A D | hpet_acpi.h | 127 uint32_t counter_clk_period; /* period in femtoseconds */ 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 in struct:hpet_info
|
| /illumos-gate/usr/src/cmd/prstat/ |
| H A D | prstat.c | 770 float period; local 779 period = TIME2NSEC(usage->pr_rtime); 780 period = period/(float)100; 782 if (period == 0) { /* zombie */ 783 period = 1; 788 lwp->li_usr = TIME2NSEC(usage->pr_utime)/period; 789 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period; 790 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period; 792 lwp->li_trp = TIME2NSEC(usage->pr_ttime)/period; [all...] |
| /illumos-gate/usr/src/uts/common/io/chxge/ |
| H A D | glue.c | 491 * timer to bring it back in some period later. 499 (void *)cyclic, cyclic->period); 507 ch_start_cyclic(p_ch_cyclic_t cyclic, unsigned long period) argument 509 cyclic->period = drv_usectohz(period * 1000); 512 (void *)cyclic, cyclic->period); 530 drv_usecwait(drv_hztousec(2 * cyclic->period));
|
| H A D | osdep.h | 137 clock_t period; member in struct:ch_cyclic_s
|
| /illumos-gate/usr/src/cmd/avs/sdbc/ |
| H A D | sd_stats.c | 149 int c, period, prev; local 313 if ((period = (currtime - lasttime) / 1000000) <= 0) 314 period = 1; 317 * Calculate new per/period values for statistics 319 Elapsed_Time += period;
|
| /illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
| H A D | parseMain.java | 709 int period = s.indexOf('.'); 711 if (period < 0) 712 period = filename.length(); 713 // System.out.println("period = " + period); 714 return s.substring(0, period);
|
| /illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
| H A D | fas.c | 1648 * update period, conf3, offset reg, if necessary 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); \ 1777 * initialize period and offset for each target 4107 * we know the target so update period, conf3, 4115 * the period/offset/conf3 registers need to be 5508 * phase, period 6067 uint_t period, offset, regval; local 6818 uchar_t period = MIN_SYNC_PERIOD(fas); local [all...] |
| /illumos-gate/usr/src/cmd/cpc/common/ |
| H A D | cpustat.c | 123 double period; local 186 period = strtod(optarg, &endp); 254 "Usage:\n\t%s -c spec [-c spec]... [-p period] [-T u|d]\n" 258 "\t-p period cycle through event list periodically\n" 280 opts->mseconds_rest = (uint_t)((period * 1000.0) -
|
| /illumos-gate/usr/src/uts/sun4u/lw8/io/ |
| H A D | ntwdt.c | 439 static int ntwdt_set_hw_timeout(uint32_t period); 1212 * Allow application to set the period (in seconds) 1355 * NOT represent a full, one-second period. If the Cyclic 1400 * AWDT's watchdog-timeout period. This Cyclic runs at 1431 * of the Cyclic's period. If the timer has expired, 1951 ntwdt_set_hw_timeout(uint32_t period) argument 1957 (char *)&period, sizeof (uint32_t)); 1960 "period failed: %d", period, rv);
|
| /illumos-gate/usr/src/cmd/fm/fmd/common/ |
| H A D | fmd.c | 293 { "rsrc.pollperiod", &fmd_conf_time, "1h" }, /* aged rsrcs poller period */ 721 hrtime_t period; local 724 (void) fmd_conf_getprop(dp->d_conf, "rsrc.pollperiod", &period); 726 (fmd_timer_f *)fmd_clear_aged_rsrcs, dp, NULL, period);
|
| /illumos-gate/usr/src/uts/common/xen/public/ |
| H A D | domctl.h | 305 uint64_aligned_t period; member in struct:xen_domctl_scheduler_op::__anon9292::xen_domctl_sched_sedf
|
| /illumos-gate/usr/src/uts/common/io/sfxge/common/ |
| H A D | efx_mcdi.h | 219 __in uint16_t period,
|
| H A D | efx_mcdi.c | 1849 __in uint16_t period, 1858 * Huntington uses a fixed 1sec period, so use that on Siena too. 1860 if (period == 0) 1846 efx_mcdi_mac_stats_periodic( __in efx_nic_t *enp, __in efsys_mem_t *esmp, __in uint16_t period, __in boolean_t events) argument
|
| /illumos-gate/usr/src/cmd/isns/isnsd/ |
| H A D | obj.c | 1662 * get the longest registration period. 1664 * return - the longest registration period. 1673 uint32_t period; local 1679 period = INFINITY - t - 1; 1681 return (period); 1747 /* set default registration period */ 1897 /* set default registration period */
|
| /illumos-gate/usr/src/uts/i86pc/io/ |
| H A D | hpet_acpi.c | 247 hpet_info.period = hpet_info.gen_cap.counter_clk_period;
|
| /illumos-gate/usr/src/cmd/tar/ |
| H A D | tar.c | 4957 * two lines: name and modification time as well as period, newline and space. 7180 char *period; local 7186 period = strchr(value, '.'); 7187 if (period != NULL) 7188 period[0] = '\0'; 7190 if (period == NULL) 7193 i = strlen(period +1); 7194 (void) strncpy(nanosec, period + 1, min(i, 9));
|
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | builtins.c | 4377 {"period", "greater", '.', '>', 0x34}, 4553 " less, period, greater, slash, question, alt, space, capslock, FX (X"
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | map.c | 688 char *period, *autodomain; local 701 period = strchr(buf, '.'); 702 if (period == NULL) 705 autodomain = period + 1;
|
| /illumos-gate/usr/src/uts/common/inet/ipf/ |
| H A D | fil.c | 5156 u_int period; local 5158 period = seconds * IPF_HZ_DIVIDE; 5162 if (ifq->ifq_ttl == period) { 5179 ifq->ifq_ttl = period;
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 610 % period following counts as ending a sentence. (Idea found in latex.) 649 % @. is an end-of-sentence period. 1079 % We do .5em per period so that it has the same spacing in a typewriter 1080 % font as three actual period characters. 2555 % Call \doitemize, adding a period to the first argument and supplying the 2678 % we'll always have a period there to be parsed.
|