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

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libpam/libpam/
pam_debug_log.c 55 const char *modname, *period; local in function:_pam_verbose_error
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),
pam_debug_log.c 55 const char *modname, *period; local in function:_pam_verbose_error
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/sys/dev/wscons/
wsbelldata.h 42 (dstp)->period = ((srcp)->which & WSKBD_BELL_DOPERIOD) ? \
43 (srcp)->period : (dfltp)->period; \
wsbelldata.h 42 (dstp)->period = ((srcp)->which & WSKBD_BELL_DOPERIOD) ? \
43 (srcp)->period : (dfltp)->period; \
wsbellvar.h 36 u_int period; member in struct:vbell_args
wsbellvar.h 36 u_int period; member in struct:vbell_args
  /src/sys/sys/
wdog.h 51 unsigned int wm_period; /* timer period (seconds) */
106 /* Period is expressed in seconds. */
107 #define WDOG_PERIOD_TO_TICKS(period) ((period) * hz)
wdog.h 51 unsigned int wm_period; /* timer period (seconds) */
106 /* Period is expressed in seconds. */
107 #define WDOG_PERIOD_TO_TICKS(period) ((period) * hz)
  /src/sys/altq/
altq_fifoq.h 47 u_int period; member in struct:fifoq_state::__anon41bb6fd80108
62 u_int period; member in struct:fifoq_getstats
altq_fifoq.h 47 u_int period; member in struct:fifoq_state::__anon41bb6fd80108
62 u_int period; member in struct:fifoq_getstats
  /src/sys/arch/arm/footbridge/isa/
sysbeep_isa.c 70 sysbeep(int pitch, int period)
73 pcppi_bell(ppicookie, pitch, period, 0);
sysbeep_isa.c 70 sysbeep(int pitch, int period)
73 pcppi_bell(ppicookie, pitch, period, 0);
  /src/sys/arch/prep/isa/
isabeep.c 75 isabeep(int pitch, int period)
79 pcppi_bell(ppicookie, pitch, period, 0);
isabeep.c 75 isabeep(int pitch, int period)
79 pcppi_bell(ppicookie, pitch, period, 0);
  /src/sys/arch/arm/amlogic/
meson_pwm.c 127 u_int period, duty, clk_div, hi, lo; local in function:meson_pwm_get_current
157 period = period_hz * 1000000000ULL / sc->sc_clkfreq;
161 conf->period = period;
181 u_int period, duty, clk_div, hi, lo; local in function:meson_pwm_set_config
186 period = conf->period;
188 if (period == 0)
190 KASSERT(period >= duty);
192 duty = period - duty
291 const u_int period = be32toh(pwm[2]); local in function:meson_pwm_get_tag
    [all...]
meson_pwm.c 127 u_int period, duty, clk_div, hi, lo; local in function:meson_pwm_get_current
157 period = period_hz * 1000000000ULL / sc->sc_clkfreq;
161 conf->period = period;
181 u_int period, duty, clk_div, hi, lo; local in function:meson_pwm_set_config
186 period = conf->period;
188 if (period == 0)
190 KASSERT(period >= duty);
192 duty = period - duty
291 const u_int period = be32toh(pwm[2]); local in function:meson_pwm_get_tag
    [all...]
  /src/sys/arch/arm/gemini/
gemini_wdtvar.h 56 void geminiwdt_set_timeout(unsigned int period);
gemini_wdtvar.h 56 void geminiwdt_set_timeout(unsigned int period);
  /src/sys/dev/pwm/
pwmvar.h 38 u_int period; /* nanoseconds */ member in struct:pwm_config
pwmvar.h 38 u_int period; /* nanoseconds */ member in struct:pwm_config
  /src/sys/arch/sandpoint/isa/
isaclock.c 161 sysbeep(int pitch, int period)
175 if (pitch == 0 || period == 0) {
191 callout_reset(&sysbeep_ch, period, sysbeepstop, NULL);
isaclock.c 161 sysbeep(int pitch, int period)
175 if (pitch == 0 || period == 0) {
191 callout_reset(&sysbeep_ch, period, sysbeepstop, NULL);
  /src/sys/arch/arm/rockchip/
rk_pwm.c 100 const u_int period = be32toh(pwm[2]); local in function:rk_pwm_get_tag
103 sc->sc_conf.period = period;
139 uint32_t ctrl, period, duty;
143 period = PWM_READ(sc, PWM0_PERIOD_HPR);
158 conf->period = (u_int)(((uint64_t)period * 1000000000) / rate);
174 const uint32_t period = (u_int)((conf->period * rate) / 1000000000); local in function:rk_pwm_set_config
187 PWM_WRITE(sc, PWM0_PERIOD_HPR, period);
    [all...]
rk_pwm.c 100 const u_int period = be32toh(pwm[2]); local in function:rk_pwm_get_tag
103 sc->sc_conf.period = period;
139 uint32_t ctrl, period, duty;
143 period = PWM_READ(sc, PWM0_PERIOD_HPR);
158 conf->period = (u_int)(((uint64_t)period * 1000000000) / rate);
174 const uint32_t period = (u_int)((conf->period * rate) / 1000000000); local in function:rk_pwm_set_config
187 PWM_WRITE(sc, PWM0_PERIOD_HPR, period);
    [all...]
  /src/sbin/wdogctl/
wdogctl.c 86 u_int period = WDOG_PERIOD_DEFAULT; local in function:main
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...]

Completed in 65 milliseconds

1 2 3 4 5 6 7 8 91011>>