Searched refs:kstrtoul (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | spa_misc_os.c | 92 error = kstrtoul(buf, 0, &val); in param_set_slop_shift()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | spectral.c | 395 if (kstrtoul(buf, 0, &val)) in write_file_spectral_count() 451 if (kstrtoul(buf, 0, &val)) in write_file_spectral_bins()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 74 kstrtoul(const char *cp, unsigned int base, unsigned long *res) in kstrtoul() function
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-condvar.c | 45 error = kstrtoul(buf, 0, &val); in param_set_hrtimeout_slack()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | spectral.c | 393 if (kstrtoul(buf, 0, &val)) in ath11k_write_file_spectral_count() 448 if (kstrtoul(buf, 0, &val)) in ath11k_write_file_spectral_bins()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | debugfs.c | 496 if (kstrtoul(buf, 0, &idx) || idx > 31) in mt7615_ext_mac_addr_write()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 1500 error = kstrtoul(buf, 0, &val); in icp_gcm_avx_set_chunk_size()
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_hw_data.c | 1087 if (kstrtoul(val, 0, ipsec_algo_group)) in adf_get_inline_ipsec_algo_group()
|