Home
last modified time | relevance | path

Searched refs:dlog (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/libexec/login_ldap/
Dutil.c61 dlog(int d, char *fmt, ...) in dlog() function
145 dlog(1, "%s got NULL buf!", __func__); in parse_server_line()
149 dlog(1, "parse_server_line buf = %s", buf); in parse_server_line()
154 dlog(0, "failed to parse host %s", buf); in parse_server_line()
182 dlog(1, "Parsing config file '%s'", path); in parse_conf()
185 dlog(0, "Can't open config file: %s", strerror(errno)); in parse_conf()
189 dlog(0, "Can't stat config file: %s", strerror(errno)); in parse_conf()
193 dlog(0, "Can't find group auth"); in parse_conf()
201 dlog(0, "Wrong permissions for config file"); in parse_conf()
218 dlog(0, "Missing value for option '%s'", key); in parse_conf()
[all …]
Dlogin_ldap.c99 dlog(0, "%s not supported", service); in main()
123 dlog(0, "username too long"); in main()
131 dlog(0, "error reopening back channel"); in main()
151 dlog(0, "read error from back channel"); in main()
162 dlog(0, "protocol error on back channel"); in main()
170 dlog(1, "No password specified"); in main()
209 dlog(0, "ldap_open failed"); in auth_ldap()
221 dlog(1, "bind success!"); in auth_ldap()
225 dlog(1, "no user!"); in auth_ldap()
230 dlog(1, "userdn %s", ctx.userdn); in auth_ldap()
[all …]
Dsearch.c52 dlog(1, "%d: search (%s, %s)", q, base ? base : "no base", flt); in search()
57 dlog(1, "search result: %s", errstr); in search()
64 dlog(1, "%d: msgid %d, type %02x",q, m->msgid, m->message_type); in search()
72 dlog(0, "%d: unhandled search result %x %s", in search()
81 dlog(1, "%d: SEARCH_ENTRY userdn %s", q, userdn ? userdn : "none"); in search()
86 dlog(1, "%d: returning userdn = %s", q, userdn ? userdn : "no user dn"); in search()
Dbind.c45 dlog(0, "Failed to send bind request"); in bind_password()
50 dlog(0, "Failed to receive bind response"); in bind_password()
55 dlog(0, "Failed to bind: Received unexpected message id"); in bind_password()
60 dlog(0, "Failed to bind: %s", in bind_password()
Dlogin_ldap.h64 void dlog(int, char *, ...);
/openbsd/src/usr.sbin/amd/amd/
Drpc_fwd.c116 dlog("Re-using packet forwarding slot - id %#x", p->rf_xid); in fwd_alloc()
223 case RPC_XID_PORTMAP: dlog("Sending PORTMAP request"); break; in fwd_packet()
224 case RPC_XID_MOUNTD: dlog("Sending MOUNTD request %#x", type_id); break; in fwd_packet()
225 case RPC_XID_NFSPING: dlog("Sending NFS ping"); break; in fwd_packet()
226 default: dlog("UNKNOWN RPC XID"); break; in fwd_packet()
237 dlog("Discarding earlier rpc fwd handle"); in fwd_packet()
243 dlog("Allocating a new xid..."); in fwd_packet()
275 dlog("Sending packet id %#x to %s.%d", p->rf_xid, in fwd_packet()
371 case RPC_XID_PORTMAP: dlog("Receiving PORTMAP reply"); break; in fwd_reply()
372 case RPC_XID_MOUNTD: dlog("Receiving MOUNTD reply %#x", *pkt_int); break; in fwd_reply()
[all …]
Dafs_ops.c452 dlog("lstat(%s): %m", mp->am_path); in toplvl_umount()
645 dlog("Commencing retry for mount of %s", cp->mp->am_path); in afs_retry()
704 dlog("afs call to mount_node failed: %m"); in try_mount()
805 dlog("Setting def_opts to \"%s\"", cp->def_opts); in afs_bgmount()
817 dlog("Cut: not trying any more locations for %s", in afs_bgmount()
857 dlog("Got a hit with %s", p->fs_type); in afs_bgmount()
902 dlog("Duplicate pending mount fstype %s", p->fs_type); in afs_bgmount()
911 dlog("%s is already hung - giving up", mf->mf_mount); in afs_bgmount()
918 dlog("duplicate mount of \"%s\" ...", mf->mf_info); in afs_bgmount()
956 dlog("waiting for server %s to become available", mf->mf_server->fs_host); in afs_bgmount()
[all …]
Dsrvr_nfs.c163 dlog("got port (%d) for mountd on %s", port, fs->fs_host); in got_portmap()
176 dlog("Error fetching port for mountd on %s", fs->fs_host); in got_portmap()
187 dlog("Got portmap for old port request"); in got_portmap()
191 dlog("portmap request timed out"); in got_portmap()
303 dlog("file server %s type nfs is still up", fs->fs_host); in nfs_pinged()
349 dlog("Spurious ping packet"); in nfs_pinged()
416 dlog("%d pings to %s failed - at most %d allowed", np->np_ping, fs->fs_host, MAX_ALLOWED_PINGS); in nfs_timed_out()
476 dlog("Sent NFS ping to %s", fs->fs_host); in nfs_keepalive()
505 dlog("NFS timeout in %d seconds", fstimeo); in nfs_keepalive()
571 dlog("Already running pings to %s", fs->fs_host); in start_nfs_pings()
Dmap.c402 dlog("fh_to_mp3: %s (%s) is hung:- call lookup", in fh_to_mp3()
593 dlog("root_fh substitutes pid %d", (int)pid); in root_fh()
778 dlog("No-op unmount of error node %s", mf->mf_info); in unmount_node()
783 dlog("Unmounting %s (%s)", mf->mf_mount, mf->mf_info); in unmount_node()
791 dlog("%s: unmount: %m", mf->mf_mount); in unmount_node()
943 dlog("\"%s\" on %s timed out", mp->am_path, mp->am_mnt->mf_mount); in unmount_mp()
954 dlog("unmount attempt backgrounded"); in unmount_mp()
959 dlog("\"%s\" on %s timed out", mp->am_path, mp->am_mnt->mf_mount); in unmount_mp()
960 dlog("Trying unmount in foreground"); in unmount_mp()
965 dlog("unmount attempt done"); in unmount_mp()
[all …]
Dnfs_ops.c125 dlog("fh cache gives fp %#x, fs %s", fp2, fp2->fh_path); in find_nfs_fhandle_cache()
127 dlog("fh cache search failed"); in find_nfs_fhandle_cache()
153 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh()
160 dlog("Calling wakeup on %#x", fp->fh_wchan); in got_nfs_fh()
187 dlog("Discarding filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in discard_fh()
205 dlog("Searching cache for %s:%s", fs->fs_host, path); in prime_nfs_fhandle_cache()
413 dlog("NFS: mounting remote server \"%s\", remote fs \"%s\" on \"%s\"", in nfs_match()
628 dlog("locating fhandle for %s", fs_name); in mount_nfs()
655 dlog("mount_nfs: %m"); in nfs_fmount()
688 dlog("hack lstat(%s): ok", mp->am_parent->am_path); in nfs_umounted()
Dmntfs.c136 dlog("Locating mntfs reference to %s", mp); in find_mntfs()
165 dlog("Restarting filesystem %s", mf->mf_mount); in find_mntfs()
289 dlog("Immediately discarding mntfs for %s", mf->mf_mount); in free_mntfs()
295 dlog("Discarding remount hook for %s", mf->mf_mount); in free_mntfs()
297 dlog("Discarding last mntfs reference to %s fstype %s", in free_mntfs()
301 dlog("mntfs reference for %s still active", mf->mf_mount); in free_mntfs()
Dnfsx_ops.c124 dlog("NFS: mounting remote server \"%s\", remote fs \"%s\" on \"%s\"", in nfsx_match()
218 dlog("nfsx: init mount for %s on %s", xinfo, mp); in nfsx_init()
366 dlog("calling underlying fmount on %s", m->mf_mount); in nfsx_remount()
371 dlog("backgrounding mount of \"%s\"", m->mf_info); in nfsx_remount()
380 dlog("foreground mount of \"%s\" ...", mf->mf_info); in nfsx_remount()
388 dlog("underlying fmount of %s failed: %m", m->mf_mount); in nfsx_remount()
437 dlog("calling underlying fumount on %s", m->mf_mount); in nfsx_fumount()
Dsched.c136 dlog("SLEEP on %#x", wchan); in sched_task()
181 dlog("Nothing SLEEPing on %#x", wchan); in wakeup()
207 dlog("Process %ld exited with status %d", in sigchld()
223 dlog("can't locate task block for pid %ld", (long)pid); in sigchld()
Dumount_fs.c61 dlog("%s: unmount: %m", fs_name); in umount_fs()
67 dlog("%s: unmount: %m", fs_name); in umount_fs()
Dnfs_start.c81 dlog("%d new fds allocated; total is %d", in checkup()
89 dlog("%#lx bytes of memory allocated; total is %#lx (%ld pages)", in checkup()
257 dlog("Select waits for %llds", (long long)tvv.tv_sec); in run_rpc()
259 dlog("Select waits for Godot"); in run_rpc()
269 dlog("select interrupted"); in run_rpc()
Dhost_ops.c133 dlog("host: mounting fs %s on %s", fs_name, dir); in do_mount()
169 dlog("Fetching fhandle for %s", dir); in fetch_fhandle()
188 dlog("fhandle fetch failed: %m"); in fetch_fhandle()
268 dlog("Fetching export list from %s", host); in host_fmount()
328 dlog("avoiding dup fhandle requested for %s", ep[j]->ex_dir); in host_fmount()
429 dlog("host: unmounts %s", dir); in host_fumount()
Dutil.c219 dlog("Hostname %s normalized to %s", *chp, hp->h_name); in host_normalize()
272 dlog("background process exiting with status %d", rc); in going_down()
497 dlog("backgrounded"); in background()
532 dlog("mkdir(%s)", p2); in mkdirs()
542 dlog("mkdir(%s)", p2); in mkdirs()
582 dlog("rmdir(%s)", xdp); in rmdirs()
Dinfo_union.c104 dlog("Reading directory %s...", *dir); in union_reload()
115 dlog("... gives %s", dp->d_name); in union_reload()
Dsrvr_afs.c108 dlog("Deleting file server %s", fs->fs_host); in timeout_srvr()
155 dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl); in free_srvr()
Dmapc.c245 dlog("add_kv: %s -> %s", key, val); in mapc_add_kv()
359 dlog("calling map reload on %s", m->map_name); in mapc_reload_map()
366 dlog("calling mapc_search for wildcard"); in mapc_reload_map()
426 dlog("Map for %s coming from maptype %s", map, mt->name); in mapc_create()
638 dlog("mapc recurses on %s", wildname); in mapc_meta_search()
Dufs_ops.c61 dlog("UFS: mounting device \"%s\" on \"%s\"", in ufs_match()
Dmount_fs.c79 dlog("%s fstype %s (%s) flags %#x (%s)", in mount_fs()
/openbsd/src/games/gomoku/
Dmain.c366 dlog(fmtbuf); in whatsup()
382 dlog(fmtbuf); in whatsup()
392 dlog(stoc(movelog[i])); in whatsup()
433 dlog(fmtbuf); in whatsup()
443 dlog(fmtbuf); in whatsup()
448 dlog(fmtbuf); in whatsup()
453 dlog(fmtbuf); in whatsup()
471 dlog(fmtbuf); in whatsup()
476 dlog("Options are:"); in whatsup()
477 dlog("q - quit"); in whatsup()
[all …]
Dpickmove.c100 dlog(fmtbuf); in pickmove()
118 dlog(fmtbuf); in pickmove()
126 dlog(fmtbuf); in pickmove()
134 dlog("*** Can't be blocked"); in pickmove()
324 dlog(fmtbuf); in scanframes()
384 dlog(fmtbuf); in scanframes()
391 dlog(fmtbuf); in scanframes()
500 dlog(fmtbuf); in makecombo2()
502 dlog(fmtbuf); in makecombo2()
663 dlog(fmtbuf); in makecombo()
[all …]
/openbsd/src/usr.sbin/amd/include/
Dconfig.h76 #define dlog Debug(D_FULL) dplog macro

12