Home
last modified time | relevance | path

Searched defs:period (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/sbin/recoverdisk/
H A Drecoverdisk.c43 struct period { struct
48 TAILQ_ENTRY(period) list; argument
119 report_one_period(const char *period, struct period_head *ph) in report_one_period()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dsteady_clock.h32 typedef duration::period period; global() typedef
H A Dsystem_clock.h32 typedef duration::period period; global() typedef
H A Dtime_point.h42 typedef typename duration::period period; typedef
H A Dfile_clock.h52 typedef nano period; typedef
/freebsd/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c84 unsigned int period; member
241 aw_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in aw_pwm_channel_config()
321 aw_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in aw_pwm_channel_get_config()
/freebsd/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py55 period = count - id_lastseen[id] variable
/freebsd/sys/dev/pwm/
H A Dpwmc.h34 u_int period; member
H A Dofw_pwm.h36 uint64_t period; member
H A Dpwmbus.c196 pwmbus_channel_config(device_t dev, u_int chan, u_int period, u_int duty) in pwmbus_channel_config()
202 pwmbus_channel_get_config(device_t dev, u_int chan, u_int *period, u_int *duty) in pwmbus_channel_get_config()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c85 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
495 const char period = 0x2E; in ossl_asn1_time_print_ex() local
/freebsd/stand/i386/libi386/
H A Dtime.c107 delay(int period) in delay()
/freebsd/sys/x86/isa/
H A Dclock.c107 uint32_t period; member
326 set_i8254_freq(int mode, uint32_t period) in set_i8254_freq()
505 attimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in attimer_start()
/freebsd/sys/dev/pwm/controller/rockchip/
H A Drk_pwm.c114 unsigned int period; member
265 rk_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in rk_pwm_channel_config()
327 rk_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in rk_pwm_channel_get_config()
/freebsd/usr.sbin/pwm/
H A Dpwm.c77 u_int period, duty; in main() local
/freebsd/contrib/dialog/
H A Dtimebox.c51 int period; member
95 int period, int value, in init_object()
/freebsd/contrib/ldns/
H A Dduration.c248 time_t period = 0; in ldns_duration2time() local
/freebsd/sys/arm/freescale/imx/
H A Dimx_epit.c101 uint32_t period; member
220 epit_et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in epit_et_start()
/freebsd/sys/sys/
H A Dtimeffc.h47 uint64_t period; /* Estimate of counter period. */ member
129 uint64_t period; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpwm.h33 uint64_t period; member
/freebsd/sys/kern/
H A Dkern_et.c179 et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in et_start()
/freebsd/usr.bin/indent/
H A Dindent_codes.h69 #define period 32 macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dthermal.c127 u32 period, duration, enabled; in ath10k_thermal_set_throttling() local
/freebsd/usr.sbin/mfiutil/
H A Dmfi_bbu.c43 mfi_autolearn_period(FILE *fp, uint32_t period) in mfi_autolearn_period()
/freebsd/contrib/ntp/libntp/
H A Dadjtime.c299 struct _clockperiod period; in adjtime() local

123456