Searched refs:DPRINT (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf_to_kernel.c56 DPRINT((dbfp, "default user preselection mask updated\n"));
84 DPRINT((dbfp, "active non-attributable audit mask updated\n"));
108 DPRINT((dbfp, "active policy settings updated\n"));
126 DPRINT((dbfp, "Received qctrl controls from SMF repository:\n"));
127 DPRINT((dbfp, "\thiwater: %lu\n", (ulong_t)cfg_qctrl.aq_hiwater));
128 DPRINT((dbfp, "\tlowater: %lu\n", (ulong_t)cfg_qctrl.aq_lowater));
129 DPRINT((dbfp, "\tbufsz: %lu\n", (ulong_t)cfg_qctrl.aq_bufsz));
130 DPRINT((dbfp, "\tdelay: %ld\n", cfg_qctrl.aq_delay));
135 DPRINT((dbfp, "hiwater changed to active value: %lu\n",
140 DPRINT((dbf
[all...]
H A Daudit_scf.c313 DPRINT((dbfp, "prop_vect is full; flushing\n"));
618 DPRINT((dbfp, "Property string to be parsed: %s\n",
660 DPRINT((dbfp, "Look for property group: %s (type: %s)\n",
734 DPRINT((dbfp, "Found property group - %s: %s\n",
737 DPRINT((dbfp, "Could not get attribute string "
763 DPRINT((dbfp, "Walking policy - %s: ", policy_str));
766 DPRINT((dbfp, "skipped\n"));
777 DPRINT((dbfp, "skipped\n"));
926 DPRINT((dbfp, "will be queried\n"));
985 DPRINT((dbf
[all...]
H A Daudit_scf.h59 #define DPRINT(x) { if (dbfp == NULL) dbfp = __auditd_debug_file_open(); \ macro
67 #define DPRINT(x) macro
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c99 DPRINT("t_opgmgnt, t_errno = %d", t_errno);
105 DPRINT("flags 0x%x, status 0x%x",
129 DPRINT("set SO_SNDBUF, err %d", err);
134 DPRINT("set SO_RCVBUF, err %d", err);
139 DPRINT("set SO_KEEPALIVE, err %d", err);
144 DPRINT("set TCP_NODELAY, err %d", err);
152 DPRINT("set connect timeout, err %d", err);
168 DPRINT("bad af %d", sa->sa_family);
174 DPRINT("tcp6: %s (%d)",
188 DPRINT("t_bin
[all...]
H A Dsmbfs_iod_cl.c203 DPRINT("door_call, err=%d", err);
224 DPRINT("server: %s", ctx->ct_srvname);
252 DPRINT("state: idle");
256 DPRINT("ioc_idle: err %d", err);
262 DPRINT("state: reconnect");
268 DPRINT("_iod_connect: err %d", err);
282 DPRINT("state: rcfailed");
292 DPRINT("ioc_rcfail: err %d", err);
298 DPRINT("state: active");
302 DPRINT("ioc_wor
[all...]
H A Dsmbfs_nb_ssn.c108 DPRINT("t_snd: t_errno %d, err %d", t_errno, err);
127 DPRINT("discard type 0x%x", mtype);
132 DPRINT("zero length");
159 DPRINT("pollin err %d", err);
166 DPRINT("t_errno %d err %d", t_errno, err);
171 DPRINT("hdr cnt %d", cnt);
195 DPRINT("pollin err %d", err);
204 DPRINT("t_errno %d err %d", t_errno, err);
291 DPRINT("send, err %d", err);
296 DPRINT("rec
[all...]
H A Dsmbfs_ssp.c109 DPRINT("parse hint, rc %d", rc);
125 DPRINT("using NTLMSSP");
222 DPRINT("parse reply, rc %d", rc);
245 DPRINT("GetMechTok1, rc %d", rc);
257 DPRINT("GetMechTok2, rc %d", rc);
311 DPRINT("CreateNegTokenX, rc 0x%x", rc);
322 DPRINT("GetBinary1, rc 0x%x", rc);
333 DPRINT("GetBinary2, rc 0x%x", rc);
345 DPRINT("rc 0x%x", rc);
349 DPRINT("spneg
[all...]
H A Dsmbfs_signing.c177 DPRINT("compute MAC, err %d", err);
208 DPRINT("empty reply");
212 DPRINT("short reply");
219 DPRINT("rq_rseqno = 0x%x", rseqno);
223 DPRINT("compute MAC, err %d", err);
238 DPRINT("BAD signature, MID=0x%x", rqp->rq_mid);
256 DPRINT("rseqno=%d, but %d would have worked",
H A Dsmbfs_negprot.c176 DPRINT("call failed, err %d", err);
180 DPRINT("nt status 0x%x", rqp->rq_status);
196 DPRINT("err %d dindex %d", err, (int)dindex);
201 DPRINT("Dialect %s", dp->d_name);
204 DPRINT("old dialect %s", dp->d_name);
208 DPRINT("bad wc %d", (int)wc);
238 DPRINT("Security signatures: %d\n",
270 DPRINT("Win95 detected");
286 DPRINT("Ext.Security: yes");
311 DPRINT("Ex
[all...]
H A Dsmbfs_rq.c148 DPRINT("no wcount ptr\n");
153 DPRINT("word count too large (%d)\n", wcnt);
155 DPRINT("odd word count\n");
194 DPRINT("no bcount ptr\n");
199 DPRINT("byte count too large (%d)\n", bcnt);
337 DPRINT("len < 32");
348 DPRINT("bad signature");
358 DPRINT("not SMB");
401 DPRINT("class 0x%x serr 0x%x", (int)class, (int)serr);
H A Dsmbfs_vc.c121 DPRINT("skipped family %d", ai->ai_family);
193 DPRINT("skipped family %d", ai->ai_family);
H A Dsmbfs_gss.c75 DPRINT("SMBFS (gss-api): %s: GSS major status error: %s",
89 DPRINT("SMBFS (gss-api): %s: GSS minor status error: %s",
266 DPRINT("Cred=\"%.*s\", lifetime %d\n",
311 DPRINT("credential for \"%.*s\"", (int)name.length, (char *)name.value);
492 DPRINT("no session key");
498 DPRINT("unable to create smbfs session key");
H A Dsmbfs_private.h56 #define DPRINT(...) smbfs_dprint(__func__, __VA_ARGS__) macro
58 #define DPRINT(...) ((void)0) macro
H A Dsmbfs_keychain.c299 DPRINT("ct_fullserver == NULL");
310 DPRINT("found keychain entry for"
323 DPRINT("found keychain entry for"
H A Dsmbfs_ssnsetup.c101 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
174 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
255 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
497 DPRINT("Server OS: %s, LM: %s",
510 DPRINT("Windows signing: disable CAP_LARGE_RW");
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c134 DPRINT((dfile, "unable to get default port number\n"));
137 DPRINT((dfile, "low on buffer\n"));
143 DPRINT((dfile, "default port: %d\n", *port_default));
208 DPRINT((dfile, "hostlist member (%d): %s\n", cnt++,
246 DPRINT((dbfp, "Compare: [%s] [%s]\n",
290 DPRINT((dfile, "parsing %s\n", hosts_str));
300 DPRINT((dfile, "parsing host:port:mech %s\n", hostportmech));
347 DPRINT((dfile, "resolving address for %s\n", hostname));
366 DPRINT((dfile, "hostentry: h_name=%s, addr_len=%d, addr=%s\n",
384 DPRINT((dfil
[all...]
H A Dtransport.c185 DPRINT((dfile, "Protocol version proposal (size=%d): %.*s\n",
189 DPRINT((dfile, "Sending protocol version token failed\n"));
194 DPRINT((dfile, "Receiving protocol version token failed\n"));
205 DPRINT((dfile, "Verification of the protocol version strings "
222 DPRINT((dfile, "Memory allocation failed: %s\n",
230 DPRINT((dfile, "Concatenated version strings: %s\n", ver_str_concat));
232 DPRINT((dfile, "Protocol version agreed.\n"));
251 DPRINT((dfile, "Creating socket for %s\n", host->h_name));
278 DPRINT((dfile, "Socket created, fd=%d, connecting..\n", sock));
286 DPRINT((dfil
[all...]
H A Daudit_remote.h124 #define DPRINT(x) { (void) fprintf x; (void) fflush(dfile); } macro
126 #define DPRINT(x) macro
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h46 #define DPRINT(x) { (void) fprintf x; } macro
48 #define DPRINT(x) macro
H A Dsysplugin.c558 DPRINT((dbfp, "error before token %d (previous "
780 DPRINT((dbfp, "syslog: out of memory; seq=%llu\n",
790 DPRINT((dbfp, "syslog: write_count=%llu, "
794 DPRINT((dbfp, "syslog: parse failed for buffer %llu\n",
799 DPRINT((dbfp, "syslog: rc = %d (-1 is discard), "
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c210 DPRINT(DEBUG_CALLS, acl_debug_level,
256 DPRINT(DEBUG_ACL, acl_debug_level,
293 DPRINT(DEBUG_CALLS, acl_debug_level,
324 DPRINT(DEBUG_CALLS, acl_debug_level,
397 DPRINT(DEBUG_CALLS, acl_debug_level,
420 DPRINT(DEBUG_CALLS, acl_debug_level,
473 DPRINT(DEBUG_CALLS, acl_debug_level,
488 DPRINT(DEBUG_CALLS, acl_debug_level, ("* kadm5int_acl_free_entries()\n"));
510 DPRINT(DEBUG_CALLS, acl_debug_level, ("X kadm5int_acl_free_entries()\n"));
526 DPRINT(DEBUG_CALL
[all...]
H A Dserver_acl.h67 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) xprintf al macro
69 #define DPRINT(l1, cl, al) macro
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c30 #define DPRINT(x) { (void) fprintf x; } macro
32 #define DPRINT(x) macro
231 DPRINT((ctrl->dbfp, "binfile: dirlist=%s\n", dirlist));
242 DPRINT((ctrl->dbfp, "binfile: p_dir = %s\n", dirname));
303 DPRINT((ctrl->dbfp, "binfile: Loading audit list from audit service "
307 DPRINT((ctrl->dbfp, "binfile: internal error"));
321 DPRINT((ctrl->dbfp, "binfile: "
351 DPRINT((ctrl->dbfp,
363 DPRINT((ctrl->dbfp, "binfile: dir counts differs\n"
371 DPRINT((ctr
[all...]
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c400 DPRINT("name[%d]=%s\n", di, name);
478 DPRINT("\n\npartition: %d\n", pi);
499 DPRINT("DM_NSECTORS (number of sectors):"
512 DPRINT("DM_RELSECT (start sector): %d\n",
534 DPRINT("no partition matches\n");
541 DPRINT("partition name = %s\n", pname);
556 DPRINT("num_matches after "
680 DPRINT("\n\npartition: %d\n", pi);
741 DPRINT("match found: %s\n", sname);
750 DPRINT("n
[all...]
H A Dlibuefi_rt_impl.h269 #define DPRINT(fmt ...) \ macro

Completed in 54 milliseconds

12