Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.h33 typedef enum ipd_errno { enum
56 extern __thread ipd_errno_t ipd_errno;
H A Dlibipd.c30 __thread ipd_errno_t ipd_errno = 0; variable
90 ipd_errno = e; in ipd_set_errno()
H A Dmapfile-vers34 ipd_errno { ASSERT = { TYPE = TLS; SIZE = 4; }; };
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c168 if (ipd_errno == EIPD_ZC_NOENT) { in ipdadm_info()