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

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_err.c49 * cat be accessed via suri_err_code().
141 suri_err_code(suri_handle_t h) function
160 assert(suri_err_code((suri_handle_t)sh) != ESURI_OK);
179 assert(suri_err_code((suri_handle_t)sh) != ESURI_OK);
H A Dsuri.h142 extern suri_err_t suri_err_code(suri_handle_t);
H A Dsuri.c606 assert(suri_err_code((suri_handle_t)*psh) == ESURI_OK);
1378 * its error code. Caller must use suri_err_code() to check handles.

Completed in 19 milliseconds