Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c134 nc_error = NC_NOMEM; in setnetconfig()
292 nc_error = NC_NOMEM; in getnetlist()
354 nc_error = NC_NOMEM; in fgetnetconfig()
414 nc_error = NC_NOMEM; in setnetpath()
489 nc_error = NC_NOMEM; in setnetpath()
831 case NC_NOMEM: in nc_sperror()
915 nc_error = NC_NOMEM; in netconfig_dup()
927 nc_error = NC_NOMEM; in netconfig_dup()
937 nc_error = NC_NOMEM; in netconfig_dup()
H A Dnetcspace.h63 #define NC_NOMEM 1 macro