/netbsd-src/sbin/wdogctl/ |
H A D | wdogctl.c | 86 u_int period = WDOG_PERIOD_DEFAULT; in main() local 175 prep_wmode(struct wdog_mode *wp, int mode, const char *name, u_int period) in prep_wmode() 188 enable_kernel(const char *name, u_int period) in enable_kernel() 206 enable_ext(const char *name, u_int period) in enable_ext() 228 enable_user(const char *name, u_int period, int cancel_on_close) in enable_user()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | str-two-way.h | 109 size_t *period) in critical_factorization() 240 size_t period; /* The period of the right half of needle. */ in two_way_short_needle() local 334 size_t period; /* The period of the right half of needle. */ in two_way_long_needle() local
|
/netbsd-src/sys/dev/isa/ |
H A D | pcppi.c | 290 pcppi_bell(pcppi_tag_t self, int pitch, int period, int slp) in pcppi_bell() 299 pcppi_bell_locked(pcppi_tag_t self, int pitch, int period, int slp) in pcppi_bell_locked() 368 pcppi_pckbd_bell(void *arg, u_int pitch, u_int period, u_int volume, in pcppi_pckbd_bell()
|
/netbsd-src/sys/dev/scsipi/ |
H A D | scsi_base.c | 141 int period, freq, speed, mbs; in scsi_print_xfer_mode() local 199 int lun, announce, mode, period, offset; in scsi_async_event_xfer_mode() local
|
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_hrtimer.c | 156 hrtimer_forward(struct hrtimer *hrt, ktime_t now, ktime_t period) in hrtimer_forward() 185 hrtimer_forward_now(struct hrtimer *hrt, ktime_t period) in hrtimer_forward_now()
|
/netbsd-src/sys/altq/ |
H A D | altq_fifoq.h | 47 u_int period; member 62 u_int period; member
|
/netbsd-src/sys/arch/sandpoint/isa/ |
H A D | isaclock.c | 161 sysbeep(int pitch, int period) in sysbeep()
|
/netbsd-src/lib/libpam/libpam/ |
H A D | pam_debug_log.c | 55 const char *modname, *period; in _pam_verbose_error() local
|
/netbsd-src/sys/arch/arm/footbridge/isa/ |
H A D | sysbeep_isa.c | 70 sysbeep(int pitch, int period) in sysbeep()
|
/netbsd-src/sys/arch/prep/isa/ |
H A D | isabeep.c | 75 isabeep(int pitch, int period) in isabeep()
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | test081-totp.py | 47 def get_interval(period=30): argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_time.c | 83 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in asn1_time_to_tm() local 85 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in asn1_time_to_tm() local 474 const char upper_z = 0x5A, period = 0x2E; in ASN1_TIME_print() local
|
/netbsd-src/sys/arch/alpha/isa/ |
H A D | isa_machdep.c | 98 isabeep(int pitch, int period) in isabeep()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-chrono.cc | 59 typedef duration::period period; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-chrono.cc | 55 typedef duration::period period; typedef
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_time.c | 85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local 87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local 493 const char upper_z = 0x5A, period = 0x2E; in ossl_asn1_time_print_ex() local
|
/netbsd-src/sys/arch/arm/amlogic/ |
H A D | meson_pwm.c | 127 u_int period, duty, clk_div, hi, lo; in meson_pwm_get_current() local 181 u_int period, duty, clk_div, hi, lo; in meson_pwm_set_config() local 291 const u_int period = be32toh(pwm[2]); in meson_pwm_get_tag() local
|
/netbsd-src/sys/dev/pwm/ |
H A D | pwmvar.h | 38 u_int period; /* nanoseconds */ member
|
/netbsd-src/sys/arch/arm/rockchip/ |
H A D | rk_pwm.c | 100 const u_int period = be32toh(pwm[2]); in rk_pwm_get_tag() local 174 const uint32_t period = (u_int)((conf->period * rate) / 1000000000); in rk_pwm_set_config() local
|
/netbsd-src/sys/arch/ews4800mips/ews4800mips/ |
H A D | tr2.c | 232 tr2_bell(dev_t dev, u_int pitch, u_int period, u_int volue) in tr2_bell()
|
/netbsd-src/sys/dev/wscons/ |
H A D | wsbellvar.h | 36 u_int period; member
|
/netbsd-src/sys/dev/audio/ |
H A D | audiobell.c | 100 audiobell(void *dev, u_int pitch, u_int period, u_int volume, int poll) in audiobell()
|
/netbsd-src/sys/sys/ |
H A D | wdog.h | 107 #define WDOG_PERIOD_TO_TICKS(period) ((period) * hz) argument
|
/netbsd-src/sys/arch/mips/atheros/ |
H A D | ar7100.c | 115 ar7100_wdog_reload(uint32_t period) in ar7100_wdog_reload()
|
/netbsd-src/sys/arch/arm/gemini/ |
H A D | gemini_wdt.c | 124 geminiwdt_set_timeout(unsigned int period) in geminiwdt_set_timeout()
|