Searched defs:_nderror (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c97 #undef _nderror macro
99 int _nderror; variable
108 return (&_nderror);
110 /* if thr_get_storage fails we return the address of _nderror */
111 return (ret ? ret : &_nderror);
114 #define _nderror (*(__nderror())) macro
164 _nderror = ND_BADARG;
165 return (_nderror);
219 _nderror = ND_SYSTEM;
229 if (_nderror <
[all...]
/illumos-gate/usr/src/head/
H A Dnetdir.h72 * _nderror is a private variable to the netdir system.
76 #define _nderror (*(__nderror())) macro
78 extern int _nderror;

Completed in 46 milliseconds