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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1056 str2shift(libzfs_handle_t *hdl, const char *buf) function
1129 if ((shift = str2shift(hdl, end)) == -1)
1143 if ((shift = str2shift(hdl, end)) == -1)
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c495 str2shift(const char *buf) function
531 fval *= pow(2, str2shift(end));
539 int shift = str2shift(end);

Completed in 78 milliseconds