Searched refs:ipd_errno_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.h42 } ipd_errno_t; typedef in typeref:enum:ipd_errno
56 extern __thread ipd_errno_t ipd_errno;
59 extern const char *ipd_strerror(ipd_errno_t);
H A Dlibipd.c30 __thread ipd_errno_t ipd_errno = 0;
39 static ipd_errno_t
62 ipd_strerror(ipd_errno_t e)
86 ipd_set_errno(ipd_errno_t e, const char *fmt, ...)

Completed in 74 milliseconds