Home
last modified time | relevance | path

Searched refs:SKIP_RC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.h39 enum retcode_t { SUCCESS_RC = 0, ERROR_RC = -1, SKIP_RC = 1}; enumerator
H A Dtrace.c252 return (SKIP_RC); /* Tell front end to skip it for us. */ in xlator_start_if()