Searched defs:logdebug (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h219 #define logdebug(...) logmsg(LOG_DEBUG, __VA_ARGS__) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c104 static void logdebug(char *, ...);
163 logdebug(char *fmt, ...) function
209 logdebug("ARP_muxid %d IP_muxid %d\n", lifr.lifr_arp_muxid,
243 logdebug("New IP_muxid %d\n", mux_id);
313 logdebug("NCA is at position %d in the stream.\n", pos);
318 logdebug("Cannot find IP??\n");
387 logdebug("Plumbing NCA for %s\n", nif_list[i].name);
410 logdebug("Find NCA in the %s"
417 logdebug("Cannot find pos for %s\n",
517 logdebug("I
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd.h368 #define logdebug(...) ilbd_log(LOG_DEBUG, __VA_ARGS__) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c195 void logerr(), logtrace(), logdebug(), logperror();
639 logdebug("full packet: %d addresses\n",
682 logdebug("Unicast to %s ",
684 logdebug("on interface %s\n", pi->pi_name);
818 logdebug("ROUTER_ADVERTISEMENT: \n");
924 logdebug("ROUTER_SOLICITATION: \n");
1185 logdebug("Broadcast to %s\n",
1255 logdebug("Multicast to interface %s\n",
1529 logdebug("switching to solicitations: num if %d\n",
1669 logdebug("\nInterface
2262 logdebug(fmt, a, b, c, d, e, f, g, h) function
[all...]

Completed in 115 milliseconds