Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c204 nc_error = NC_NOMOREENTRIES; in getnetconfig()
310 if (nc_error != NC_NOMOREENTRIES) /* Something is screwed up */ in getnetlist()
339 nc_error = NC_NOMOREENTRIES; in fgetnetconfig()
583 nc_error = NC_NOMOREENTRIES; in getnetpath()
855 case NC_NOMOREENTRIES: in nc_sperror()
H A Dnetcspace.h68 #define NC_NOMOREENTRIES 6 macro