Home
last modified time | relevance | path

Searched refs:kstrtouint (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h130 kstrtouint(const char *cp, unsigned int base, unsigned int *res) in kstrtouint() function
192 return (kstrtouint(cp, base, res)); in kstrtou32()
310 return (kstrtouint(buf, base, p)); in kstrtouint_from_user()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c264 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c241 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c245 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c1331 error = kstrtouint(buf, 0, &val); in param_set_min_auto_ashift()
1351 error = kstrtouint(buf, 0, &val); in param_set_max_auto_ashift()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c367 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1454 ret = kstrtouint(buf, 0, &conf_id); in iwl_dbgfs_fw_dbg_conf_write()