Home
last modified time | relevance | path

Searched refs:sec (Results 1201 - 1225 of 1536) sorted by relevance

1...<<41424344454647484950>>...62

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c498 kzalloc(img->sec[IWL_UCODE_SECTION_DATA].len, in iwlagn_mac_resume()
504 img->sec[IWL_UCODE_SECTION_DATA].len / 4); in iwlagn_mac_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dam65-cpts.c555 ts.tv_sec = req->period.sec; in am65_cpts_perout_enable_hw()
561 ts.tv_sec = req->start.sec; in am65_cpts_perout_enable_hw()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c1027 struct security_priv *sec = &adapter->securitypriv; in SetHwReg() local
1032 if (sec->dot11AuthAlgrthm != dot11AuthAlgrthm_8021X) in SetHwReg()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_format.h611 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log)
/kernel/linux/linux-6.6/fs/btrfs/
H A Daccessors.h303 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
305 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_format.h446 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log)
/kernel/linux/linux-6.6/include/linux/
H A Dblkdev.h1272 static inline unsigned int bdev_zone_no(struct block_device *bdev, sector_t sec) in bdev_zone_no() argument
1274 return disk_zone_no(bdev->bd_disk, sec); in bdev_zone_no()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c493 kzalloc(img->sec[IWL_UCODE_SECTION_DATA].len, in iwlagn_mac_resume()
499 img->sec[IWL_UCODE_SECTION_DATA].len / 4); in iwlagn_mac_resume()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dmma9553.c82 #define MMA9553_ACTIVITY_SEC_TO_THD(sec) ((sec) * MMA9553_DEFAULT_SAMPLE_RATE)
/third_party/ffmpeg/libavformat/
H A Dsegment.c877 time_t sec = avgt / 1000000; in seg_write_packet() local
878 localtime_r(&sec, &ti); in seg_write_packet()
/third_party/tzdata/
H A Dzdump.c378 fprintf(stderr, " sec=%d", tmp->tm_sec); in my_localtime_rz()
779 intmax_t sec = SECSPERREPEAT, result = cycles * sec; in delta_nonneg() local
/third_party/python/Lib/
H A Dimaplib.py110 br' (?P<hour>[0-9][0-9]):(?P<min>[0-9][0-9]):(?P<sec>[0-9][0-9])'
1463 sec = int(mo.group('sec'))
1473 tt = (year, mon, day, hour, min, sec, -1, -1, -1)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1387 (gnutls_x509_crt_get_expiration_time(cert) < now.sec || in tls_connection_verify_peer()
1388 gnutls_x509_crt_get_activation_time(cert) > now.sec)) { in tls_connection_verify_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_mpm.c824 if (age.sec < 2 && in wpa_mesh_new_mesh_peer()
828 (unsigned int) age.sec, in wpa_mesh_new_mesh_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c1387 (gnutls_x509_crt_get_expiration_time(cert) < now.sec || in tls_connection_verify_peer()
1388 gnutls_x509_crt_get_activation_time(cert) > now.sec)) { in tls_connection_verify_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c87 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, in wpa_debug_print_timestamp()
91 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec); in wpa_debug_print_timestamp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_mpm.c840 if (age.sec < 2 && in wpa_mesh_new_mesh_peer()
844 (unsigned int) age.sec, in wpa_mesh_new_mesh_peer()
H A Dwpa_supplicant_i.h921 int scan_interval; /* time in sec between scans to find suitable AP */
1632 int sec, int usec);
1916 unsigned int sec, int rssi_threshold);
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp84 bool GetAudioTime(uint32_t &framePos, int64_t &sec, int64_t &nanoSec) override;
363 bool AudioProcessInClientInner::GetAudioTime(uint32_t &framePos, int64_t &sec, int64_t &nanoSec) in GetAudioTime() argument
382 sec = time / AUDIO_NS_PER_SECOND; in GetAudioTime()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddm.c610 (rtlpriv->sec.pairwise_enc_algorithm == WEP40_ENCRYPTION || in rtl92d_dm_check_edca_turbo()
611 rtlpriv->sec.pairwise_enc_algorithm == WEP104_ENCRYPTION || in rtl92d_dm_check_edca_turbo()
612 rtlpriv->sec.pairwise_enc_algorithm == TKIP_ENCRYPTION)) { in rtl92d_dm_check_edca_turbo()
/kernel/linux/linux-5.10/fs/fuse/
H A Ddir.c86 static u64 time_to_jiffies(u64 sec, u32 nsec) in time_to_jiffies() argument
88 if (sec || nsec) { in time_to_jiffies()
90 sec, in time_to_jiffies()
/kernel/linux/linux-6.6/fs/fuse/
H A Ddir.c95 u64 fuse_time_to_jiffies(u64 sec, u32 nsec) in fuse_time_to_jiffies() argument
97 if (sec || nsec) { in fuse_time_to_jiffies()
99 sec, in fuse_time_to_jiffies()
/kernel/linux/linux-6.6/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c297 u32 sec; in stm32_gpio_init_valid_mask() local
304 sec = readl_relaxed(bank->base + STM32_GPIO_SECCFGR); in stm32_gpio_init_valid_mask()
307 if (sec & BIT(i)) { in stm32_gpio_init_valid_mask()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddm.c610 (rtlpriv->sec.pairwise_enc_algorithm == WEP40_ENCRYPTION || in rtl92d_dm_check_edca_turbo()
611 rtlpriv->sec.pairwise_enc_algorithm == WEP104_ENCRYPTION || in rtl92d_dm_check_edca_turbo()
612 rtlpriv->sec.pairwise_enc_algorithm == TKIP_ENCRYPTION)) { in rtl92d_dm_check_edca_turbo()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c777 const char *sec = sech_name(elf, sechdr); in check_section() local
781 !match(sec, section_white_list)) { in check_section()
786 modname, sec); in check_section()

Completed in 55 milliseconds

1...<<41424344454647484950>>...62