Searched defs:_hbaapi_debug_fd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c68 extern FILE *_hbaapi_debug_fd;
79 if(_hbaapi_debug_fd == NULL) {\
83 _hbaapi_debug_fd = fopen(_logFile, "a");\
85 if(_hbaapi_debug_fd != NULL) {\
86 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
97 if(_hbaapi_debug_fd == NULL) {\
98 _hbaapi_debug_fd = fopen("/tmp/HBAAPI.log", "a");\
100 if(_hbaapi_debug_fd != NULL) {\
101 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
120 FILE *_hbaapi_debug_fd variable
[all...]
H A DHBAAPILIB.c71 FILE *_hbaapi_debug_fd = NULL; variable
82 if(_hbaapi_debug_fd == NULL) {\
86 _hbaapi_debug_fd = fopen(_logFile, "a");\
88 if(_hbaapi_debug_fd != NULL) {\
89 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
100 if(_hbaapi_debug_fd == NULL) {\
101 _hbaapi_debug_fd = fopen("/tmp/HBAAPI.log", "a");\
103 if(_hbaapi_debug_fd != NULL) {\
104 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
123 FILE *_hbaapi_debug_fd variable
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c107 FILE *_hbaapi_debug_fd = NULL; variable
118 if (_hbaapi_debug_fd == NULL) {\
122 _hbaapi_debug_fd = fopen(_logFile, "a");\
124 if (_hbaapi_debug_fd != NULL) {\
125 fprintf(_hbaapi_debug_fd, #STR "\n", (A1), (A2), (A3));\
136 if (_hbaapi_debug_fd == NULL) {\
137 _hbaapi_debug_fd = fopen("/tmp/HBAAPI.log", "a");\
139 if (_hbaapi_debug_fd != NULL) {\
140 fprintf(_hbaapi_debug_fd, #STR "\n", (A1), (A2), (A3));\
159 FILE *_hbaapi_debug_fd variable
[all...]

Completed in 70 milliseconds