Searched refs:Error_info_t (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | error.h | 92 #define ERROR_CONTEXT_T Error_info_t 100 typedef struct Error_info_s Error_info_t; typedef in typeref:struct:Error_info_s 161 extern Error_info_t* _error_infop_; 178 extern Error_info_t* errorctx(Error_info_t*, int, int);
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef in typeref:struct:Error_info_s 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef in typeref:struct:Error_info_s 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef in typeref:struct:Error_info_s 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef in typeref:struct:Error_info_s 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | error.c | 49 * to allow future Error_info_t growth 57 extern Error_info_t _error_info_; 59 Error_info_t _error_info_ = 74 __EXTERN__(Error_info_t, _error_info_); 76 __EXTERN__(Error_info_t*, _error_infop_); 78 Error_info_t* _error_infop_ = &_error_info_; 622 static Error_info_t* freecontext; 624 Error_info_t* 625 errorctx(Error_info_t* p, int op, int flags) 644 else if (!(p = newof(0, Error_info_t, [all...] |
H A D | optget.c | 4194 extern Error_info_t _error_info_;
|
Completed in 35 milliseconds