Searched refs:MSG_DEBUG2 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcpmsg.c | 62 if ((errlevel == MSG_DEBUG2 && (debug_level < 2)) || in dhcpmsg() 155 case MSG_DEBUG2: in err_to_syslog() 192 case MSG_DEBUG2: in err_to_string()
|
H A D | dhcpmsg.h | 55 MSG_DEBUG2, /* LOG_DEBUG, only if debug_level is 1 or 2 */ enumerator
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | states.c | 288 dhcpmsg(MSG_DEBUG2, "insert_smach: inserted %s", dsmp->dsm_name); in insert_smach() 305 dhcpmsg(MSG_DEBUG2, "hold_smach: hold count on %s: %d", in hold_smach() 369 dhcpmsg(MSG_DEBUG2, "release_smach: hold count on %s: %d", in release_smach() 714 dhcpmsg(MSG_DEBUG2, "remove_smach: removing %s", dsmp->dsm_name); in remove_smach() 1362 dhcpmsg(MSG_DEBUG2, "insert_lease: new lease for %s", dsmp->dsm_name); in insert_lease() 1378 dhcpmsg(MSG_DEBUG2, "hold_lease: hold count on lease for %s: %d", in hold_lease() 1409 dhcpmsg(MSG_DEBUG2, in release_lease()
|
H A D | interface.c | 266 dhcpmsg(MSG_DEBUG2, "hold_pif: hold count on %s: %u", pif->pif_name, in hold_pif() 294 dhcpmsg(MSG_DEBUG2, "release_pif: hold count on %s: %u", in release_pif() 525 dhcpmsg(MSG_DEBUG2, "hold_lif: hold count on %s: %u", lif->lif_name, in hold_lif() 569 dhcpmsg(MSG_DEBUG2, "release_lif: hold count on %s: %u", in release_lif() 598 dhcpmsg(MSG_DEBUG2, "remove_lif: removing %s", lif->lif_name); in remove_lif() 1576 dhcpmsg(MSG_DEBUG2, in cancel_lif_timer()
|