Home
last modified time | relevance | path

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
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) in ipd_strerror()
86 ipd_set_errno(ipd_errno_t e, const char *fmt, ...) in ipd_set_errno()