Home
last modified time | relevance | path

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

/f-stack/freebsd/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()])
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dspa_misc_os.c92 error = kstrtoul(buf, 0, &val); in param_set_slop_shift()
/f-stack/dpdk/kernel/linux/kni/
H A Dcompat.h44 #define kstrtoul strict_strtoul macro
/f-stack/dpdk/kernel/linux/igb_uio/
H A Dcompat.h62 #define kstrtoul strict_strtoul macro
H A Digb_uio.c65 if (0 != kstrtoul(buf, 0, &max_vfs)) in store_max_vfs()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c48 error = kstrtoul(buf, 0, &val); in param_set_hrtimeout_slack()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1566 error = kstrtoul(buf, 0, &val); in icp_gcm_avx_set_chunk_size()
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst521 …+ #define STR_TO_64(str, base, num, endPtr) {endPtr=NULL; if (kstrtoul((str), (base), (num))) prin…