/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/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/dev/wscons/ |
wsbellvar.h | 36 u_int period; member in struct:vbell_args
|
wsbellvar.h | 36 u_int period; member in struct:vbell_args
|
/src/sys/arch/arm/nxp/ |
imx6_pwm.c | 63 const u_int period = be32toh(pwm[2]); local in function:imxpwm_get_tag 65 sc->sc_conf.period = period; 68 sc->sc_conf.period = polarity ? PWM_ACTIVE_LOW : PWM_ACTIVE_HIGH;
|
imx6_pwm.c | 63 const u_int period = be32toh(pwm[2]); local in function:imxpwm_get_tag 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 in function:e500wdog_setmode 127 const u_int wp = __builtin_clz(period) + 1; 164 aprint_normal(": default period is %u seconds%s\n",
|
e500wdog.c | 126 const uint64_t period = sc->sc_wdog_period * sc->sc_timebase / 3; local in function:e500wdog_setmode 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::__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/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 in function:ra_wdog_setmode 250 ((int)period < 0)) { 252 period = -period [all...] |
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 in function:ra_wdog_setmode 250 ((int)period < 0)) { 252 period = -period [all...] |
/src/sys/dev/scsipi/ |
scsi_base.c | 141 int period, freq, speed, mbs; local in function:scsi_print_xfer_mode 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 in function:scsi_async_event_xfer_mode 212 period = xm->xm_period; 215 period = 0; 225 periph->periph_period != period || 230 periph->periph_period = period;
|
scsi_base.c | 141 int period, freq, speed, mbs; local in function:scsi_print_xfer_mode 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 in function:scsi_async_event_xfer_mode 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 in function:sumo_enable_boost_timer 157 period = 100 * (xclk / 100 / sumo_power_of_4(unit)); 159 timer_value = (period << 16) | (unit << 4);
|
radeon_sumo_smc.c | 151 u32 period, unit, timer_value; local in function:sumo_enable_boost_timer 157 period = 100 * (xclk / 100 / sumo_power_of_4(unit)); 159 timer_value = (period << 16) | (unit << 4);
|
/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...] |
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...] |
/src/sys/arch/hpcmips/dev/ |
teliosio.c | 202 u_int16_t period; local in function:teliosio_brightness 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);
|
teliosio.c | 202 u_int16_t period; local in function:teliosio_brightness 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/dev/ic/ |
gcscpcib.c | 296 int period = sc->sc_smw.smw_period; local in function:gcscpcib_wdog_enable 303 period * AMD553X_WDT_TICK);
|
gcscpcib.c | 296 int period = sc->sc_smw.smw_period; local in function:gcscpcib_wdog_enable 303 period * AMD553X_WDT_TICK);
|
/src/sys/arch/x86/pci/ |
tco.c | 260 unsigned int period; local in function:tcotimer_setmode 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);
|