Searched defs:DPRINT (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Dqueue.c38 #define DPRINT(x) { (void) fprintf x; } macro
40 #define DPRINT(x) macro
66 DPRINT((dbfp, "enqueue0(%p): p=%p, head=%p, tail=%p, count=%d\n",
73 DPRINT((dbfp, "\tindirect tail=%p\n",
82 DPRINT((dbfp, "enqueue1(%p): p=%p, head=%p, tail=%p, "
100 DPRINT((dbfp, "dequeue1(%p): p=%p, head=%p, "
112 DPRINT((dbfp, "dequeue0(%p): p=%p, head=%p, tail=%p, "
129 DPRINT((dbfp, "incr_ref: p=%p, count=%d\n",
144 DPRINT((dbfp, "release: p=%p , count=%d\n",
H A Ddoorway.c79 #define DPRINT(x) { (void) fprintf x; } macro
82 #define DPRINT(x) macro
135 DPRINT((dbfp, "auditd warn_or_fatal %s: %s\n", severity, parting_shot));
221 DPRINT((dbfp, "report_error(%d - %s): %s\n\t%s\n",
251 DPRINT((dbfp, "getlen() is not looking at a header token\n"));
385 DPRINT((dbfp, "unload_plugin: removing %s\n", p->plg_path));
389 DPRINT((dbfp, "unload_plugin: %s structure removed\n", p->plg_path));
393 DPRINT((dbfp, "unload_plugin: %s dlclosed\n", p->plg_path));
467 DPRINT((dbfp, "start removing %s\n", p->plg_path));
471 DPRINT((dbf
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dprivate.h58 #define DPRINT(...) dprint(__func__, __VA_ARGS__) macro
60 #define DPRINT(...) ((void)0) macro
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c55 #define DPRINT(...) do \ macro
102 DPRINT("%s: already running\n", argv[0]);
139 DPRINT("main: sig=%d\n", sig);
210 DPRINT("iod_dispatch: wrong UID\n");
236 DPRINT("iod_dispatch: terminating\n");
242 DPRINT("iod_dispatch: cancelled alarm\n");
251 DPRINT("iod_dispatch: schedule alarm\n");
347 DPRINT("iod_work: cancelled alarm\n");
355 DPRINT("iod_work: schedule alarm\n");
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.h76 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) printf al macro
78 #define DPRINT(l1, cl, al) macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.h58 #define DPRINT(x) { if (dbfp == NULL) dbfp = __auditd_debug_file_open(); \ macro
61 #define DPRINT(x) macro
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h124 #define DPRINT(x) { (void) fprintf x; (void) fflush(dfile); } macro
126 #define DPRINT(x) macro
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c54 #ifdef DPRINT
55 #undef DPRINT macro
57 #define DPRINT(i) if (nofork) printf i macro
127 DPRINT(("%s: start, last_sno=%u\n", whoami, (ulong_t)arg->last_sno));
143 DPRINT(("%s: clprinc=`%s'\n\tsvcprinc=`%s'\n",
254 DPRINT(("%s: start\n", whoami));
263 DPRINT(("%s: clprinc=`%s'\n\tsvcprinc=`%s'\n",
329 DPRINT(("%s: fork=%d (%d)\n", whoami, fret, getpid()));
343 DPRINT(("%s: run `%s' ...\n", whoami, ubuf));
353 DPRINT(("
[all...]
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c38 #define DPRINT(x) { (void) fprintf x; } macro
40 #define DPRINT(x) macro
813 DPRINT((dbfp, "syslog: out of memory; seq=%llu\n",
823 DPRINT((dbfp, "syslog: write_count=%llu, "
827 DPRINT((dbfp, "syslog: parse failed for buffer %llu\n",
832 DPRINT((dbfp, "syslog: rc = %d (-1 is discard), "
H A Dsystoken.c37 #define DPRINT(x) { (void) fprintf x; } macro
39 #define DPRINT(x) macro
341 DPRINT((dbfp, "text_token: start length=%d, add length=%d+%d\n",
356 DPRINT((dbfp, "text_token: l is %d\n%s\n", ctx->out.sf_textlen,
364 DPRINT((dbfp, "text_token: l=%d\n%s\n", ctx->out.sf_textlen,
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c30 #define DPRINT(x) { (void) fprintf x; } macro
32 #define DPRINT(x) macro
198 DPRINT((dbfp, "binfile: dirlist=%s\n", dirlist));
209 DPRINT((dbfp, "binfile: p_dir = %s\n", dirname));
270 DPRINT((dbfp, "binfile: Loading audit list from audit service "
274 DPRINT((dbfp, "binfile: internal error"));
287 DPRINT((dbfp, "binfile: "
316 DPRINT((dbfp,
328 DPRINT((dbfp, "binfile: dir counts differs\n"
336 DPRINT((dbf
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h190 #define DPRINT macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2473 # define DPRINT(x) printf x macro
2475 # define DPRINT(x) macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h198 #define DPRINT debug_print macro
200 #define DPRINT 0 && macro

Completed in 133 milliseconds