HomeSort by: relevance | last modified time | path
    Searched defs:period (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/lib/libpam/libpam/
pam_debug_log.c 55 const char *modname, *period; local
62 period = strchr(modname, '.');
63 if (period == NULL)
64 period = strchr(modname, '\0');
70 pam_error(pamh, "%.*s: %s: %s\n", (int)(ssize_t)(period - modname),
  /src/external/bsd/flex/dist/examples/manual/
front.y 22 %token PERIOD
52 sentence : verb_phrase noun_phrase position_phrase adverb period
97 period : /* empty */ label
98 | PERIOD
  /src/sys/dev/pwm/
pwmvar.h 38 u_int period; /* nanoseconds */ member in struct:pwm_config
  /src/sys/dev/wscons/
wsbellvar.h 36 u_int period; member in struct:vbell_args
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-chrono.cc 59 typedef duration::period period; typedef in struct:chrono::system_clock
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-chrono.cc 59 typedef duration::period period; typedef in struct:chrono::system_clock
  /src/sys/arch/arm/nxp/
imx6_pwm.c 63 const u_int period = be32toh(pwm[2]); local
65 sc->sc_conf.period = period;
68 sc->sc_conf.period = polarity ? PWM_ACTIVE_LOW : PWM_ACTIVE_HIGH;
  /src/sys/arch/powerpc/booke/dev/
e500wdog.c 126 const uint64_t period = sc->sc_wdog_period * sc->sc_timebase / 3; local
127 const u_int wp = __builtin_clz(period) + 1;
164 aprint_normal(": default period is %u seconds%s\n",
  /src/sys/altq/
altq_fifoq.h 47 u_int period; member in struct:fifoq_state::__anon850
62 u_int period; member in struct:fifoq_getstats
  /src/sys/arch/mips/ralink/
ralink_wdog.c 43 * 1. the specified reset period is a positive integer:
48 * 2. the specified reset period is a negative integer:
54 * The reset period is defined by RA_WDOG_DEFAULT_PERIOD
55 * (which can be set via kernel config), or by period passed to
88 * maximum period depends on bus freq
160 aprint_normal_dev(self, "max period %d sec.\n", WDOG_MAX_PERIOD);
212 aprint_normal_dev(self, "%s mode, period %d sec.\n",
245 u_int period = smw->smw_period; local
250 ((int)period < 0)) {
252 period = -period
    [all...]
  /src/sys/dev/scsipi/
scsi_base.c 141 int period, freq, speed, mbs; local
151 period = scsipi_sync_factor_to_period(periph->periph_period);
153 period / 100, period % 100, periph->periph_offset);
199 int lun, announce, mode, period, offset; local
212 period = xm->xm_period;
215 period = 0;
225 periph->periph_period != period ||
230 periph->periph_period = period;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sumo_smc.c 151 u32 period, unit, timer_value; local
157 period = 100 * (xclk / 100 / sumo_power_of_4(unit));
159 timer_value = (period << 16) | (unit << 4);
  /src/external/bsd/ntp/dist/libntp/
adjtime.c 258 * 1 second period until the desired delta is achieved.
274 * Period of system clock adjustment. It should be equal to adjtime
275 * execution period (1s). If slightly less than 1s (0.95-0.99), then olddelta
276 * residual error (introduced by execution period jitter) will be reduced.
301 struct _clockperiod period; local
317 * Get the current clock period (nanoseconds)
319 if (ClockPeriod (CLOCK_REALTIME, 0, &period, 0) == -1)
325 count = 1e9 * ADJUST_PERIOD / period.nsec;
337 increment_limit = CORR_SLEW_LIMIT * period.nsec;
  /src/external/gpl3/gdb/dist/gnulib/import/
str-two-way.h 83 *PERIOD to the global period of the right half.
85 The global period of a string is the smallest index (possibly its
89 When NEEDLE is factored into two halves, a local period is the
92 non-empty NEEDLE have a local period of at least 1 and no greater
95 A critical factorization has the property that the local period
96 equals the global period. All strings have at least one critical
97 factorization with the left half smaller than the global period.
109 size_t *period)
114 size_t k; /* Offset into current period. *
240 size_t period; \/* The period of the right half of needle. *\/ local
334 size_t period; \/* The period of the right half of needle. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
str-two-way.h 83 *PERIOD to the global period of the right half.
85 The global period of a string is the smallest index (possibly its
89 When NEEDLE is factored into two halves, a local period is the
92 non-empty NEEDLE have a local period of at least 1 and no greater
95 A critical factorization has the property that the local period
96 equals the global period. All strings have at least one critical
97 factorization with the left half smaller than the global period.
109 size_t *period)
114 size_t k; /* Offset into current period. *
240 size_t period; \/* The period of the right half of needle. *\/ local
334 size_t period; \/* The period of the right half of needle. *\/ local
    [all...]
  /src/external/mit/libuv/dist/test/
test-platform-output.c 97 uint64_t quota, period; local
102 if (fscanf(file, "%lu %lu", &quota, &period) == 2 && quota > 0) {
104 cgroup_par = (unsigned int)(quota / period);
116 if (file && fscanf(file, "%lu", &period) == 1) {
118 cgroup_par = (unsigned int)(quota / period);
  /src/sbin/wdogctl/
wdogctl.c 86 u_int period = WDOG_PERIOD_DEFAULT; local
123 period = (unsigned int)tmp;
161 enable_ext(argv[0], period);
164 enable_kernel(argv[0], period);
168 enable_user(argv[0], period, command == CMD_USER_TICKLE);
175 prep_wmode(struct wdog_mode *wp, int mode, const char *name, u_int period)
182 wp->wm_period = period;
188 enable_kernel(const char *name, u_int period)
193 prep_wmode(&wm, WDOG_MODE_KTICKLE, name, period);
206 enable_ext(const char *name, u_int period)
    [all...]
  /src/sys/arch/hpcmips/dev/
teliosio.c 202 u_int16_t period; local
210 period = bus_space_read_2(regt, regh, TELIOSIO_BACKLIGHT_PERIOD);
212 period |= TELIOSIO_BACKLIGHT_PERIOD_EN;
214 period &= ~TELIOSIO_BACKLIGHT_PERIOD_EN;
215 bus_space_write_2(regt, regh, TELIOSIO_BACKLIGHT_PERIOD, period);
  /src/sys/arch/x86/pci/
tco.c 260 unsigned int period; local
268 period = tcotimer_second_to_tick(smw->smw_period);
269 if (period < sc->sc_min_t || period > sc->sc_max_t)
284 TCO_TMR2, ich6period | period);
292 TCO_TMR, ich5period | period);
  /src/sys/dev/ic/
gcscpcib.c 296 int period = sc->sc_smw.smw_period; local
303 period * AMD553X_WDT_TICK);
  /src/external/bsd/ntp/dist/adjtimed/
adjtimed.c 282 struct itimerval period, remains; local
295 * Apply a slew rate of slew_rate over a period of dt/slew_rate seconds.
303 period.it_value.tv_sec = dt / slew_rate;
304 period.it_value.tv_usec = (dt % slew_rate) * (MILLION / slew_rate);
306 * Note: we assume the kernel will convert the specified period into ticks
314 period.it_value.tv_sec, period.it_value.tv_usec);
317 period.it_value.tv_sec, period.it_value.tv_usec);
329 * (do this after changing the rate because the period has been rounded down
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_gptimer.c 43 bu32 counter, period, width; member in struct:bfin_gptimer
89 case mmr_offset(period):
132 case mmr_offset(period):
  /src/external/gpl3/gdb/dist/sim/lm32/
dv-lm32timer.c 34 unsigned int period; member in struct:lm32timer
73 timer->snapshot = timer->period;
122 timers->period = value;
154 value = timers->period;
215 timers->period = 0;
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_gptimer.c 43 bu32 counter, period, width; member in struct:bfin_gptimer
89 case mmr_offset(period):
132 case mmr_offset(period):
  /src/external/gpl3/gdb.old/dist/sim/lm32/
dv-lm32timer.c 34 unsigned int period; member in struct:lm32timer
73 timer->snapshot = timer->period;
122 timers->period = value;
154 value = timers->period;
215 timers->period = 0;

Completed in 46 milliseconds

1 2 3 4 5