Searched refs:Error_context_t (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | error.h | 95 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context) 97 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f)) 101 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s 141 Error_context_t empty; /* empty context stack element */
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context) 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f)) 110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s 150 Error_context_t empty; /* empty context stack element */
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context) 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f)) 110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s 150 Error_context_t empty; /* empty context stack element */
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context) 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f)) 110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s 150 Error_context_t empty; /* empty context stack element */
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context) 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f)) 110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s 150 Error_context_t empty; /* empty context stack element */
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | fault.h | 102 Error_context_t err;
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | error.c | 301 #define CONTEXT(f,p) (((f)&ERROR_PUSH)?((Error_context_t*)&(p)->context->context):((Error_context_t*)(p))) 304 context(register Sfio_t* sp, register Error_context_t* cp)
|
Completed in 25 milliseconds