Searched defs:buildcode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl30 # buildcode -- Given a dictname and dictval, print the Message ID
32 # example: buildcode FMD 1
35 # usage: buildcode [-cvVt] dictname dictval
89 # buildcode -- build the Message ID from passed-in dictname & dictval
91 sub buildcode { subroutine
353 print "SUNW-MSG-ID: " . buildcode($dictname, $dictval) . "\n";
355 print buildcode($dictname, $dictval) . "\n";
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c99 static int buildcode(fm_dc_handle_t *dhp, const char *rhsp,
424 return (buildcode(dhp, rhsp, code, maxcode, debugstr));
697 * buildcode -- given the val from the dictionary, create the diagcode
700 buildcode(fm_dc_handle_t *dhp, const char *rhsp, function

Completed in 47 milliseconds