Symbol: dlog
games/gomoku/gomoku.h
285
void dlog(char *);
games/gomoku/main.c
366
dlog(fmtbuf);
games/gomoku/main.c
382
dlog(fmtbuf);
games/gomoku/main.c
392
dlog(stoc(movelog[i]));
games/gomoku/main.c
433
dlog(fmtbuf);
games/gomoku/main.c
443
dlog(fmtbuf);
games/gomoku/main.c
448
dlog(fmtbuf);
games/gomoku/main.c
453
dlog(fmtbuf);
games/gomoku/main.c
471
dlog(fmtbuf);
games/gomoku/main.c
476
dlog("Options are:");
games/gomoku/main.c
477
dlog("q - quit");
games/gomoku/main.c
478
dlog("c - continue");
games/gomoku/main.c
479
dlog("d# - set debug level to #");
games/gomoku/main.c
480
dlog("p# - print values at #");
games/gomoku/main.c
519
dlog(str);
games/gomoku/pickmove.c
100
dlog(fmtbuf);
games/gomoku/pickmove.c
118
dlog(fmtbuf);
games/gomoku/pickmove.c
1204
dlog(fmtbuf);
games/gomoku/pickmove.c
1212
dlog(fmtbuf);
games/gomoku/pickmove.c
126
dlog(fmtbuf);
games/gomoku/pickmove.c
1263
dlog(fmtbuf);
games/gomoku/pickmove.c
1271
dlog(fmtbuf);
games/gomoku/pickmove.c
1273
dlog(fmtbuf);
games/gomoku/pickmove.c
1282
dlog(fmtbuf);
games/gomoku/pickmove.c
134
dlog("*** Can't be blocked");
games/gomoku/pickmove.c
324
dlog(fmtbuf);
games/gomoku/pickmove.c
384
dlog(fmtbuf);
games/gomoku/pickmove.c
391
dlog(fmtbuf);
games/gomoku/pickmove.c
500
dlog(fmtbuf);
games/gomoku/pickmove.c
502
dlog(fmtbuf);
games/gomoku/pickmove.c
663
dlog(fmtbuf);
games/gomoku/pickmove.c
749
dlog(fmtbuf);
games/gomoku/pickmove.c
751
dlog(fmtbuf);
games/gomoku/pickmove.c
792
dlog(fmtbuf);
games/gomoku/pickmove.c
921
dlog(fmtbuf);
libexec/login_ldap/bind.c
45
dlog(0, "Failed to send bind request");
libexec/login_ldap/bind.c
50
dlog(0, "Failed to receive bind response");
libexec/login_ldap/bind.c
55
dlog(0, "Failed to bind: Received unexpected message id");
libexec/login_ldap/bind.c
60
dlog(0, "Failed to bind: %s",
libexec/login_ldap/login_ldap.c
123
dlog(0, "username too long");
libexec/login_ldap/login_ldap.c
131
dlog(0, "error reopening back channel");
libexec/login_ldap/login_ldap.c
151
dlog(0, "read error from back channel");
libexec/login_ldap/login_ldap.c
162
dlog(0, "protocol error on back channel");
libexec/login_ldap/login_ldap.c
170
dlog(1, "No password specified");
libexec/login_ldap/login_ldap.c
209
dlog(0, "ldap_open failed");
libexec/login_ldap/login_ldap.c
221
dlog(1, "bind success!");
libexec/login_ldap/login_ldap.c
225
dlog(1, "no user!");
libexec/login_ldap/login_ldap.c
230
dlog(1, "userdn %s", ctx.userdn);
libexec/login_ldap/login_ldap.c
243
dlog(0, "user authenticated but failed group check: "
libexec/login_ldap/login_ldap.c
247
dlog(1, "group filter matched!");
libexec/login_ldap/login_ldap.c
253
dlog(0, "user bind failed, dn: %s", ctx.userdn);
libexec/login_ldap/login_ldap.c
258
dlog(1, "user bind success!");
libexec/login_ldap/login_ldap.c
266
dlog(0, "usage: %s [-d] [-s service] [-v name=value] user [class]", getprogname());
libexec/login_ldap/login_ldap.c
99
dlog(0, "%s not supported", service);
libexec/login_ldap/login_ldap.h
64
void dlog(int, char *, ...);
libexec/login_ldap/search.c
52
dlog(1, "%d: search (%s, %s)", q, base ? base : "no base", flt);
libexec/login_ldap/search.c
57
dlog(1, "search result: %s", errstr);
libexec/login_ldap/search.c
64
dlog(1, "%d: msgid %d, type %02x",q, m->msgid, m->message_type);
libexec/login_ldap/search.c
72
dlog(0, "%d: unhandled search result %x %s",
libexec/login_ldap/search.c
81
dlog(1, "%d: SEARCH_ENTRY userdn %s", q, userdn ? userdn : "none");
libexec/login_ldap/search.c
86
dlog(1, "%d: returning userdn = %s", q, userdn ? userdn : "no user dn");
libexec/login_ldap/util.c
145
dlog(1, "%s got NULL buf!", __func__);
libexec/login_ldap/util.c
149
dlog(1, "parse_server_line buf = %s", buf);
libexec/login_ldap/util.c
154
dlog(0, "failed to parse host %s", buf);
libexec/login_ldap/util.c
182
dlog(1, "Parsing config file '%s'", path);
libexec/login_ldap/util.c
185
dlog(0, "Can't open config file: %s", strerror(errno));
libexec/login_ldap/util.c
189
dlog(0, "Can't stat config file: %s", strerror(errno));
libexec/login_ldap/util.c
193
dlog(0, "Can't find group auth");
libexec/login_ldap/util.c
201
dlog(0, "Wrong permissions for config file");
libexec/login_ldap/util.c
218
dlog(0, "Missing value for option '%s'", key);
libexec/login_ldap/util.c
228
dlog(0, "Failed to add %s: %s", value,
libexec/login_ldap/util.c
240
dlog(0, "%s", strerror(errno));
libexec/login_ldap/util.c
250
dlog(0, "%s", strerror(errno));
libexec/login_ldap/util.c
256
dlog(0, "timeout %s", errstr);
libexec/login_ldap/util.c
269
dlog(0, "%s", strerror(errno));
libexec/login_ldap/util.c
275
dlog(0, "%s", strerror(errno));
libexec/login_ldap/util.c
281
dlog(0, "%s", strerror(errno));
libexec/login_ldap/util.c
287
dlog(0, "%s", strerror(errno));
libexec/login_ldap/util.c
294
dlog(0, "Unknown option '%s'", key);
libexec/login_ldap/util.c
299
dlog(0, "Can't read config file: %s", strerror(errno));
libexec/login_ldap/util.c
303
dlog(0, "Missing host");
libexec/login_ldap/util.c
307
dlog(0, "Missing basedn or binddn");
libexec/login_ldap/util.c
324
dlog(1, "host %s, port %d", url->host, url->port);
libexec/login_ldap/util.c
331
dlog(0, "socket '%s' too long", url->host);
libexec/login_ldap/util.c
336
dlog(0, "can't create socket '%s'", url->host);
libexec/login_ldap/util.c
347
dlog(0, "%s", gai_strerror(code));
libexec/login_ldap/util.c
367
dlog(0, "aldap_open(%s:%hd) failed", url->host, url->port);
libexec/login_ldap/util.c
371
dlog(1, "connect success!");
libexec/login_ldap/util.c
374
dlog(1, "starttls!");
libexec/login_ldap/util.c
376
dlog(0, "failed to request STARTTLS");
libexec/login_ldap/util.c
381
dlog(0, "failed to parse STARTTLS response");
libexec/login_ldap/util.c
387
dlog(0, "STARTTLS failed: %s(%d)",
libexec/login_ldap/util.c
395
dlog(1, "%s: starting TLS", __func__);
libexec/login_ldap/util.c
398
dlog(0, "TLS config failed");
libexec/login_ldap/util.c
404
dlog(0, "Failed to set ca file %s", ctx->cacert);
libexec/login_ldap/util.c
409
dlog(0, "Failed to set ca dir %s", ctx->cacertdir);
libexec/login_ldap/util.c
415
dlog(0, "TLS failed: %s", errstr);
libexec/login_ldap/util.c
452
dlog(0, "Invalid scope");
libexec/login_ldap/util.c
494
dlog(0, "couldn't get host name for "
libexec/login_ldap/util.c
502
dlog(0, "no userdn has been recorded");
libexec/login_ldap/util.c
513
dlog(0, "%s: invalid filter specifier",
libexec/login_ldap/util.c
523
dlog(0, "filter string too large, unable to process: %s", str);
libexec/login_ldap/util.c
530
dlog(0, "%s", strerror(errno));
sys/dev/pci/drm/clients/drm_log.c
235
static void drm_log_init_client(struct drm_log *dlog)
sys/dev/pci/drm/clients/drm_log.c
237
struct drm_client_dev *client = &dlog->client;
sys/dev/pci/drm/clients/drm_log.c
242
dlog->probed = true;
sys/dev/pci/drm/clients/drm_log.c
251
dlog->scanout = kcalloc(max_modeset, sizeof(*dlog->scanout), GFP_KERNEL);
sys/dev/pci/drm/clients/drm_log.c
252
if (!dlog->scanout)
sys/dev/pci/drm/clients/drm_log.c
259
if (drm_log_setup_modeset(client, mode_set, &dlog->scanout[n_modeset]))
sys/dev/pci/drm/clients/drm_log.c
270
dlog->n_scanout = n_modeset;
sys/dev/pci/drm/clients/drm_log.c
275
drm_client_framebuffer_delete(dlog->scanout[i].buffer);
sys/dev/pci/drm/clients/drm_log.c
278
kfree(dlog->scanout);
sys/dev/pci/drm/clients/drm_log.c
279
dlog->scanout = NULL;
sys/dev/pci/drm/clients/drm_log.c
284
struct drm_log *dlog = client_to_drm_log(client);
sys/dev/pci/drm/clients/drm_log.c
287
if (dlog->n_scanout) {
sys/dev/pci/drm/clients/drm_log.c
288
for (i = 0; i < dlog->n_scanout; i++)
sys/dev/pci/drm/clients/drm_log.c
289
drm_client_framebuffer_delete(dlog->scanout[i].buffer);
sys/dev/pci/drm/clients/drm_log.c
290
dlog->n_scanout = 0;
sys/dev/pci/drm/clients/drm_log.c
291
kfree(dlog->scanout);
sys/dev/pci/drm/clients/drm_log.c
292
dlog->scanout = NULL;
sys/dev/pci/drm/clients/drm_log.c
298
struct drm_log *dlog = client_to_drm_log(client);
sys/dev/pci/drm/clients/drm_log.c
301
unregister_console(&dlog->con);
sys/dev/pci/drm/clients/drm_log.c
303
mutex_lock(&dlog->lock);
sys/dev/pci/drm/clients/drm_log.c
306
mutex_unlock(&dlog->lock);
sys/dev/pci/drm/clients/drm_log.c
307
kfree(dlog);
sys/dev/pci/drm/clients/drm_log.c
313
struct drm_log *dlog = client_to_drm_log(client);
sys/dev/pci/drm/clients/drm_log.c
315
mutex_lock(&dlog->lock);
sys/dev/pci/drm/clients/drm_log.c
317
dlog->probed = false;
sys/dev/pci/drm/clients/drm_log.c
318
mutex_unlock(&dlog->lock);
sys/dev/pci/drm/clients/drm_log.c
324
struct drm_log *dlog = client_to_drm_log(client);
sys/dev/pci/drm/clients/drm_log.c
326
console_suspend(&dlog->con);
sys/dev/pci/drm/clients/drm_log.c
333
struct drm_log *dlog = client_to_drm_log(client);
sys/dev/pci/drm/clients/drm_log.c
335
console_resume(&dlog->con);
sys/dev/pci/drm/clients/drm_log.c
350
struct drm_log *dlog = console_to_drm_log(con);
sys/dev/pci/drm/clients/drm_log.c
353
if (!dlog->probed)
sys/dev/pci/drm/clients/drm_log.c
354
drm_log_init_client(dlog);
sys/dev/pci/drm/clients/drm_log.c
357
if (drm_master_internal_acquire(dlog->client.dev)) {
sys/dev/pci/drm/clients/drm_log.c
358
drm_master_internal_release(dlog->client.dev);
sys/dev/pci/drm/clients/drm_log.c
360
for (i = 0; i < dlog->n_scanout; i++)
sys/dev/pci/drm/clients/drm_log.c
361
drm_log_draw_kmsg_record(&dlog->scanout[i], wctxt->outbuf, wctxt->len);
sys/dev/pci/drm/clients/drm_log.c
367
struct drm_log *dlog = console_to_drm_log(con);
sys/dev/pci/drm/clients/drm_log.c
369
mutex_lock(&dlog->lock);
sys/dev/pci/drm/clients/drm_log.c
375
struct drm_log *dlog = console_to_drm_log(con);
sys/dev/pci/drm/clients/drm_log.c
378
mutex_unlock(&dlog->lock);
usr.sbin/amd/amd/afs_ops.c
1044
dlog("Arranging to retry mount of %s", cp->mp->am_path);
usr.sbin/amd/amd/afs_ops.c
1139
dlog("in afs_lookuppn");
usr.sbin/amd/amd/afs_ops.c
1150
dlog("%s mount ignored - going down", fname);
usr.sbin/amd/amd/afs_ops.c
1152
dlog("%s/%s mount ignored - going down", mp->am_path, fname);
usr.sbin/amd/amd/afs_ops.c
1166
dlog(".. in %s gives %s", mp->am_path, mp->am_parent->am_path);
usr.sbin/amd/amd/afs_ops.c
1212
dlog("server hung");
usr.sbin/amd/amd/afs_ops.c
1238
dlog("ignoring mount of %s in %s -- in progress",
usr.sbin/amd/amd/afs_ops.c
1249
dlog("matched %s in %s", fname, ap->am_path);
usr.sbin/amd/amd/afs_ops.c
1258
dlog("Waiting while %d mount(s) in progress", in_progress);
usr.sbin/amd/amd/afs_ops.c
1270
dlog("Returning error: %m", error);
usr.sbin/amd/amd/afs_ops.c
1299
dlog("not found - server going down anyway");
usr.sbin/amd/amd/afs_ops.c
1320
dlog("will search map info in %s to find %s", mf->mf_info, pfname);
usr.sbin/amd/amd/afs_ops.c
1341
dlog("mount info is %s", info);
usr.sbin/amd/amd/afs_ops.c
1378
dlog("searching for /defaults entry");
usr.sbin/amd/amd/afs_ops.c
1384
dlog("/defaults gave %s", dflts);
usr.sbin/amd/amd/afs_ops.c
1409
dlog("/defaults chopped into %s", dfl);
usr.sbin/amd/amd/afs_ops.c
1458
dlog("setting path to %s", new_mp->am_path);
usr.sbin/amd/amd/afs_ops.c
1554
dlog("default search");
usr.sbin/amd/amd/afs_ops.c
1595
dlog("real child");
usr.sbin/amd/amd/afs_ops.c
1600
dlog("End of readdir in %s", mp->am_path);
usr.sbin/amd/amd/afs_ops.c
452
dlog("lstat(%s): %m", mp->am_path);
usr.sbin/amd/amd/afs_ops.c
645
dlog("Commencing retry for mount of %s", cp->mp->am_path);
usr.sbin/amd/amd/afs_ops.c
704
dlog("afs call to mount_node failed: %m");
usr.sbin/amd/amd/afs_ops.c
805
dlog("Setting def_opts to \"%s\"", cp->def_opts);
usr.sbin/amd/amd/afs_ops.c
817
dlog("Cut: not trying any more locations for %s",
usr.sbin/amd/amd/afs_ops.c
857
dlog("Got a hit with %s", p->fs_type);
usr.sbin/amd/amd/afs_ops.c
902
dlog("Duplicate pending mount fstype %s", p->fs_type);
usr.sbin/amd/amd/afs_ops.c
911
dlog("%s is already hung - giving up", mf->mf_mount);
usr.sbin/amd/amd/afs_ops.c
918
dlog("duplicate mount of \"%s\" ...", mf->mf_info);
usr.sbin/amd/amd/afs_ops.c
956
dlog("waiting for server %s to become available", mf->mf_server->fs_host);
usr.sbin/amd/amd/afs_ops.c
970
dlog("Mount of %s delayed by %ds", mf->mf_mount, i - clocktime() + cp->start);
usr.sbin/amd/amd/afs_ops.c
986
dlog("backgrounding mount of \"%s\"", mf->mf_mount);
usr.sbin/amd/amd/afs_ops.c
998
dlog("foreground mount of \"%s\" ...", mf->mf_info);
usr.sbin/amd/amd/amd.c
124
dlog("spurious call to sighup");
usr.sbin/amd/amd/clock.c
171
dlog("rescheduling job %d back %d seconds",
usr.sbin/amd/amd/get_args.c
250
dlog("-D mtab option ignored");
usr.sbin/amd/amd/host_ops.c
133
dlog("host: mounting fs %s on %s", fs_name, dir);
usr.sbin/amd/amd/host_ops.c
169
dlog("Fetching fhandle for %s", dir);
usr.sbin/amd/amd/host_ops.c
188
dlog("fhandle fetch failed: %m");
usr.sbin/amd/amd/host_ops.c
268
dlog("Fetching export list from %s", host);
usr.sbin/amd/amd/host_ops.c
328
dlog("avoiding dup fhandle requested for %s", ep[j]->ex_dir);
usr.sbin/amd/amd/host_ops.c
429
dlog("host: unmounts %s", dir);
usr.sbin/amd/amd/info_file.c
160
dlog("%s returns %s", key, dc);
usr.sbin/amd/amd/info_nis.c
264
dlog("NIS master for %s@%s has order %d", map, domain, order);
usr.sbin/amd/amd/info_union.c
104
dlog("Reading directory %s...", *dir);
usr.sbin/amd/amd/info_union.c
115
dlog("... gives %s", dp->d_name);
usr.sbin/amd/amd/map.c
1065
dlog("No further timeouts");
usr.sbin/amd/amd/map.c
1085
dlog("Next mount timeout in %ds", t - now);
usr.sbin/amd/amd/map.c
402
dlog("fh_to_mp3: %s (%s) is hung:- call lookup",
usr.sbin/amd/amd/map.c
593
dlog("root_fh substitutes pid %d", (int)pid);
usr.sbin/amd/amd/map.c
778
dlog("No-op unmount of error node %s", mf->mf_info);
usr.sbin/amd/amd/map.c
783
dlog("Unmounting %s (%s)", mf->mf_mount, mf->mf_info);
usr.sbin/amd/amd/map.c
791
dlog("%s: unmount: %m", mf->mf_mount);
usr.sbin/amd/amd/map.c
943
dlog("\"%s\" on %s timed out", mp->am_path, mp->am_mnt->mf_mount);
usr.sbin/amd/amd/map.c
954
dlog("unmount attempt backgrounded");
usr.sbin/amd/amd/map.c
959
dlog("\"%s\" on %s timed out", mp->am_path, mp->am_mnt->mf_mount);
usr.sbin/amd/amd/map.c
960
dlog("Trying unmount in foreground");
usr.sbin/amd/amd/map.c
965
dlog("unmount attempt done");
usr.sbin/amd/amd/map.c
986
dlog("Timing out automount points...");
usr.sbin/amd/amd/mapc.c
245
dlog("add_kv: %s -> %s", key, val);
usr.sbin/amd/amd/mapc.c
359
dlog("calling map reload on %s", m->map_name);
usr.sbin/amd/amd/mapc.c
366
dlog("calling mapc_search for wildcard");
usr.sbin/amd/amd/mapc.c
426
dlog("Map for %s coming from maptype %s", map, mt->name);
usr.sbin/amd/amd/mapc.c
638
dlog("mapc recurses on %s", wildname);
usr.sbin/amd/amd/mntfs.c
136
dlog("Locating mntfs reference to %s", mp);
usr.sbin/amd/amd/mntfs.c
165
dlog("Restarting filesystem %s", mf->mf_mount);
usr.sbin/amd/amd/mntfs.c
289
dlog("Immediately discarding mntfs for %s", mf->mf_mount);
usr.sbin/amd/amd/mntfs.c
295
dlog("Discarding remount hook for %s", mf->mf_mount);
usr.sbin/amd/amd/mntfs.c
297
dlog("Discarding last mntfs reference to %s fstype %s",
usr.sbin/amd/amd/mntfs.c
301
dlog("mntfs reference for %s still active", mf->mf_mount);
usr.sbin/amd/amd/mount_fs.c
79
dlog("%s fstype %s (%s) flags %#x (%s)",
usr.sbin/amd/amd/nfs_ops.c
125
dlog("fh cache gives fp %#x, fs %s", fp2, fp2->fh_path);
usr.sbin/amd/amd/nfs_ops.c
127
dlog("fh cache search failed");
usr.sbin/amd/amd/nfs_ops.c
153
dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
usr.sbin/amd/amd/nfs_ops.c
160
dlog("Calling wakeup on %#x", fp->fh_wchan);
usr.sbin/amd/amd/nfs_ops.c
187
dlog("Discarding filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
usr.sbin/amd/amd/nfs_ops.c
205
dlog("Searching cache for %s:%s", fs->fs_host, path);
usr.sbin/amd/amd/nfs_ops.c
413
dlog("NFS: mounting remote server \"%s\", remote fs \"%s\" on \"%s\"",
usr.sbin/amd/amd/nfs_ops.c
628
dlog("locating fhandle for %s", fs_name);
usr.sbin/amd/amd/nfs_ops.c
655
dlog("mount_nfs: %m");
usr.sbin/amd/amd/nfs_ops.c
688
dlog("hack lstat(%s): ok", mp->am_parent->am_path);
usr.sbin/amd/amd/nfs_start.c
257
dlog("Select waits for %llds", (long long)tvv.tv_sec);
usr.sbin/amd/amd/nfs_start.c
259
dlog("Select waits for Godot");
usr.sbin/amd/amd/nfs_start.c
269
dlog("select interrupted");
usr.sbin/amd/amd/nfs_start.c
81
dlog("%d new fds allocated; total is %d",
usr.sbin/amd/amd/nfs_start.c
89
dlog("%#lx bytes of memory allocated; total is %#lx (%ld pages)",
usr.sbin/amd/amd/nfs_subr.c
183
dlog("Not sending RPC reply");
usr.sbin/amd/amd/nfsx_ops.c
124
dlog("NFS: mounting remote server \"%s\", remote fs \"%s\" on \"%s\"",
usr.sbin/amd/amd/nfsx_ops.c
218
dlog("nfsx: init mount for %s on %s", xinfo, mp);
usr.sbin/amd/amd/nfsx_ops.c
366
dlog("calling underlying fmount on %s", m->mf_mount);
usr.sbin/amd/amd/nfsx_ops.c
371
dlog("backgrounding mount of \"%s\"", m->mf_info);
usr.sbin/amd/amd/nfsx_ops.c
380
dlog("foreground mount of \"%s\" ...", mf->mf_info);
usr.sbin/amd/amd/nfsx_ops.c
388
dlog("underlying fmount of %s failed: %m", m->mf_mount);
usr.sbin/amd/amd/nfsx_ops.c
437
dlog("calling underlying fumount on %s", m->mf_mount);
usr.sbin/amd/amd/rpc_fwd.c
116
dlog("Re-using packet forwarding slot - id %#x", p->rf_xid);
usr.sbin/amd/amd/rpc_fwd.c
223
case RPC_XID_PORTMAP: dlog("Sending PORTMAP request"); break;
usr.sbin/amd/amd/rpc_fwd.c
224
case RPC_XID_MOUNTD: dlog("Sending MOUNTD request %#x", type_id); break;
usr.sbin/amd/amd/rpc_fwd.c
225
case RPC_XID_NFSPING: dlog("Sending NFS ping"); break;
usr.sbin/amd/amd/rpc_fwd.c
226
default: dlog("UNKNOWN RPC XID"); break;
usr.sbin/amd/amd/rpc_fwd.c
237
dlog("Discarding earlier rpc fwd handle");
usr.sbin/amd/amd/rpc_fwd.c
243
dlog("Allocating a new xid...");
usr.sbin/amd/amd/rpc_fwd.c
275
dlog("Sending packet id %#x to %s.%d", p->rf_xid,
usr.sbin/amd/amd/rpc_fwd.c
371
case RPC_XID_PORTMAP: dlog("Receiving PORTMAP reply"); break;
usr.sbin/amd/amd/rpc_fwd.c
372
case RPC_XID_MOUNTD: dlog("Receiving MOUNTD reply %#x", *pkt_int); break;
usr.sbin/amd/amd/rpc_fwd.c
373
case RPC_XID_NFSPING: dlog("Receiving NFS ping %#x", *pkt_int); break;
usr.sbin/amd/amd/rpc_fwd.c
374
default: dlog("UNKNOWN RPC XID"); break;
usr.sbin/amd/amd/rpc_fwd.c
381
dlog("Can't forward reply id %#x", *pkt_int);
usr.sbin/amd/amd/sched.c
136
dlog("SLEEP on %#x", wchan);
usr.sbin/amd/amd/sched.c
181
dlog("Nothing SLEEPing on %#x", wchan);
usr.sbin/amd/amd/sched.c
207
dlog("Process %ld exited with status %d",
usr.sbin/amd/amd/sched.c
223
dlog("can't locate task block for pid %ld", (long)pid);
usr.sbin/amd/amd/srvr_afs.c
108
dlog("Deleting file server %s", fs->fs_host);
usr.sbin/amd/amd/srvr_afs.c
155
dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl);
usr.sbin/amd/amd/srvr_nfs.c
163
dlog("got port (%d) for mountd on %s", port, fs->fs_host);
usr.sbin/amd/amd/srvr_nfs.c
176
dlog("Error fetching port for mountd on %s", fs->fs_host);
usr.sbin/amd/amd/srvr_nfs.c
187
dlog("Got portmap for old port request");
usr.sbin/amd/amd/srvr_nfs.c
191
dlog("portmap request timed out");
usr.sbin/amd/amd/srvr_nfs.c
303
dlog("file server %s type nfs is still up", fs->fs_host);
usr.sbin/amd/amd/srvr_nfs.c
349
dlog("Spurious ping packet");
usr.sbin/amd/amd/srvr_nfs.c
416
dlog("%d pings to %s failed - at most %d allowed", np->np_ping, fs->fs_host, MAX_ALLOWED_PINGS);
usr.sbin/amd/amd/srvr_nfs.c
476
dlog("Sent NFS ping to %s", fs->fs_host);
usr.sbin/amd/amd/srvr_nfs.c
505
dlog("NFS timeout in %d seconds", fstimeo);
usr.sbin/amd/amd/srvr_nfs.c
571
dlog("Already running pings to %s", fs->fs_host);
usr.sbin/amd/amd/ufs_ops.c
61
dlog("UFS: mounting device \"%s\" on \"%s\"",
usr.sbin/amd/amd/umount_fs.c
61
dlog("%s: unmount: %m", fs_name);
usr.sbin/amd/amd/umount_fs.c
67
dlog("%s: unmount: %m", fs_name);
usr.sbin/amd/amd/util.c
219
dlog("Hostname %s normalized to %s", *chp, hp->h_name);
usr.sbin/amd/amd/util.c
272
dlog("background process exiting with status %d", rc);
usr.sbin/amd/amd/util.c
497
dlog("backgrounded");
usr.sbin/amd/amd/util.c
532
dlog("mkdir(%s)", p2);
usr.sbin/amd/amd/util.c
542
dlog("mkdir(%s)", p2);
usr.sbin/amd/amd/util.c
582
dlog("rmdir(%s)", xdp);