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

/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c77 static int checkHexUpper(char *);
529 } else if (checkHexUpper(mbString + 4) != 0) {
535 } else if (checkHexUpper(mbString + 4) != 0) {
558 checkHexUpper(char *input) function
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c129 static int checkHexUpper(char *);
2902 if (checkHexUpper(ouiProp) != 0) {
2922 if (checkHexUpper(hostIdProp) != 0) {
2948 if (checkHexUpper(guidProp) != 0) {
3048 checkHexUpper(char *buf) function

Completed in 59 milliseconds