Home
last modified time | relevance | path

Searched refs:XLATOR_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c171 return (XLATOR_SUCCESS); in xlator_startlib()
188 return (XLATOR_SUCCESS); in xlator_startfile()
261 return (XLATOR_SUCCESS); in xlator_start_if()
294 return (XLATOR_SUCCESS); in xlator_take_kvpair()
346 return (XLATOR_SUCCESS); in xlator_take_kvpair()
414 return (XLATOR_SUCCESS); in xlator_take_kvpair()
443 return (XLATOR_SUCCESS); in xlator_take_kvpair()
479 retval = XLATOR_SUCCESS; in xlator_end_if()
496 retval = XLATOR_SUCCESS; in xlator_end_if()
511 retval = XLATOR_SUCCESS; in xlator_end_if()
[all …]
/titanic_50/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c93 case XLATOR_SUCCESS: in frontend()
96 if ((retval = xlator_endlib()) != XLATOR_SUCCESS) in frontend()
107 if ((retval = xlator_end()) != XLATOR_SUCCESS) in frontend()
183 case XLATOR_SUCCESS: in read_spec()
242 case XLATOR_SUCCESS: /* OK */ in read_spec()
313 if ((retval = xlator_endfile()) != XLATOR_SUCCESS) { in read_spec()
H A Dparser.h77 #define XLATOR_SUCCESS 0 macro