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.c180 ret = kstrtoull(buf + *ppos, 0, &data); in simple_attr_write()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h219 kstrtoull(const char *cp, unsigned int base, unsigned long long *res) in kstrtoull() function