Home
last modified time | relevance | path

Searched refs:kstrtoul (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kstrtoul.m43 dnl # Added kstrtoul()
6 ZFS_LINUX_TEST_SRC([kstrtoul], [
9 int ret __attribute__ ((unused)) = kstrtoul(NULL, 10, NULL);
14 AC_MSG_CHECKING([whether kstrtoul() exists])
15 ZFS_LINUX_TEST_RESULT([kstrtoul], [
17 AC_DEFINE(HAVE_KSTRTOUL, 1, [kstrtoul() exists])
19 ZFS_LINUX_TEST_ERROR([kstrtoul()])
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dspa_misc_os.c92 error = kstrtoul(buf, 0, &val); in param_set_slop_shift()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dspectral.c395 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 Dkstrtox.h74 kstrtoul(const char *cp, unsigned int base, unsigned long *res) in kstrtoul() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c48 error = kstrtoul(buf, 0, &val); in param_set_hrtimeout_slack()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dspectral.c393 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 Ddebugfs.c496 if (kstrtoul(buf, 0, &idx) || idx > 31) in mt7615_ext_mac_addr_write()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1553 error = kstrtoul(buf, 0, &val); in icp_gcm_avx_set_chunk_size()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c1087 if (kstrtoul(val, 0, ipsec_algo_group)) in adf_get_inline_ipsec_algo_group()