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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c88 * nc_error - the error condition encountered.
107 static int nc_error = NC_NOERROR; local
111 return (&nc_error);
113 /* if thr_get_storage fails we return the address of nc_error */
114 return (ret ? ret : &nc_error);
116 #define nc_error (*(__nc_error())) macro
136 nc_error = NC_NOMEM;
139 nc_error = NC_NOERROR;
155 nc_error = NC_NOSET;
161 nc_error
[all...]

Completed in 44 milliseconds