Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c124 g_pname, ipd_errmsg); in ipdadm_list()
132 g_pname, ipd_errmsg); in ipdadm_list()
156 g_pname, ipd_errmsg); in ipdadm_info()
163 g_pname, ipd_errmsg); in ipdadm_info()
174 g_pname, ipd_errmsg); in ipdadm_info()
246 g_pname, ipd_errmsg); in ipdadm_corrupt()
254 "value: %s\n", g_pname, ipd_errmsg); in ipdadm_corrupt()
282 g_pname, ipd_errmsg); in ipdadm_delay()
290 g_pname, ipd_errmsg); in ipdadm_delay()
318 g_pname, ipd_errmsg); in ipdadm_drop()
[all …]
/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.c31 __thread char ipd_errmsg[512]; variable
93 (void) vsnprintf(ipd_errmsg, sizeof (ipd_errmsg), fmt, ap); in ipd_set_errno()
96 (void) strlcpy(ipd_errmsg, in ipd_set_errno()
97 ipd_strerror(e), sizeof (ipd_errmsg)); in ipd_set_errno()
H A Dlibipd.h57 extern __thread char ipd_errmsg[];
H A Dmapfile-vers35 ipd_errmsg { ASSERT = { TYPE = TLS; SIZE = 512; }; };