Symbol: logx
games/hunt/huntd/answer.c
218
logx(LOG_NOTICE, "too many monitors");
games/hunt/huntd/answer.c
230
logx(LOG_NOTICE, "too many players");
games/hunt/huntd/answer.c
259
logx(LOG_WARNING, "lost connection to new client");
games/hunt/huntd/answer.c
458
logx(LOG_INFO, "player %s %s team %c",
games/hunt/huntd/answer.c
499
logx(LOG_INFO, "new player: %s%s%c%s",
games/hunt/huntd/answer.c
97
logx(LOG_WARNING,
games/hunt/huntd/conf.c
143
logx(LOG_INFO, "%s:%d: %s: %d -> %d",
games/hunt/huntd/conf.c
148
logx(LOG_ERR, "%s:%d: invalid integer value \"%s\"",
games/hunt/huntd/conf.c
198
logx(LOG_ERR, "%s:%d: expected variable name",
games/hunt/huntd/conf.c
212
logx(LOG_ERR,
games/hunt/huntd/conf.c
223
logx(LOG_ERR, "%s:%d: expected `=' after %s", fnm, *line, word);
games/hunt/huntd/conf.c
241
logx(LOG_WARNING, "%s:%d: trailing garbage ignored",
games/hunt/huntd/driver.c
1001
logx(LOG_ERR, "accept");
games/hunt/huntd/driver.c
476
logx(LOG_INFO, "game started");
games/hunt/huntd/driver.c
977
logx(LOG_INFO, "game over");
games/hunt/huntd/server.h
273
void logx(int, const char *, ...)
games/hunt/huntd/shots.c
1116
logx(LOG_ERR, "play_at: not a player");
regress/usr.sbin/rpki-client/test-rrdp.c
113
logx("type: %s", "add");
regress/usr.sbin/rpki-client/test-rrdp.c
116
logx("type: %s", "update");
regress/usr.sbin/rpki-client/test-rrdp.c
120
logx("type: %s", "delete");
regress/usr.sbin/rpki-client/test-rrdp.c
126
logx("uri: %s", pxml->uri);
regress/usr.sbin/rpki-client/test-rrdp.c
128
logx("data: %s", buf);
regress/usr.sbin/rpki-client/test-rrdp.c
131
logx("hash: %s", hash);
usr.bin/aucat/abuf.c
42
logx(3, "deleting non-empty buffer, used = %d", buf->used);
usr.bin/aucat/abuf.c
71
logx(0, "%s: bad count = %d", __func__, count);
usr.bin/aucat/abuf.c
89
logx(0, "%s: bad count = %d", __func__, count);
usr.bin/aucat/afile.c
223
logx(1, "%s: failed to seek to beginning of file", f->path);
usr.bin/aucat/afile.c
227
logx(1, "%s: failed to read header", f->path);
usr.bin/aucat/afile.c
237
logx(1, "%s: failed to seek back to header", f->path);
usr.bin/aucat/afile.c
241
logx(1, "%s: failed to write header", f->path);
usr.bin/aucat/afile.c
252
logx(1, "%s: %u: unsupported number of channels", f->path, f->nch);
usr.bin/aucat/afile.c
256
logx(1, "%s: %u: unsupported rate", f->path, f->rate);
usr.bin/aucat/afile.c
260
logx(1, "%s: %u: unsupported bits per sample", f->path, f->par.bits);
usr.bin/aucat/afile.c
264
logx(1, "%s: bits larger than bytes-per-sample", f->path);
usr.bin/aucat/afile.c
268
logx(1, "%s: only 32-bit floating points are supported", f->path);
usr.bin/aucat/afile.c
281
logx(1, "%s: %u: bogus format chunk size", f->path, csize);
usr.bin/aucat/afile.c
287
logx(1, "%s: failed to read format chunk", f->path);
usr.bin/aucat/afile.c
294
logx(1, "%s: missing extended format chunk", f->path);
usr.bin/aucat/afile.c
298
logx(1, "%s: unknown format (GUID)", f->path);
usr.bin/aucat/afile.c
329
logx(1, "%s: %u: unsupported encoding", f->path, wenc);
usr.bin/aucat/afile.c
347
logx(1, "%s: not a .wav file", f->path);
usr.bin/aucat/afile.c
353
logx(1, "%s: missing data chunk", f->path);
usr.bin/aucat/afile.c
357
logx(1, "%s: failed to read chunk header", f->path);
usr.bin/aucat/afile.c
372
logx(1, "%s: skipped unknown chunk", f->path);
usr.bin/aucat/afile.c
382
logx(1, "%s: failed to seek to chunk", f->path);
usr.bin/aucat/afile.c
387
logx(1, "%s: missing format chunk", f->path);
usr.bin/aucat/afile.c
434
logx(1, "%s: %u: bogus comm chunk size", f->path, csize);
usr.bin/aucat/afile.c
438
logx(1, "%s: failed to read comm chunk", f->path);
usr.bin/aucat/afile.c
445
logx(1, "%s: malformed sample rate", f->path);
usr.bin/aucat/afile.c
463
logx(1, "%s: unsupported encoding", f->path);
usr.bin/aucat/afile.c
484
logx(1, "%s: %u: bogus data chunk size", f->path, csize);
usr.bin/aucat/afile.c
489
logx(1, "%s: failed to read data chunk", f->path);
usr.bin/aucat/afile.c
507
logx(1, "%s: not an aiff file", f->path);
usr.bin/aucat/afile.c
515
logx(1, "%s: unsupported aiff file sub-type", f->path);
usr.bin/aucat/afile.c
521
logx(1, "%s: missing data chunk", f->path);
usr.bin/aucat/afile.c
525
logx(1, "%s: failed to read chunk header", f->path);
usr.bin/aucat/afile.c
541
logx(2, "%s: skipped unknown chunk", f->path);
usr.bin/aucat/afile.c
557
logx(1, "%s: failed to seek to chunk", f->path);
usr.bin/aucat/afile.c
562
logx(1, "%s: missing comm chunk", f->path);
usr.bin/aucat/afile.c
620
logx(1, "%s: not a .au file", f->path);
usr.bin/aucat/afile.c
656
logx(1, "%s: %u: unsupported encoding", f->path, fmt);
usr.bin/aucat/afile.c
666
logx(1, "%s: failed to seek to data chunk", f->path);
usr.bin/aucat/afile.c
700
logx(1, "%s: %u: wrong precision", f->path, f->par.bits);
usr.bin/aucat/afile.c
721
logx(3, "%s: end reached", f->path);
usr.bin/aucat/afile.c
730
logx(1, "%s: couldn't read", f->path);
usr.bin/aucat/afile.c
747
logx(3, "%s: max file size reached", f->path);
usr.bin/aucat/afile.c
756
logx(1, "%s: couldn't write", f->path);
usr.bin/aucat/afile.c
770
logx(1, "%s: attempt to seek outside file boundaries", f->path);
usr.bin/aucat/afile.c
779
logx(1, "%s: couldn't seek", f->path);
usr.bin/aucat/afile.c
841
logx(1, "%s: failed to open for reading", f->path);
usr.bin/aucat/afile.c
869
logx(1, "%s: failed to create file", f->path);
usr.bin/aucat/afile.c
915
logx(1, "afile_open: 0x%x: wrong flags", flags);
usr.bin/aucat/aucat.c
1017
logx(4, "%s: cycle, prime = %u", dev_name, dev_prime);
usr.bin/aucat/aucat.c
1029
logx(1, "%s: failed to read", dev_name);
usr.bin/aucat/aucat.c
1055
logx(1, "%s: failed to write to device", dev_name);
usr.bin/aucat/aucat.c
1098
logx(2, "ready, waiting for mmc messages");
usr.bin/aucat/aucat.c
1124
logx(1, "poll failed");
usr.bin/aucat/aucat.c
1130
logx(1, "%s: audio device gone, stopping", dev);
usr.bin/aucat/aucat.c
1141
logx(1, "%s: midi port gone, stopping", dev_port);
usr.bin/aucat/aucat.c
1177
logx(1, "%s: on/off expected", s);
usr.bin/aucat/aucat.c
1188
logx(1, "%s: bad encoding", s);
usr.bin/aucat/aucat.c
1217
logx(1, "%s: bad header type", s);
usr.bin/aucat/aucat.c
1254
logx(1, "%s: channel mapping expected", str);
usr.bin/aucat/aucat.c
1291
logx(1, "%s: channel count expected", str);
usr.bin/aucat/aucat.c
1302
logx(1, "%s: expected integer between %d and %d", s, min, max);
usr.bin/aucat/aucat.c
1315
logx(1, "%s: positive number of samples expected", s);
usr.bin/aucat/aucat.c
1442
logx(1, "%s", usagestr);
usr.bin/aucat/aucat.c
1447
logx(1, "-f and -q make no sense in off-line mode");
usr.bin/aucat/aucat.c
1451
logx(1, "both -i and -o required");
usr.bin/aucat/aucat.c
1460
logx(1, "at least -i or -o required");
usr.bin/aucat/aucat.c
152
logx(1, "allocbuf: bogus channels or bytes per sample count\n");
usr.bin/aucat/aucat.c
235
logx(1, "%s: can't write, disabled", s->afile.path);
usr.bin/aucat/aucat.c
256
logx(3, "%s: eof reached, stopping", s->afile.path);
usr.bin/aucat/aucat.c
290
logx(2, "%s: %s", s->afile.path, (slot_fmt(str, sizeof(str), s), str));
usr.bin/aucat/aucat.c
306
logx(1, "%s: slot_init: wrong state", s->afile.path);
usr.bin/aucat/aucat.c
320
logx(3, "%s: allocated %u frame buffer", s->afile.path, bufsz);
usr.bin/aucat/aucat.c
373
logx(3, "%s: chain initialized", s->afile.path);
usr.bin/aucat/aucat.c
382
logx(1, "%s: slot_start: wrong state", s->afile.path);
usr.bin/aucat/aucat.c
409
logx(2, "%s: started", s->afile.path);
usr.bin/aucat/aucat.c
424
logx(2, "%s: stopped", s->afile.path);
usr.bin/aucat/aucat.c
437
logx(3, "%s: closed", s->afile.path);
usr.bin/aucat/aucat.c
603
logx(1, "%s: couldn't open midi port", port);
usr.bin/aucat/aucat.c
612
logx(1, "%s: couldn't open audio device", dev_name);
usr.bin/aucat/aucat.c
641
logx(1, "%s: couldn't set audio params", dev_name);
usr.bin/aucat/aucat.c
672
logx(2, "%s: %uHz, %s, %s, %u blocks of %u frames", dev_name, dev_rate,
usr.bin/aucat/aucat.c
704
logx(3, "master volume set to %u", val);
usr.bin/aucat/aucat.c
720
logx(3, "%s: volume set to %u", s->afile.path, val);
usr.bin/aucat/aucat.c
742
logx(2, "started");
usr.bin/aucat/aucat.c
745
logx(3, "ignoring mmc start");
usr.bin/aucat/aucat.c
763
logx(2, "stopped");
usr.bin/aucat/aucat.c
766
logx(3, "ignored mmc stop\n");
usr.bin/aucat/aucat.c
787
logx(2, "relocated to %u:%u:%u.%u.%u at %u fps", hr, min, sec, fr, cent, fps);
usr.bin/aucat/aucat.c
919
logx(3, "%s: drained, done", s->afile.path);
usr.bin/aucat/dsp.c
1019
logx(3, "%s: nch = %d, join = %d, expand = %d, "
usr.bin/aucat/dsp.c
409
logx(4, "resamp: copying %d -> %d frames, diff = %d", ifr, ofr, diff);
usr.bin/aucat/dsp.c
476
logx(0, "resamp_do: %d: too many input frames", ifr);
usr.bin/aucat/dsp.c
480
logx(0, "resamp_do: %d: too many output frames", ofr);
usr.bin/aucat/dsp.c
537
logx(3, "resamp_init: %u/%u", iblksz, oblksz);
usr.bin/aucat/dsp.c
559
logx(4, "enc: copying %u frames", todo);
usr.bin/aucat/dsp.c
613
logx(4, "enc: silence %u frames", todo);
usr.bin/aucat/dsp.c
674
logx(3, "enc: %s, %d channels",
usr.bin/aucat/dsp.c
697
logx(4, "dec: copying %u frames", todo);
usr.bin/aucat/dsp.c
776
logx(4, "dec_float: copying %u frames", todo);
usr.bin/aucat/dsp.c
816
logx(4, "dec_ulaw: copying %u frames", todo);
usr.bin/aucat/dsp.c
857
logx(3, "dec: %s, %d channels",
usr.bin/aucat/dsp.c
872
logx(4, "cmap: adding %d frames", todo);
usr.bin/aucat/dsp.c
914
logx(4, "cmap: copying %d frames", todo);
usr.bin/aucat/utils.c
104
logx(0, "failed to allocate %zu bytes", size);
usr.bin/aucat/utils.c
118
logx(0, "xfree with NULL arg");
usr.bin/sndiod/abuf.c
46
logx(3, "deleting non-empty buffer, used = %d", buf->used);
usr.bin/sndiod/abuf.c
75
logx(0, "%s: bad count = %d", __func__, count);
usr.bin/sndiod/abuf.c
93
logx(0, "%s: bad count = %d", __func__, count);
usr.bin/sndiod/dev.c
1028
logx(3, "%s: deleting", d->path);
usr.bin/sndiod/dev.c
1035
logx(0, "%s: not on the list", d->path);
usr.bin/sndiod/dev.c
1057
logx(2, "%s: started", d->path);
usr.bin/sndiod/dev.c
1087
logx(1, "%s: not compatible with %s", n->name, o->name);
usr.bin/sndiod/dev.c
1125
logx(2, "%s: not started by mmc yet, waiting.", mtc->dev->path);
usr.bin/sndiod/dev.c
1134
logx(3, "slot%zu: not ready, start delayed", s - slot_array);
usr.bin/sndiod/dev.c
1164
logx(3, "%s: ignoring mmc start", mtc->dev->path);
usr.bin/sndiod/dev.c
1185
logx(3, "%s: ignored mmc stop", mtc->dev->path);
usr.bin/sndiod/dev.c
1197
logx(2, "%s: relocated to %u", mtc->dev->path, origin);
usr.bin/sndiod/dev.c
1217
logx(2, "%s: set to be MIDI clock source", d->path);
usr.bin/sndiod/dev.c
125
logx(3, "slot%zu: %s", s - slot_array, __func__);
usr.bin/sndiod/dev.c
1337
logx(3, "slot%zu: allocated %u/%u fr buffers",
usr.bin/sndiod/dev.c
136
logx(3, "slot%zu: %s", s - slot_array, __func__);
usr.bin/sndiod/dev.c
1380
logx(1, "%s: too many connections", a->name);
usr.bin/sndiod/dev.c
1403
logx(3, "slot%zu: %s/%s", s - slot_array, s->opt->name, s->app->name);
usr.bin/sndiod/dev.c
1440
logx(3, "slot%zu: setting volume %u", s - slot_array, vol);
usr.bin/sndiod/dev.c
1482
logx(2, "slot%zu: attached at %d + %d / %d",
usr.bin/sndiod/dev.c
1532
logx(0, "slot%zu: slot_start: wrong state", s - slot_array);
usr.bin/sndiod/dev.c
1536
logx(2, "slot%zu: %dHz, %s, %s, %d blocks of %d frames",
usr.bin/sndiod/dev.c
1583
logx(0, "slot%zu: can't detach, not on list", s - slot_array);
usr.bin/sndiod/dev.c
1605
logx(2, "slot%zu: detached at %d + %d / %d",
usr.bin/sndiod/dev.c
1644
logx(3, "slot%zu: stopping (drain = %d)", s - slot_array, drain);
usr.bin/sndiod/dev.c
1670
logx(3, "slot%zu: not drained (blocked by mmc)", s - slot_array);
usr.bin/sndiod/dev.c
1687
logx(4, "slot%zu: catching skipped block", s - slot_array);
usr.bin/sndiod/dev.c
1706
logx(4, "slot%zu: switching to READY state", s - slot_array);
usr.bin/sndiod/dev.c
1926
logx(3, "ctl%u: already set", c->addr);
usr.bin/sndiod/dev.c
1930
logx(3, "ctl%u: %d: out of range", c->addr, val);
usr.bin/sndiod/dev.c
1936
logx(3, "ctl%u: marked as dirty", c->addr);
usr.bin/sndiod/dev.c
1978
logx(2, "ctl%u: not writable", c->addr);
usr.bin/sndiod/dev.c
2056
logx(2, "ctl%u: %s = %d at %s: added", c->addr,
usr.bin/sndiod/dev.c
2155
logx(2, "ctl%u: %s: removed", c->addr,
usr.bin/sndiod/dev.c
2212
logx(2, "%s: software master level control disabled", d->path);
usr.bin/sndiod/dev.c
2216
logx(2, "%s: software master level control enabled", d->path);
usr.bin/sndiod/dev.c
268
logx(3, "%s: mtc full frame at %d, %d fps", mtc->dev->path, mtc->delta, mtc->fps);
usr.bin/sndiod/dev.c
348
logx(4, "slot%zu: skipped a cycle", s - slot_array);
usr.bin/sndiod/dev.c
378
logx(0, "slot%zu: not enough data to mix (%u bytes)",
usr.bin/sndiod/dev.c
456
logx(3, "slot%zu: set weight: %d / %d", i - slot_array, i->mix.weight,
usr.bin/sndiod/dev.c
475
logx(0, "dev_sub_bcopy: not enough space");
usr.bin/sndiod/dev.c
542
logx(2, "%s: device stopped", d->path);
usr.bin/sndiod/dev.c
552
logx(4, "%s: empty cycle, prime = %u", d->path, d->prime);
usr.bin/sndiod/dev.c
567
logx(4, "%s: full cycle: delta = %d", d->path, d->delta);
usr.bin/sndiod/dev.c
580
logx(4, "slot%zu: running, skip = %d", s - slot_array, s->skip);
usr.bin/sndiod/dev.c
595
logx(0, "slot%zu: rec-only slots can't be drained",
usr.bin/sndiod/dev.c
612
logx(3, "slot%zu: drained", s - slot_array);
usr.bin/sndiod/dev.c
632
logx(3, "slot%zu: xrun, paused", s - slot_array);
usr.bin/sndiod/dev.c
645
logx(0, "slot%zu: bad xrun mode", s - slot_array);
usr.bin/sndiod/dev.c
653
logx(3, "slot%zu: resumed", s - slot_array);
usr.bin/sndiod/dev.c
665
logx(3, "slot%zu: prime = %d", s - slot_array,
usr.bin/sndiod/dev.c
725
logx(2, "%s: master volume set to %u", d->path, master);
usr.bin/sndiod/dev.c
755
logx(1, "too many devices");
usr.bin/sndiod/dev.c
841
logx(2, "%s: %dHz, %s, %s, %d blocks of %d frames",
usr.bin/sndiod/dev.c
870
logx(1, "%s: failed to open audio device", d->path);
usr.bin/sndiod/dev.c
928
logx(3, "%s: closing", d->path);
usr.bin/sndiod/dev.c
962
logx(3, "%s: device requested", d->path);
usr.bin/sndiod/dev.c
974
logx(3, "%s: device released", d->path);
usr.bin/sndiod/dev.c
999
logx(3, "%s: draining", d->path);
usr.bin/sndiod/dev_sioctl.c
174
logx(1, "ctl%u: set failed", c->addr);
usr.bin/sndiod/dev_sioctl.c
85
logx(2, "%s: onctl: addr = %u, val = %u", d->path, addr, val);
usr.bin/sndiod/dev_sioctl.c
92
logx(2, "ctl%u: %s -> %u", c->addr,
usr.bin/sndiod/dsp.c
340
logx(4, "resamp: copying %d -> %d frames, diff = %d", ifr, ofr, diff);
usr.bin/sndiod/dsp.c
407
logx(0, "resamp_do: %d: too many input frames", ifr);
usr.bin/sndiod/dsp.c
411
logx(0, "resamp_do: %d: too many output frames", ofr);
usr.bin/sndiod/dsp.c
471
logx(3, "resamp_init: %u/%u", iblksz, oblksz);
usr.bin/sndiod/dsp.c
479
logx(3, "resamp_done");
usr.bin/sndiod/dsp.c
502
logx(4, "enc: copying %u frames", todo);
usr.bin/sndiod/dsp.c
556
logx(4, "enc: silence %u frames", todo);
usr.bin/sndiod/dsp.c
617
logx(3, "enc: %s, %d channels",
usr.bin/sndiod/dsp.c
640
logx(4, "dec: copying %u frames", todo);
usr.bin/sndiod/dsp.c
705
logx(3, "dec: %s, %d channels",
usr.bin/sndiod/dsp.c
720
logx(4, "cmap: adding %d frames", todo);
usr.bin/sndiod/dsp.c
762
logx(4, "cmap: copying %d frames", todo);
usr.bin/sndiod/dsp.c
867
logx(3, "%s: nch = %d, join = %d, expand = %d, "
usr.bin/sndiod/fdpass.c
104
logx(1, "%s: sendmsg failed", f->file->name);
usr.bin/sndiod/fdpass.c
109
logx(1, "%s: short write", f->file->name);
usr.bin/sndiod/fdpass.c
114
logx(3, "%s: send: cmd = %d, num = %d, mode = %d, fd = %d",
usr.bin/sndiod/fdpass.c
144
logx(1, "%s: out of fds", f->file->name);
usr.bin/sndiod/fdpass.c
152
logx(1, "%s: recvmsg failed", f->file->name);
usr.bin/sndiod/fdpass.c
157
logx(3, "%s: recvmsg eof", f->file->name);
usr.bin/sndiod/fdpass.c
162
logx(1, "%s: truncated", f->file->name);
usr.bin/sndiod/fdpass.c
184
logx(3, "%s: recv: cmd = %d, num = %d, mode = %d, fd = %d",
usr.bin/sndiod/fdpass.c
198
logx(1, "%s: expected RETURN message", f->file->name);
usr.bin/sndiod/fdpass.c
258
logx(3, "%s: exit", f->file->name);
usr.bin/sndiod/fdpass.c
277
logx(1, "%s: bad audio device or mode", f->file->name);
usr.bin/sndiod/fdpass.c
286
logx(1, "%s: bad midi port or mode", f->file->name);
usr.bin/sndiod/fdpass.c
295
logx(1, "%s: bad control device", f->file->name);
usr.bin/sndiod/fdpass.c
318
logx(3, "%s: hup", f->file->name);
usr.bin/sndiod/file.c
102
logx(0, "timo_add: already set");
usr.bin/sndiod/file.c
106
logx(0, "timo_add: zero timeout is evil");
usr.bin/sndiod/file.c
139
logx(4, "timo_del: not found");
usr.bin/sndiod/file.c
196
logx(0, "timo_done: timo_queue not empty!");
usr.bin/sndiod/file.c
210
logx(1, "%s: too many polled files", name);
usr.bin/sndiod/file.c
224
logx(3, "%s: created", f->name);
usr.bin/sndiod/file.c
235
logx(0, "%s: %s: bad state in file_del", __func__, f->name);
usr.bin/sndiod/file.c
242
logx(3, "%s: destroyed", f->name);
usr.bin/sndiod/file.c
280
logx(4, "%s: processed in %luus", f->name, us);
usr.bin/sndiod/file.c
335
logx(3, "nothing to do...");
usr.bin/sndiod/file.c
351
logx(4, "poll [%s]", (filelist_fmt(str, sizeof(str), pfds, 0), str));
usr.bin/sndiod/file.c
392
logx(0, "poll failed");
usr.bin/sndiod/file.c
412
logx(2, "out-of-bounds clock delta");
usr.bin/sndiod/file.c
435
logx(0, "filelist_init: CLOCK_UPTIME unsupported");
usr.bin/sndiod/file.c
454
logx(0, "%s: not closed", f->name);
usr.bin/sndiod/listen.c
109
logx(0, "mkdir(\"%s\")", dir);
usr.bin/sndiod/listen.c
115
logx(0, "stat(\"%s\")", dir);
usr.bin/sndiod/listen.c
119
logx(0, "%s is not a directory", dir);
usr.bin/sndiod/listen.c
123
logx(0, "%s has wrong permissions", dir);
usr.bin/sndiod/listen.c
129
logx(0, "%s: failed to create socket", sockname.sun_path);
usr.bin/sndiod/listen.c
133
logx(0, "%s: failed to unlink socket", sockname.sun_path);
usr.bin/sndiod/listen.c
140
logx(0, "%s: failed to bind socket", sockname.sun_path);
usr.bin/sndiod/listen.c
144
logx(0, "%s: failed to listen", sockname.sun_path);
usr.bin/sndiod/listen.c
180
logx(0, "%s: failed to resolve address", addr);
usr.bin/sndiod/listen.c
191
logx(0, "%s: failed to create socket", addr);
usr.bin/sndiod/listen.c
197
logx(0, "%s: failed to set SO_REUSEADDR", addr);
usr.bin/sndiod/listen.c
201
logx(0, "%s: failed to bind socket", addr);
usr.bin/sndiod/listen.c
205
logx(0, "%s: failed to listen", addr);
usr.bin/sndiod/listen.c
270
logx(0, "%s: failed to set non-blocking mode", f->file->name);
usr.bin/sndiod/listen.c
277
logx(0, "%s: failed to set TCP_NODELAY flag", f->file->name);
usr.bin/sndiod/listen.c
63
logx(0, "%s: not on list", __func__);
usr.bin/sndiod/listen.c
97
logx(0, "unix socket name too long");
usr.bin/sndiod/midi.c
153
logx(0, "midi%u: linked with non-empty buffer", ep->num);
usr.bin/sndiod/midi.c
191
logx(4, "midi%u: sending: %s", iep->num,
usr.bin/sndiod/midi.c
204
logx(4, "midi%u -> midi%u", iep->num, oep->num);
usr.bin/sndiod/midi.c
346
logx(2, "midi%u: too slow, discarding %d bytes",
usr.bin/sndiod/midi.c
358
logx(4, "midi%u: out: %s", oep->num,
usr.bin/sndiod/midi.c
412
logx(0, "midi%u: port exit", p->midi->num);
usr.bin/sndiod/midi.c
451
logx(0, "port to delete not on list");
usr.bin/sndiod/midi.c
464
logx(3, "midi%u: port requested", c->midi->num);
usr.bin/sndiod/midi.c
476
logx(3, "midi%u: port released", c->midi->num);
usr.bin/sndiod/midi.c
498
logx(1, "midi%u: failed to open midi port", c->midi->num);
usr.bin/sndiod/midi.c
510
logx(0, "midi%u: can't close port (not opened)", c->midi->num);
usr.bin/sndiod/midi.c
514
logx(2, "midi%u: closed", c->midi->num);
usr.bin/sndiod/midi.c
530
logx(3, "midi%u: draining", c->midi->num);
usr.bin/sndiod/midi.c
579
logx(3, "%zu: midithru requested", t - midithru_array);
usr.bin/sndiod/midi.c
605
logx(3, "%zu: midithru released", t - midithru_array);
usr.bin/sndiod/opt.c
138
logx(3, "%s/%s: setting volume %u", o->name, a->name, vol);
usr.bin/sndiod/opt.c
192
logx(2, "%s: mmc stop", o->name);
usr.bin/sndiod/opt.c
201
logx(2, "%s: mmc start", o->name);
usr.bin/sndiod/opt.c
255
logx(1, "%s: midi end point died", o->name);
usr.bin/sndiod/opt.c
335
logx(0, "%s: too long", name);
usr.bin/sndiod/opt.c
341
logx(0, "%s: only alphabetic chars allowed", name);
usr.bin/sndiod/opt.c
350
logx(0, "%s: too many opts", name);
usr.bin/sndiod/opt.c
355
logx(1, "%s: already defined", name);
usr.bin/sndiod/opt.c
361
logx(0, "%s: MTC already setup for another device", name);
usr.bin/sndiod/opt.c
365
logx(2, "%s: initial MTC source, controlled by MMC", d->path);
usr.bin/sndiod/opt.c
398
logx(2, "%s: %s%s, vol = %d", o->name, (chans_fmt(str, sizeof(str),
usr.bin/sndiod/opt.c
435
logx(2, "%s: alt -> %s", o->name, buf);
usr.bin/sndiod/opt.c
472
logx(0, "%s: not on list", __func__);
usr.bin/sndiod/opt.c
506
logx(0, "%s: still has refs", o->name);
usr.bin/sndiod/opt.c
537
logx(2, "%s: %s -> %d", __func__, opt_modes[idx].name, val);
usr.bin/sndiod/opt.c
88
logx(1, "%s: too many programs", name);
usr.bin/sndiod/siofile.c
123
logx(1, "%s: warning, device opened in %s mode",
usr.bin/sndiod/siofile.c
130
logx(1, "%s: no control device", d->path);
usr.bin/sndiod/siofile.c
186
logx(0, "%s: %u: unsupported number of bits", d->path, par.bits);
usr.bin/sndiod/siofile.c
190
logx(0, "%s: %u: unsupported sample size", d->path, par.bps);
usr.bin/sndiod/siofile.c
194
logx(0, "%s: %u: unsupported number of play channels", d->path, par.pchan);
usr.bin/sndiod/siofile.c
198
logx(0, "%s: %u: unsupported number of rec channels", d->path, par.rchan);
usr.bin/sndiod/siofile.c
202
logx(0, "%s: %u: unsupported buffer size", d->path, par.bufsz);
usr.bin/sndiod/siofile.c
207
logx(0, "%s: %u: unsupported block size", d->path, par.round);
usr.bin/sndiod/siofile.c
211
logx(0, "%s: %u: unsupported rate", d->path, par.rate);
usr.bin/sndiod/siofile.c
253
logx(3, "%s: closed", d->path);
usr.bin/sndiod/siofile.c
269
logx(1, "%s: failed to start device", d->path);
usr.bin/sndiod/siofile.c
286
logx(3, "%s: started", d->path);
usr.bin/sndiod/siofile.c
295
logx(1, "%s: failed to stop device", d->path);
usr.bin/sndiod/siofile.c
299
logx(3, "%s: stopped, load avg = %lld / %lld",
usr.bin/sndiod/siofile.c
348
logx(0, "%s: recording, but POLLIN not set", d->path);
usr.bin/sndiod/siofile.c
352
logx(0, "%s: can't read data", d->path);
usr.bin/sndiod/siofile.c
356
logx(0, "%s: unexpected data", d->path);
usr.bin/sndiod/siofile.c
367
logx(4, "%s: read %u bytes, todo %u / %u", d->path,
usr.bin/sndiod/siofile.c
375
logx(2, "%s: rec hw xrun, rused = %d / %d",
usr.bin/sndiod/siofile.c
393
logx(0, "%s: cycle not at block boundary", d->path);
usr.bin/sndiod/siofile.c
410
logx(0, "%s: can't write data", d->path);
usr.bin/sndiod/siofile.c
421
logx(4, "%s: wrote %u bytes, todo %u / %u",
usr.bin/sndiod/siofile.c
430
logx(2, "%s: play hw xrun, pused = %d / %d",
usr.bin/sndiod/siofile.c
436
logx(2, "%s: out of bounds pused = %d / %d",
usr.bin/sndiod/siofile.c
459
logx(2, "%s: disconnected", d->path);
usr.bin/sndiod/siofile.c
63
logx(4, "%s: tick, delta = %d", d->path, delta);
usr.bin/sndiod/siofile.c
84
logx(1, "%s: xrun", d->path);
usr.bin/sndiod/siofile.c
95
logx(1, "%s: watchdog timeout", d->path);
usr.bin/sndiod/sock.c
1009
logx(3, "sock %d: GETPAR message", f->fd);
usr.bin/sndiod/sock.c
1013
logx(1, "sock %d: GETPAR, wrong state", f->fd);
usr.bin/sndiod/sock.c
1040
logx(3, "sock %d: SETVOL message", f->fd);
usr.bin/sndiod/sock.c
1044
logx(1, "sock %d: SETVOL, wrong state", f->fd);
usr.bin/sndiod/sock.c
1052
logx(1, "sock %d: SETVOL, volume out of range", f->fd);
usr.bin/sndiod/sock.c
1065
logx(3, "sock %d: CTLSUB message, desc = 0x%x, val = 0x%x",
usr.bin/sndiod/sock.c
1070
logx(1, "sock %d: CTLSUB, wrong state", f->fd);
usr.bin/sndiod/sock.c
1101
logx(3, "sock %d: CTLSET message", f->fd);
usr.bin/sndiod/sock.c
1105
logx(1, "sock %d: CTLSET, wrong state", f->fd);
usr.bin/sndiod/sock.c
1114
logx(1, "sock %d: CTLSET, wrong addr", f->fd);
usr.bin/sndiod/sock.c
1121
logx(1, "sock %d: CTLSET, bad value", f->fd);
usr.bin/sndiod/sock.c
1131
logx(3, "sock %d: AUTH message", f->fd);
usr.bin/sndiod/sock.c
1135
logx(1, "sock %d: AUTH, wrong state", f->fd);
usr.bin/sndiod/sock.c
1149
logx(3, "sock %d: HELLO message", f->fd);
usr.bin/sndiod/sock.c
1153
logx(1, "sock %d: HELLO, wrong state", f->fd);
usr.bin/sndiod/sock.c
1169
logx(3, "sock %d: BYE message", f->fd);
usr.bin/sndiod/sock.c
1173
logx(1, "sock %d: BYE, wrong state", f->fd);
usr.bin/sndiod/sock.c
1180
logx(1, "sock %d: 0x%x: unknown command in message", f->fd, cmd);
usr.bin/sndiod/sock.c
1204
logx(4, "sock %d: building MOVE message, delta = %d", f->fd, f->slot->delta);
usr.bin/sndiod/sock.c
1222
logx(4, "sock %d: building XRUN message", f->fd);
usr.bin/sndiod/sock.c
1241
logx(4, "sock %d: building FLOWCTL message, "
usr.bin/sndiod/sock.c
1255
logx(3, "sock %d: building SETVOL message, vol = %d", f->fd,
usr.bin/sndiod/sock.c
1293
logx(0, "sock %d: sock_buildmsg size == 0", f->fd);
usr.bin/sndiod/sock.c
1302
logx(4, "sock %d: building audio DATA message, size = %d", f->fd, size);
usr.bin/sndiod/sock.c
1314
logx(3, "sock %d: building STOP message", f->fd);
usr.bin/sndiod/sock.c
1388
logx(3, "sock %d: building control DATA message", f->fd);
usr.bin/sndiod/sock.c
1408
logx(3, "sock %d: building CTLSET message", f->fd);
usr.bin/sndiod/sock.c
1419
logx(3, "sock %d: building CTLSYNC message", f->fd);
usr.bin/sndiod/sock.c
1424
logx(4, "sock %d: no messages to build anymore, idling...", f->fd);
usr.bin/sndiod/sock.c
1437
logx(4, "sock %d: reading %u todo", f->fd, f->rtodo);
usr.bin/sndiod/sock.c
1457
logx(4, "sock %d: can't reply, write-end blocked", f->fd);
usr.bin/sndiod/sock.c
1467
logx(4, "sock %d: copied RRET message", f->fd);
usr.bin/sndiod/sock.c
1480
logx(4, "sock %d: writing", f->fd);
usr.bin/sndiod/sock.c
1510
logx(4, "sock %d: drained, moved to INIT state", f->fd);
usr.bin/sndiod/sock.c
1522
logx(4, "sock %d: copied RRET message", f->fd);
usr.bin/sndiod/sock.c
1531
logx(0, "sock %d: bad writing end state", f->fd);
usr.bin/sndiod/sock.c
155
logx(0, "%s: not on list", __func__);
usr.bin/sndiod/sock.c
163
logx(3, "sock %d: closing", f->fd);
usr.bin/sndiod/sock.c
207
logx(4, "slot%zu: fill, rmax -> %d, pending -> %d",
usr.bin/sndiod/sock.c
220
logx(4, "slot%zu: flush, wmax -> %d", s - slot_array, f->wmax);
usr.bin/sndiod/sock.c
231
logx(3, "slot%zu: eof", s - slot_array);
usr.bin/sndiod/sock.c
243
logx(4, "slot%zu: onmove: delta -> %d", s - slot_array, s->delta);
usr.bin/sndiod/sock.c
257
logx(4, "slot%zu: onxrun: notify = %d", s - slot_array, f->xrunnotify);
usr.bin/sndiod/sock.c
272
logx(4, "slot%zu: onvol: vol -> %u", s - slot_array, s->app->vol);
usr.bin/sndiod/sock.c
354
logx(3, "sock %d: exit", f->fd);
usr.bin/sndiod/sock.c
371
logx(0, "%s: fault", __func__);
usr.bin/sndiod/sock.c
376
logx(1, "sock %d: write failed, errno = %d", f->fd, errno);
usr.bin/sndiod/sock.c
380
logx(4, "sock %d: write blocked", f->fd);
usr.bin/sndiod/sock.c
404
logx(0, "%s: fault", __func__);
usr.bin/sndiod/sock.c
409
logx(1, "sock %d: read failed, errno = %d", f->fd, errno);
usr.bin/sndiod/sock.c
413
logx(4, "sock %d: read blocked", f->fd);
usr.bin/sndiod/sock.c
436
logx(0, "%s: sock %d: nothing to read", __func__, f->fd);
usr.bin/sndiod/sock.c
450
logx(4, "sock %d: read full message", f->fd);
usr.bin/sndiod/sock.c
466
logx(0, "%s: sock %d: already written", __func__, f->fd);
usr.bin/sndiod/sock.c
480
logx(4, "sock %d: wrote full message", f->fd);
usr.bin/sndiod/sock.c
497
logx(0, "%s: sock %d: data block already read", __func__, f->fd);
usr.bin/sndiod/sock.c
520
logx(4, "sock %d: read complete block", f->fd);
usr.bin/sndiod/sock.c
539
logx(0, "%s: sock %d: zero-sized data block", __func__, f->fd);
usr.bin/sndiod/sock.c
551
logx(4, "sock %d: zero-filled remaining block", f->fd);
usr.bin/sndiod/sock.c
584
logx(4, "sock %d: wrote complete block", f->fd);
usr.bin/sndiod/sock.c
607
logx(1, "sock %d: %d: bits out of bounds", f->fd, p->bits);
usr.bin/sndiod/sock.c
614
logx(1, "sock %d: %d: wrong bytes per sample",
usr.bin/sndiod/sock.c
659
logx(1, "sock %d: %u: bad xrun policy", f->fd, p->xrun);
usr.bin/sndiod/sock.c
728
logx(3, "sock %d: hello from <%s>, mode %x, ver %d",
usr.bin/sndiod/sock.c
732
logx(1, "sock %d: %u: unsupported version", f->fd, p->version);
usr.bin/sndiod/sock.c
748
logx(1, "sock %d: %u: unsupported mode", f->fd, mode);
usr.bin/sndiod/sock.c
754
logx(1, "sock %d: malformed opt", f->fd);
usr.bin/sndiod/sock.c
760
logx(1, "sock %d: malformed program name", f->fd);
usr.bin/sndiod/sock.c
822
logx(2, "sock %d: unhandled device", f->fd);
usr.bin/sndiod/sock.c
827
logx(2, "sock %d: couldn't get ctlslot", f->fd);
usr.bin/sndiod/sock.c
859
logx(4, "sock %d: DATA message", f->fd);
usr.bin/sndiod/sock.c
863
logx(1, "sock %d: DATA, wrong state", f->fd);
usr.bin/sndiod/sock.c
871
logx(1, "sock %d: DATA, input-only mode", f->fd);
usr.bin/sndiod/sock.c
879
logx(1, "sock %d: zero size payload", f->fd);
usr.bin/sndiod/sock.c
886
logx(1, "sock %d: not aligned to frame", f->fd);
usr.bin/sndiod/sock.c
893
logx(1, "sock %d: size = %d, ralign = %d: "
usr.bin/sndiod/sock.c
908
logx(1, "sock %d: unexpected data, size = %u, rmax = %d",
usr.bin/sndiod/sock.c
917
logx(1, "sock %d: zero-length data chunk", f->fd);
usr.bin/sndiod/sock.c
925
logx(3, "sock %d: START message", f->fd);
usr.bin/sndiod/sock.c
929
logx(1, "sock %d: START, wrong state", f->fd);
usr.bin/sndiod/sock.c
955
logx(3, "sock %d: STOP message", f->fd);
usr.bin/sndiod/sock.c
959
logx(1, "sock %d: STOP, wrong state", f->fd);
usr.bin/sndiod/sock.c
975
logx(0, "sock %d: unaligned stop, "
usr.bin/sndiod/sock.c
991
logx(3, "sock %d: SETPAR message", f->fd);
usr.bin/sndiod/sock.c
995
logx(1, "sock %d: SETPAR, wrong state", f->fd);
usr.bin/sndiod/utils.c
104
logx(0, "failed to allocate %zu bytes", size);
usr.bin/sndiod/utils.c
118
logx(0, "xfree with NULL arg");
usr.sbin/rpki-client/extern.h
1070
void logx(const char *fmt, ...)
usr.sbin/rpki-client/http.c
1373
logx("redirect to %s", http_info(uri));
usr.sbin/rpki-client/http.c
927
logx("%s: downloaded %zu bytes without HTTP "
usr.sbin/rpki-client/main.c
1554
logx("all files parsed: generating output");
usr.sbin/rpki-client/repo.c
1071
logx("ta/%s: loaded from network", tr->descr);
usr.sbin/rpki-client/repo.c
1092
logx("%s: loaded from network", rr->basedir);
usr.sbin/rpki-client/repo.c
1123
logx("%s: loaded from network", rr->notifyuri);
usr.sbin/rpki-client/repo.c
1167
logx("ta/%s: loaded from network", tr->descr);
usr.sbin/rpki-client/repo.c
1204
logx("%s: using cache", rp->basedir);
usr.sbin/rpki-client/repo.c
1265
logx("%s: using cache", rp->basedir);
usr.sbin/rpki-client/repo.c
1733
logx("deleted %s", fn);
usr.sbin/rpki-client/repo.c
1746
logx("deleted %s", fn);
usr.sbin/rpki-client/repo.c
1895
logx("superfluous %s", path);
usr.sbin/rpki-client/repo.c
1922
logx("moved %s", path);
usr.sbin/rpki-client/repo.c
1934
logx("deleted superfluous %s", path);
usr.sbin/rpki-client/repo.c
1941
logx("deleted %s", path);
usr.sbin/rpki-client/repo.c
384
logx("ta/%s: fallback to cache", tr->descr);
usr.sbin/rpki-client/repo.c
390
logx("ta/%s: pulling from %s", tr->descr, tr->uri[tr->uriidx]);
usr.sbin/rpki-client/repo.c
511
logx("%s: pulling from %s", rr->basedir, rr->repouri);
usr.sbin/rpki-client/repo.c
937
logx("%s: pulling from %s", rr->notifyuri, "network");
usr.sbin/rpki-client/rrdp.c
260
logx("%s: delta sync failed, fallback to snapshot", s->local);
usr.sbin/rpki-client/rrdp.c
319
logx("%s: repository not modified (%s#%lld)",
usr.sbin/rpki-client/rrdp.c
327
logx("%s: downloading snapshot (%s#%lld)",
usr.sbin/rpki-client/rrdp.c
335
logx("%s: downloading %lld deltas (%s#%lld)",
usr.sbin/rpki-client/rrdp.c
364
logx("%s: notification file not modified (%s#%lld)", s->local,
usr.sbin/rpki-client/rrdp_delta.c
278
logx("version: %d", dxml->version);
usr.sbin/rpki-client/rrdp_delta.c
279
logx("session_id: %s serial: %lld", dxml->session_id, dxml->serial);
usr.sbin/rpki-client/rrdp_notification.c
616
logx("session_id: %s, serial: %lld", nxml->session_id, nxml->serial);
usr.sbin/rpki-client/rrdp_notification.c
617
logx("snapshot_uri: %s", nxml->snapshot_uri);
usr.sbin/rpki-client/rrdp_notification.c
619
logx("snapshot hash: %s", hash);
usr.sbin/rpki-client/rrdp_notification.c
623
logx("delta serial %lld uri: %s", d->serial, d->uri);
usr.sbin/rpki-client/rrdp_notification.c
625
logx("delta hash: %s", hash);
usr.sbin/rpki-client/rrdp_snapshot.c
257
logx("scope: %d", sxml->scope);
usr.sbin/rpki-client/rrdp_snapshot.c
258
logx("version: %d", sxml->version);
usr.sbin/rpki-client/rrdp_snapshot.c
259
logx("session_id: %s serial: %lld", sxml->session_id, sxml->serial);