Searched refs:DBG_ERR (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libipp/ |
H A D | libipp.c | 50 DBG_ERR | 130 DBG0(DBG_ERR, "bad argument\n"); in ipp_action_create() 143 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_create() 149 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", in ipp_action_create() 155 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_ANAME); in ipp_action_create() 160 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_create() 189 DBG0(DBG_ERR, "bad argument\n"); in ipp_action_destroy() 199 DBG0(DBG_ERR, "failed to allocate nvlist\n"); in ipp_action_destroy() 206 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_destroy() 211 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_ANAME); in ipp_action_destroy() [all …]
|
H A D | libipp.h | 39 #define DBG_ERR 0x00000001 macro
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 299 (void) dprintf(DBG_ERR, "open_db: invalid DB(%s)\n", path); in open_db() 553 (void) dprintf(DBG_ERR, "%s: invalid parent or index(%u)\n", in read_nodes() 598 (void) dprintf(DBG_ERR, "%s: minor[%u]: orphan minor\n", fcn, in read_minors() 640 (void) dprintf(DBG_ERR, "read_links: invalid minor or" in read_links() 758 (void) dprintf(DBG_ERR, "di_devlink_close: %s error: %s\n", in di_devlink_close() 814 (void) dprintf(DBG_ERR, "%s: invalid parent for: %s\n", in write_nodes() 871 (void) dprintf(DBG_ERR, "%s: no node for minor: %s\n", fcn, in write_minors() 927 (void) dprintf(DBG_ERR, "%s: invalid minor for link\n", fcn); in write_links() 937 (void) dprintf(DBG_ERR, "%s: invalid minor for link" in write_links() 987 (void) dprintf(DBG_ERR, "write_string: NULL argument\n"); in write_string() [all …]
|
H A D | devinfo_devlink.h | 183 DBG_ERR = 1, enumerator
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vnet.h | 323 DBG_ERR = 0x08 }; enumerator 344 if ((vnet_dbglevel & DBG_ERR) != 0) { \
|