Home
last modified time | relevance | path

Searched refs:DPRINT (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Diod_wk.c90 DPRINT("state: %s", in smb_iod_work()
100 DPRINT("Call _ioc_idle..."); in smb_iod_work()
104 DPRINT("ioc_idle: err %d", err); in smb_iod_work()
107 DPRINT("Ret. from _ioc_idle"); in smb_iod_work()
111 DPRINT("Call _iod_connect..."); in smb_iod_work()
115 DPRINT("iod_connect: err %d", err); in smb_iod_work()
132 DPRINT("Call _iod_rcfail..."); in smb_iod_work()
147 DPRINT("Call _iod_work..."); in smb_iod_work()
151 DPRINT("iod_work: err %d", err); in smb_iod_work()
154 DPRINT("Ret. from _ioc_work"); in smb_iod_work()
[all …]
H A Dconnect.c141 DPRINT("sername not set!"); in smb_iod_connect()
144 DPRINT("server: %s", ctx->ct_srvname); in smb_iod_connect()
185 DPRINT("Try ioctl connect..."); in smb_iod_connect()
193 DPRINT("Connect OK, new state=%s", in smb_iod_connect()
210 DPRINT("Try ioctl negotiate..."); in smb_iod_connect()
218 DPRINT("Negotiate OK, new state=%s", in smb_iod_connect()
225 DPRINT("Sec. blob: %d", nego_len); in smb_iod_connect()
233 DPRINT("Do session setup..."); in smb_iod_connect()
245 DPRINT("Session setup OK"); in smb_iod_connect()
375 DPRINT("Session setup ioctl..."); in smb__ssnsetup()
[all …]
H A Dssp.c112 DPRINT("parse hint, rc %d", rc); in ssp_ctx_create_client()
138 DPRINT("using Kerberos"); in ssp_ctx_create_client()
156 DPRINT("using NTLMSSP"); in ssp_ctx_create_client()
253 DPRINT("parse reply, rc %d", rc); in ssp_ctx_next_token()
276 DPRINT("GetMechTok1, rc %d", rc); in ssp_ctx_next_token()
288 DPRINT("GetMechTok2, rc %d", rc); in ssp_ctx_next_token()
342 DPRINT("CreateNegTokenX, rc 0x%x", rc); in ssp_ctx_next_token()
353 DPRINT("GetBinary1, rc 0x%x", rc); in ssp_ctx_next_token()
364 DPRINT("GetBinary2, rc 0x%x", rc); in ssp_ctx_next_token()
376 DPRINT("rc 0x%x", rc); in ssp_ctx_next_token()
[all …]
H A Dkrb5ssp.c119 DPRINT("malloc"); in krb5ssp_tkt2gtok()
311 DPRINT("no AppToken? rc=0x%x", rc); in krb5ssp_get_reply()
323 DPRINT("no OID? rc=0x%x", rc); in krb5ssp_get_reply()
333 DPRINT("KRB5 type: %d", data[1]); in krb5ssp_get_reply()
349 DPRINT("krb5_rd_rep: err 0x%x (%s)", in krb5ssp_get_reply()
367 DPRINT("ret %d", err); in krb5ssp_get_reply()
393 DPRINT("_getlocalsubkey, err=0x%x (%s)", in krb5ssp_final()
402 DPRINT("session key too long"); in krb5ssp_final()
457 DPRINT("ret: %d", err); in krb5ssp_next_token()
510 DPRINT("KRB5 not in authflags"); in krb5ssp_init_client()
[all …]
H A Diod_cl.c141 DPRINT("%s: open failed, err %d", svc_door, err); in start_iod()
154 DPRINT("door_call, err %d", err); in start_iod()
230 DPRINT("door_call, err=%d", err); in smb_iod_cl_newvc()
H A Dprivate.h59 #define DPRINT(...) dprint(__func__, __VA_ARGS__) macro
61 #define DPRINT(...) ((void)0) macro
H A Dkeychain.c253 DPRINT("ct_fullserver == NULL"); in smb_get_keychain()
264 DPRINT("found keychain entry for" in smb_get_keychain()
277 DPRINT("found keychain entry for" in smb_get_keychain()
H A Dnewvc.c121 DPRINT("skipped family %d", ai->ai_family); in smb_ctx_newvc()
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c135 DPRINT((dbfp, "%s\n", msg)); in err_exit()
251 DPRINT((dbfp, "UMEM_DEBUG=%s\n", envp)); in main()
277 DPRINT((dbfp, "logpost failed\n")); in main()
382 DPRINT((dbfp, in main()
450 DPRINT((dbfp, "normal SIGTERM exit\n")); in my_sleep()
661 DPRINT((dbfp, " (active)\n")); in loadauditlist()
669 DPRINT((dbfp, "Unsuccessful plugin_t " in loadauditlist()
747 DPRINT((dbfp, "caught SIGALRM\n")); in signal_thread()
751 DPRINT((dbfp, "caught SIGTERM\n")); in signal_thread()
755 DPRINT((dbfp, "caught SIGHUP\n")); in signal_thread()
[all …]
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", in audit_enqueue()
73 DPRINT((dbfp, "\tindirect tail=%p\n", in audit_enqueue()
82 DPRINT((dbfp, "enqueue1(%p): p=%p, head=%p, tail=%p, " in audit_enqueue()
100 DPRINT((dbfp, "dequeue1(%p): p=%p, head=%p, " in audit_dequeue()
112 DPRINT((dbfp, "dequeue0(%p): p=%p, head=%p, tail=%p, " in audit_dequeue()
129 DPRINT((dbfp, "incr_ref: p=%p, count=%d\n", in audit_incr_ref()
144 DPRINT((dbfp, "release: p=%p , count=%d\n", in audit_release()
H A Ddoorway.c83 #define DPRINT(x) { (void) fprintf x; } macro
86 #define DPRINT(x) macro
505 DPRINT((dbfp, in auditd_thread_init()
537 DPRINT((dbfp, "%s qmax=%d\n", in auditd_thread_init()
782 DPRINT((dbfp, in qpool_return()
802 DPRINT((dbfp, in bpool_return()
809 DPRINT((dbfp, in bpool_return()
863 DPRINT((dbfp, in policy_is_block()
1102 DPRINT((dbfp, in adjust_priority()
1105 DPRINT((dbfp, in adjust_priority()
[all …]
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c136 DPRINT((dfile, "low on buffer\n")); in get_port_default()
224 DPRINT((dfile, "parsing %s\n", hosts_str)); in parsehosts()
311 DPRINT((dfile, "port: %d (default)\n", port)); in parsehosts()
319 DPRINT((dfile, "port: %d\n", port)); in parsehosts()
329 DPRINT((dfile, "mechanism: %s\n", mech_str)); in parsehosts()
607 DPRINT((dfile, "success\n")); in auditd_plugin()
612 DPRINT((dfile, "stale host list freed\n")); in auditd_plugin()
731 DPRINT((dfile, "val_str=%s\n", val_str)); in auditd_plugin_open()
750 DPRINT((dfile, "val_str=%s\n", val_str)); in auditd_plugin_open()
762 DPRINT((dfile, "qsize=%s\n", val_str)); in auditd_plugin_open()
[all …]
H A Dtransport.c354 DPRINT((dfile, in establish_context()
384 DPRINT((dfile, "continue needed... ")); in establish_context()
395 DPRINT((dfile, "context established\n")); in establish_context()
409 DPRINT((dfile, "context deleted\n")); in delete_context()
788 DPRINT((dfile, in send_record()
999 DPRINT((dfile, "poll() failed: %s\n", in recv_record()
1187 DPRINT((dfile, "Bad signature " in recv_record()
1292 DPRINT((dfile, "Wait for sync\n")); in reset_transport()
1294 DPRINT((dfile, "Synced\n")); in reset_transport()
1379 DPRINT((dfile, "Deleting context: ")); in do_cleanup()
[all …]
H A Daudit_remote.h124 #define DPRINT(x) { (void) fprintf x; (void) fflush(dfile); } macro
126 #define DPRINT(x) macro
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c30 #define DPRINT(x) { (void) fprintf x; } macro
32 #define DPRINT(x) macro
287 DPRINT((dbfp, "binfile: " in loadauditlist()
316 DPRINT((dbfp, in loadauditlist()
425 DPRINT((dbfp, "binfile: Bad write\n")); in write_file_token()
532 DPRINT((dbfp, in open_log()
543 DPRINT((dbfp, in open_log()
555 DPRINT((dbfp, in open_log()
852 DPRINT((dbfp,
862 DPRINT((dbfp,
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c207 DPRINT(DEBUG_CALLS, acl_debug_level,
254 DPRINT(DEBUG_ACL, acl_debug_level,
287 DPRINT(DEBUG_CALLS, acl_debug_level,
317 DPRINT(DEBUG_CALLS, acl_debug_level,
389 DPRINT(DEBUG_CALLS, acl_debug_level,
411 DPRINT(DEBUG_CALLS, acl_debug_level,
464 DPRINT(DEBUG_CALLS, acl_debug_level,
596 DPRINT(DEBUG_ACL, acl_debug_level,
608 DPRINT(DEBUG_ACL, acl_debug_level,
658 DPRINT(DEBUG_ACL, acl_debug_level,
[all …]
H A Dserver_acl.h76 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) printf al macro
78 #define DPRINT(l1, cl, al)
/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]); in main()
139 DPRINT("main: sig=%d\n", sig); in main()
210 DPRINT("iod_dispatch: wrong UID\n"); in iod_dispatch()
236 DPRINT("iod_dispatch: terminating\n"); in iod_dispatch()
242 DPRINT("iod_dispatch: cancelled alarm\n"); in iod_dispatch()
251 DPRINT("iod_dispatch: schedule alarm\n"); in iod_dispatch()
347 DPRINT("iod_work: cancelled alarm\n"); in iod_work()
355 DPRINT("iod_work: schedule alarm\n"); in iod_work()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c881 DPRINT(30, "ibd_rc_rm_from_chan_list" in ibd_rc_rm_from_chan_list()
2206 DPRINT(30, "ibd_rc_drain_scq: " in ibd_rc_drain_scq()
2220 DPRINT(40, "ibd_rc_drain_scq: " in ibd_rc_drain_scq()
2468 DPRINT(40, "ibd_rc_listen:" in ibd_rc_listen()
2493 DPRINT(40, in ibd_rc_listen()
2530 DPRINT(40, "ibd_rc_stop_listen:" in ibd_rc_stop_listen()
2535 DPRINT(40, "ibd_rc_stop_listen:" in ibd_rc_stop_listen()
2547 DPRINT(40, "ibd_rc_stop_listen:" in ibd_rc_stop_listen()
2552 DPRINT(40, "ibd_rc_stop_listen:" in ibd_rc_stop_listen()
2988 DPRINT(40, "ibd_rc_pas_close : " in ibd_rc_pas_close()
[all …]
H A Dibd.c1494 DPRINT(4, in ibd_acache_lookup()
2410 DPRINT(10, in ibd_register_mac()
3869 DPRINT(10, in ibd_free_tx_lsobufs()
4149 DPRINT(10, "ibd_init_rxlist : " in ibd_init_rxlist()
5613 DPRINT(2, "ibd_undo_start: " in ibd_undo_start()
5639 DPRINT(40, "ibd_undo_start: " in ibd_undo_start()
7072 DPRINT(5, in ibd_send()
7526 DPRINT(10, "ibd_drain_scq: " in ibd_drain_scq()
7577 DPRINT(5, "ibd_drain_rcq: " in ibd_drain_rcq()
7580 DPRINT(5, "ibd_drain_rcq: " in ibd_drain_rcq()
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c54 #ifdef DPRINT
55 #undef DPRINT
57 #define DPRINT(i) if (nofork) printf i macro
127 DPRINT(("%s: start, last_sno=%u\n", whoami, (ulong_t)arg->last_sno)); in iprop_get_updates_1()
143 DPRINT(("%s: clprinc=`%s'\n\tsvcprinc=`%s'\n", in iprop_get_updates_1()
254 DPRINT(("%s: start\n", whoami)); in iprop_full_resync_1()
263 DPRINT(("%s: clprinc=`%s'\n\tsvcprinc=`%s'\n", in iprop_full_resync_1()
329 DPRINT(("%s: fork=%d (%d)\n", whoami, fret, getpid())); in iprop_full_resync_1()
343 DPRINT(("%s: run `%s' ...\n", whoami, ubuf)); in iprop_full_resync_1()
353 DPRINT(("%s: pclose=%d\n", whoami, pret)); in iprop_full_resync_1()
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c176 DPRINT((dbfp, "prop_vect is full; flushing\n")); in chk_prop_vect()
388 DPRINT((dbfp, "Found plugin - %s: %s\n", in get_plugin_kva()
391 DPRINT((dbfp, "Could not get attribute string " in get_plugin_kva()
523 DPRINT((dbfp, "Walking policy - %s: ", policy_str)); in chk_policy_context()
526 DPRINT((dbfp, "skipped\n")); in chk_policy_context()
537 DPRINT((dbfp, "skipped\n")); in chk_policy_context()
703 DPRINT((dbfp, "will be queried\n")); in do_getpolicy_scf()
1008 DPRINT((dbfp, "No such plugin found: %s (%s)\n", plugin_str, in plugin_avail_scf()
1044 DPRINT((dbfp, "%s will be decoded\n", asi_fmri)); in do_getpluginconfig_scf()
1145 DPRINT((dbfp, "Prepared active -> %d\n", plugin_state)); in do_setpluginconfig_scf()
[all …]
H A Daudit_scf.h58 #define DPRINT(x) { if (dbfp == NULL) dbfp = __auditd_debug_file_open(); \ macro
61 #define DPRINT(x)
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c40 #define DPRINT(x) { (void) fprintf x; } macro
42 #define DPRINT(x) macro
815 DPRINT((dbfp, "syslog: out of memory; seq=%llu\n", in auditd_plugin()
825 DPRINT((dbfp, "syslog: write_count=%llu, " in auditd_plugin()
829 DPRINT((dbfp, "syslog: parse failed for buffer %llu\n", in auditd_plugin()
834 DPRINT((dbfp, "syslog: rc = %d (%d is discard), " in auditd_plugin()
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", in text_token()
356 DPRINT((dbfp, "text_token: l is %d\n%s\n", ctx->out.sf_textlen, in text_token()
364 DPRINT((dbfp, "text_token: l=%d\n%s\n", ctx->out.sf_textlen, in text_token()

12