Home
last modified time | relevance | path

Searched refs:kstrtoull (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c181 ret = kstrtoull(buf, 0, &data); in simple_attr_write_common()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h244 kstrtoull(const char *cp, unsigned int base, unsigned long long *res) in kstrtoull() function