Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1480 str2shift(libzfs_handle_t *hdl, const char *buf) function
1558 if ((shift = str2shift(hdl, end)) == -1)
1577 if ((shift = str2shift(hdl, end)) == -1)
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c621 str2shift(const char *buf) in str2shift() function
657 fval *= pow(2, str2shift(end)); in nicenumtoull()
670 int shift = str2shift(end); in nicenumtoull()