Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/netdir/
H A Dnetdir.c751 char *dlerrstr; in netdir_sperror() local
758 dlerrstr = dlerror(); in netdir_sperror()
780 dlerrstr ? dlerrstr : " "); in netdir_sperror()
785 dlerrstr ? dlerrstr : " "); in netdir_sperror()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.c421 char *dlerrstr; in check_netconfig() local
423 dlerrstr = dlerror(); in check_netconfig()
429 dlerrstr ? dlerrstr : ""); in check_netconfig()
434 if (dlerrstr) in check_netconfig()
435 syslog(LOG_ERR, "%s", dlerrstr); in check_netconfig()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c171 static char *dlerrstr[] = { variable
201 static int dlerrnum = (sizeof (dlerrstr) / sizeof (char *));
209 return (dlerrstr[err]); in dlerr2str()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2191 char *dlerrstr; in load_module() local
2210 dlerrstr = dlerror(); in load_module()
2212 dlerrstr ? dlerrstr : "unknown error"); in load_module()