Searched defs:debugging (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c55 #define debugging 1 macro
58 #define debugging 0 macro
101 if (debugging) {
140 if (debugging)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c47 boolean_t debugging; variable
151 if (debugging)
225 status = dladm_bridge_get_privprop(instance_name, &debugging,
243 if (debugging)
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c46 debugging(void) function
74 if (!debugging())
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c208 int debugging, chan_level; local
212 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
215 * If not debugging, short circuit debugging messages very early.
217 if (level > 0 && !debugging)
223 /* Some channels only log when debugging is on. */
224 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging)
242 int debugging; local
246 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
249 * If not debugging, shor
273 int pri, debugging, did_vsprintf = 0; local
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c152 int debugging = 0; /* Tell me what's going on */ variable
154 int doabort = 0; /* When debugging, do an abort on errors */
342 if (debugging) {
343 printf("rpcbind debugging enabled.");
380 if (debugging)
389 if (debugging)
407 if (debugging)
414 if (debugging)
424 if (debugging) {
438 if (debugging)
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c110 int debugging = 1; variable
112 int debugging = 0; variable
240 debugging = 1;
316 if (debugging) {
401 if (!debugging) {
626 if (debugging) {
631 if (debugging) {
645 if (debugging) {
653 if (debugging) {
673 if (debugging) {
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c80 static int debugging(void);
1603 debugging(void) function
1630 if (!debugging())
1704 if (!debugging())

Completed in 72 milliseconds