Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c169 return (XLATOR_SUCCESS); in xlator_startlib()
186 return (XLATOR_SUCCESS); in xlator_startfile()
259 return (XLATOR_SUCCESS); in xlator_start_if()
291 return (XLATOR_SUCCESS); in xlator_take_kvpair()
343 return (XLATOR_SUCCESS); in xlator_take_kvpair()
411 return (XLATOR_SUCCESS); in xlator_take_kvpair()
440 return (XLATOR_SUCCESS); in xlator_take_kvpair()
493 retval = XLATOR_SUCCESS; in xlator_end_if()
538 retval = XLATOR_SUCCESS; in xlator_end_if()
572 return (XLATOR_SUCCESS); in xlator_endfile()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c91 case XLATOR_SUCCESS: in frontend()
94 if ((retval = xlator_endlib()) != XLATOR_SUCCESS) in frontend()
105 if ((retval = xlator_end()) != XLATOR_SUCCESS) in frontend()
181 case XLATOR_SUCCESS: in read_spec()
240 case XLATOR_SUCCESS: /* OK */ in read_spec()
311 if ((retval = xlator_endfile()) != XLATOR_SUCCESS) { in read_spec()
H A Dparser.h75 #define XLATOR_SUCCESS 0 macro