Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_simple_attr.c181 ret = kstrtoull(buf + *ppos, 0, &data); in simple_attr_write_common()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDkstrtox.h219 kstrtoull(const char *cp, unsigned int base, unsigned long long *res) in kstrtoull() function