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

/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java84 static final String[] functionCodeAbbr = { field in class:SrvLocHeader
678 if (functionCode > 0 && functionCode < functionCodeAbbr.length) {
679 return functionCodeAbbr[functionCode];

Completed in 46 milliseconds