Home
last modified time | relevance | path

Searched refs:nc_error (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c105 static int nc_error = NC_NOERROR; in __nc_error() local
109 return (&nc_error); in __nc_error()
112 return (ret ? ret : &nc_error); in __nc_error()
114 #define nc_error (*(__nc_error())) macro
134 nc_error = NC_NOMEM; in setnetconfig()
137 nc_error = NC_NOERROR; in setnetconfig()
153 nc_error = NC_NOSET; in endnetconfig()
159 nc_error = NC_NOERROR; in endnetconfig()
182 nc_error = NC_NOSET; in getnetconfig()
202 nc_error = NC_NOERROR; in getnetconfig()
[all …]