Searched refs:str_to_uint16 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_string.h98 extern int str_to_uint16(char *str, uint16_t *num);
H A Dvolume_string.c154 str_to_uint16( function
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c1766 if (str_to_uint16(value, &mincomp) != 0) {
1801 if (str_to_uint16(value, &maxcomp) != 0) {
1871 if (str_to_uint16(value, &nsubmirrors) != 0) {
1988 if (str_to_uint16(value, &passnum) != 0) {
2023 if (str_to_uint16(value, &redundancy) != 0) {
2058 if (str_to_uint16(value, &redundancy) != 0) {

Completed in 48 milliseconds