Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dpylibfdt_tests.py47 def get_err(err_code): argument
497 def assertOk(self, err_code): argument
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c692 stop(const char *string, int err_code) in stop()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c1014 static void cleanup_mime_error_callback(void *context, int err_code, in cleanup_mime_error_callback()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_msg_test.c23 int err_code; member
/netbsd-src/external/bsd/flex/dist/src/
H A Dscanopt.c601 len, int *err_code, int *opt_offset) in find_opt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_msg.c681 int body_type, int err_code) in gen_new()
/netbsd-src/sys/dev/ic/
H A Dadvlib.c2991 AscSetLibErrorCode(ASC_SOFTC *sc, u_int16_t err_code) in AscSetLibErrorCode()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c34707 static SQLITE_NOINLINE void sqlite3ErrorFinish(sqlite3 *db, int err_code){ in sqlite3ErrorFinish()
34717 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ in sqlite3Error()
34779 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg()