Home
last modified time | relevance | path

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

123456

/freebsd-src/sbin/recoverdisk/
H A Drecoverdisk.c45 struct period { struct
50 TAILQ_ENTRY(period) list; argument
111 report_one_period(const char *period, struct period_head *ph) in report_one_period() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dsteady_clock.h30 typedef duration::period period; typedef
H A Dsystem_clock.h30 typedef duration::period period; typedef
H A Dtime_point.h42 typedef typename duration::period period; typedef
H A Dfile_clock.h53 typedef nano period; global() typedef
/freebsd-src/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py55 period = count - id_lastseen[id] variable
/freebsd-src/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c84 unsigned int period; member
243 aw_pwm_channel_config(device_t dev,u_int channel,u_int period,u_int duty) aw_pwm_channel_config() argument
323 aw_pwm_channel_get_config(device_t dev,u_int channel,u_int * period,u_int * duty) aw_pwm_channel_get_config() argument
[all...]
/freebsd-src/sys/dev/pwm/
H A Dpwmc.h34 u_int period; member
H A Dofw_pwm.h36 uint64_t period; member
H A Dpwmbus.c206 pwmbus_channel_config(device_t dev,u_int chan,u_int period,u_int duty) pwmbus_channel_config() argument
212 pwmbus_channel_get_config(device_t dev,u_int chan,u_int * period,u_int * duty) pwmbus_channel_get_config() argument
/freebsd-src/stand/i386/libi386/
H A Dtime.c107 delay(int period) in delay()
/freebsd-src/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
493 const char upper_z = 0x5A, period = 0x2E; in ossl_asn1_time_print_ex() local
/freebsd-src/sys/dev/pwm/controller/rockchip/
H A Drk_pwm.c114 unsigned int period; member
264 rk_pwm_channel_config(device_t dev,u_int channel,u_int period,u_int duty) rk_pwm_channel_config() argument
326 rk_pwm_channel_get_config(device_t dev,u_int channel,u_int * period,u_int * duty) rk_pwm_channel_get_config() argument
[all...]
/freebsd-src/sys/x86/isa/
H A Dclock.c107 uint32_t period; member
326 set_i8254_freq(int mode, uint32_t period) in set_i8254_freq() argument
505 attimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in attimer_start() argument
[all...]
/freebsd-src/usr.sbin/pwm/
H A Dpwm.c77 u_int period, duty; in main() local
/freebsd-src/contrib/dialog/
H A Dtimebox.c51 int period; member
95 int period, int value, in init_object()
/freebsd-src/sys/dev/sound/pci/
H A Dhdspe.c288 unsigned int period; hdspe_sysctl_period() local
496 long long period; hdspe_init() local
[all...]
/freebsd-src/contrib/ldns/
H A Dduration.c248 time_t period = 0; in ldns_duration2time() local
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dpwm.h33 uint64_t period; member
/freebsd-src/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-src/sys/sys/
H A Dtimeffc.h47 uint64_t period; /* Estimate of counter period. */ member
127 uint64_t period; member
/freebsd-src/sys/kern/
H A Dkern_et.c179 et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in et_start()
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dthermal.c127 u32 period, duration, enabled; in ath10k_thermal_set_throttling() local
/freebsd-src/usr.bin/indent/
H A Dindent_codes.h69 #define period 32 macro
/freebsd-src/contrib/ntp/libntp/
H A Dadjtime.c299 struct _clockperiod period; in adjtime() local

123456