Home
last modified time | relevance | path

Searched defs:simple_strtoul (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dosdep.h89 #define simple_strtoul strtoul macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h62 simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() function
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h198 #define simple_strtoul(...) strtoul(__VA_ARGS__) macro