Searched refs:kstrtoul (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-kstrtoul.m4 | 3 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 D | spa_misc_os.c | 92 error = kstrtoul(buf, 0, &val); in param_set_slop_shift()
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | compat.h | 44 #define kstrtoul strict_strtoul macro
|
| /f-stack/dpdk/kernel/linux/igb_uio/ |
| H A D | compat.h | 62 #define kstrtoul strict_strtoul macro
|
| H A D | igb_uio.c | 65 if (0 != kstrtoul(buf, 0, &max_vfs)) in store_max_vfs()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 48 error = kstrtoul(buf, 0, &val); in param_set_hrtimeout_slack()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 1566 error = kstrtoul(buf, 0, &val); in icp_gcm_avx_set_chunk_size()
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 521 …+ #define STR_TO_64(str, base, num, endPtr) {endPtr=NULL; if (kstrtoul((str), (base), (num))) prin…
|