Symbol: warnc
bin/chflags/chflags.c
188
warnc(e, "%s", p->fts_path);
bin/cp/cp.c
364
warnc(curr->fts_errno, "%s", curr->fts_path);
bin/cp/cp.c
444
warnc(ENAMETOOLONG, "%s%s%s%s", to.base,
bin/cp/cp.c
479
warnc(ENOMEM, NULL);
bin/cp/cp.c
545
warnc(ENAMETOOLONG, "%s%s%s%s", to.base,
bin/cp/cp.c
640
warnc(ENOTDIR, "%s%s", to.base, to.path);
bin/cp/extern.h
61
warnc(errno == ENOTCAPABLE ? EACCES : errno, __VA_ARGS__)
include/err.h
57
void warnc(int, const char *, ...) __printf0like(2, 3);
lib/geom/part/geom_part.c
1284
warnc(error, "%s", errmsg);
lib/geom/part/geom_part.c
1286
warnc(error, NULL);
lib/geom/part/geom_part.c
1305
warnc(error, "autofill");
lib/libkldelf/ef.c
395
warnc(error, "can't read hash table");
lib/libkldelf/elf.c
114
warnc(error, "%s: not a valid DSO or object file",
lib/librt/sigev_thread.c
417
warnc(ret, "%s:%s failed to create thread.\n",
sbin/bsdlabel/bsdlabel.c
406
warnc(serrno,
sbin/bsdlabel/bsdlabel.c
413
warnc(serrno, "%s", specname);
sbin/nvmecontrol/connect.c
105
warnc(error, "Failed to generate handoff parameters");
sbin/nvmecontrol/connect.c
116
warnc(error, "Failed to handoff queues to kernel");
sbin/nvmecontrol/fabrics.c
330
warnc(error, "Failed to fetch CAP");
sbin/nvmecontrol/fabrics.c
359
warnc(error, "Failed to fetch CC");
sbin/nvmecontrol/fabrics.c
378
warnc(error, "Failed to set CC");
sbin/nvmecontrol/fabrics.c
388
warnc(error, "Failed to fetch CSTS");
sbin/nvmecontrol/fabrics.c
39
warnc(error, "Failed to generate hostid");
sbin/nvmecontrol/fabrics.c
417
warnc(error, "Failed to fetch CC");
sbin/nvmecontrol/fabrics.c
425
warnc(error, "Failed to set CC to trigger shutdown");
sbin/nvmecontrol/fabrics.c
44
warnc(error, "Failed to generate host NQN");
sbin/nvmecontrol/fabrics.c
499
warnc(error, "Failed to fetch controller data for %s", subnqn);
sbin/nvmecontrol/fabrics.c
508
warnc(error, "Failed to request I/O queues");
sbin/nvmecontrol/reconnect.c
225
warnc(error, "Failed to fetch reconnect parameters");
sbin/nvmecontrol/reconnect.c
87
warnc(error, "Failed to generate handoff parameters");
sbin/nvmecontrol/reconnect.c
98
warnc(error, "Failed to handoff queues to kernel");
sbin/pfctl/pfctl.c
1120
warnc(ret, "DIOCGETADDRS");
sbin/pfctl/pfctl.c
1127
warnc(ret, "DIOCGETADDR");
sbin/pfctl/pfctl.c
1285
warnc(error, "DIOCGETNSTATELIM %u", stlim.id);
sbin/pfctl/pfctl.c
1365
warnc(error, "DIOCGETNSOURCE %u", srlim->id);
sbin/pfctl/pfctl.c
1410
warnc(error, "DIOCGETNSOURCELIM %u", srlim.id);
sbin/pfctl/pfctl.c
1541
warnc(ret, "DIOCGETETHRULESETS");
sbin/pfctl/pfctl.c
1565
warnc(ret, "DIOCGETETHRULES");
sbin/pfctl/pfctl.c
1573
warnc(ret, "DIOCGETETHRULE");
sbin/pfctl/pfctl.c
1692
warnc(ret, "DIOCGETRULENV");
sbin/pfctl/pfctl.c
1733
warnc(ret, "DIOCGETRULES");
sbin/pfctl/pfctl.c
1739
warnc(ret, "DIOCGETRULE");
sbin/pfctl/pfctl.c
1898
warnc(ret, "DIOCGETRULES");
sbin/pfctl/pfctl.c
1906
warnc(ret, "DIOCGETRULE");
sbin/pfctl/pfctl.c
2021
warnc(ret, "DIOCGETSYNCOOKIES");
sbin/route/route_netlink.c
291
warnc(e.error, "message indicates error");
sbin/route/route_netlink.c
835
warnc(e.error, "RTM_DELROUTE failed:");
sbin/route/route_netlink.c
905
warnc(error, "RTM_DELROUTE failed:");
sbin/sysctl/sysctl.c
598
warnc(save_errno, "%s%s", string, line);
tests/sys/kern/ktls_test.c
265
warnc(error, "%s", cause);
tools/regression/geom_gpt/gctl_test_helper.c
145
warnc(parse_retval, "failed to parse argument (%s)",
tools/tools/crypto/cryptocheck.c
1029
warnc(error, "cryptodev %s (%zu, %zu) ETA failed for device %s",
tools/tools/crypto/cryptocheck.c
1061
warnc(error, "cryptodev %s (%zu, %zu) ETA failed for device %s",
tools/tools/crypto/cryptocheck.c
1082
warnc(error,
tools/tools/crypto/cryptocheck.c
1664
warnc(error, "cryptodev %s/%zu (%zu, %zu) failed for device %s",
tools/tools/crypto/cryptocheck.c
1691
warnc(error, "cryptodev %s/%zu (%zu, %zu) failed for device %s",
tools/tools/crypto/cryptocheck.c
1711
warnc(error,
tools/tools/nvmf/nvmfd/controller.c
183
warnc(error, "Failed to read command capsule");
tools/tools/nvmf/nvmfd/ctl.c
131
warnc(error, "Failed to prepare qpair for handoff");
tools/tools/nvmf/nvmfd/discovery.c
314
warnc(error, "Failed to send CONNECT reponse");
tools/tools/nvmf/nvmfd/discovery.c
327
warnc(error, "Failed to create discovery thread");
tools/tools/nvmf/nvmfd/io.c
414
warnc(error, "Failed to read command capsule");
tools/tools/nvmf/nvmfd/io.c
494
warnc(error, "Failed to send CONNECT response");
tools/tools/nvmf/nvmfd/io.c
589
warnc(error, "Failed to send CONNECT response");
tools/tools/nvmf/nvmfd/io.c
673
warnc(error, "Failed to create I/O qpair thread");
tools/tools/nvmf/nvmfdd/nvmfdd.c
207
warnc(error, "Failed to identify namespace");
tools/tools/nvmf/nvmfdd/nvmfdd.c
335
warnc(error, "Failed I/O request");
tools/tools/tionxcl/tionxcl.c
69
warnc(ENAMETOOLONG, ttyname);
tools/tools/tionxcl/tionxcl.c
75
warnc(ENOMEM, "malloc");
tools/tools/tionxcl/tionxcl.c
82
warnc(ENOMEM, "snprintf");
tools/tools/tionxcl/tionxcl.c
87
warnc(errno, "open %s", ttyname);
tools/tools/tionxcl/tionxcl.c
94
warnc(errno, "ioctl TIOCNXCL %s", ttyname);
usr.bin/bintrans/uudecode.c
271
warnc(EEXIST, "%s: %s", infile, outfile);
usr.bin/bintrans/uudecode.c
283
warnc(EISDIR, "%s: %s", infile, outfile);
usr.bin/bintrans/uudecode.c
291
warnc(EEXIST, "%s: %s", infile, outfile);
usr.bin/cut/cut.c
409
warnc(EILSEQ, "%s", fname);
usr.bin/cut/cut.c
436
warnc(EILSEQ, "%s", fname);
usr.bin/diff/diffdir.c
125
warnc(ENAMETOOLONG, "%s", p1);
usr.bin/diff/diffdir.c
133
warnc(ENAMETOOLONG, "%s", p2);
usr.bin/diff/diffreg_new.c
227
warnc(ret, "%s", file1);
usr.bin/diff/diffreg_new.c
235
warnc(ret, "%s", file2);
usr.bin/grep/util.c
161
warnc(p->fts_errno, "%s", p->fts_path);
usr.bin/posixmqcontrol/posixmqcontrol.c
459
warnc(what, "mq_open(create)");
usr.bin/posixmqcontrol/posixmqcontrol.c
473
warnc(what, "mq_getfd_np(create)");
usr.bin/posixmqcontrol/posixmqcontrol.c
482
warnc(what, "fstat(create)");
usr.bin/posixmqcontrol/posixmqcontrol.c
497
warnc(what, "fchown(create)");
usr.bin/posixmqcontrol/posixmqcontrol.c
510
warnc(what, "fchmod(create)");
usr.bin/posixmqcontrol/posixmqcontrol.c
529
warnc(what, "mq_unlink");
usr.bin/posixmqcontrol/posixmqcontrol.c
565
warnc(what, "mq_open(info)");
usr.bin/posixmqcontrol/posixmqcontrol.c
575
warnc(what, "mq_getattr(info)");
usr.bin/posixmqcontrol/posixmqcontrol.c
622
warnc(what, "mq_open(recv)");
usr.bin/posixmqcontrol/posixmqcontrol.c
633
warnc(what, "mq_attr(recv)");
usr.bin/posixmqcontrol/posixmqcontrol.c
646
warnc(what, "mq_receive");
usr.bin/posixmqcontrol/posixmqcontrol.c
668
warnc(what, "mq_open(send)");
usr.bin/posixmqcontrol/posixmqcontrol.c
679
warnc(what, "mq_attr(send)");
usr.bin/posixmqcontrol/posixmqcontrol.c
696
warnc(what, "mq_send");
usr.bin/sort/sort.c
428
warnc(EINVAL, "%s", optarg);
usr.sbin/bhyve/basl.h
57
warnc(error, \
usr.sbin/bhyve/tpm_intf_crb.c
534
warnc(error, "%s: failed to init mutex", __func__);
usr.sbin/bhyve/tpm_intf_crb.c
540
warnc(error, "%s: failed to init cond", __func__);
usr.sbin/camdd/camdd.c
3350
warnc(error, "pthread_create() failed");
usr.sbin/camdd/camdd.c
597
warnc(retval, "%s: failed to initialize mutex", __func__);
usr.sbin/camdd/camdd.c
603
warnc(retval, "%s: failed to initialize condition variable",
usr.sbin/certctl/certctl.c
400
warnc(ent->fts_errno, "fts_read()");
usr.sbin/crunch/crunchgen/crunched_main.c
158
warnc(error, "elf_aux_info(AT_EXECPATH) failed");
usr.sbin/cxgbetool/cxgbetool.c
1174
warnc(EINVAL, "%s", __func__);
usr.sbin/cxgbetool/cxgbetool.c
547
warnc(ENOMEM, "regdump");
usr.sbin/fwcontrol/fwcontrol.c
931
warnc(EINVAL, "%s: Unknown command line arguments", __func__);
usr.sbin/fwcontrol/fwcontrol.c
944
warnc(EINVAL, "%s: Unknown command line arguments", __func__);
usr.sbin/kldxref/kldxref.c
691
warnc(error, "error while reading %s", filename);
usr.sbin/kldxref/kldxref.c
706
warnc(error, "error while reading %s", filename);
usr.sbin/mptutil/mpt_config.c
1004
warnc(error, "Failed to assign spare");
usr.sbin/mptutil/mpt_config.c
106
warnc(error, "Unable to lookup volume device name");
usr.sbin/mptutil/mpt_config.c
1241
warnc(error, "Invalid volume: %s", av[1]);
usr.sbin/mptutil/mpt_config.c
284
warnc(error, "Failed to delete volume %s",
usr.sbin/mptutil/mpt_config.c
808
warnc(error, "Invalid volume %s", av[1]);
usr.sbin/mptutil/mpt_config.c
823
warnc(error, "Failed to delete volume");
usr.sbin/mptutil/mpt_config.c
846
warnc(error, "Invalid volume %s", name);
usr.sbin/mptutil/mpt_drive.c
374
warnc(error, "Failed to set drive %u to %s", PhysDiskNum, name);
usr.sbin/mptutil/mpt_volume.c
156
warnc(error, "Invalid volume: %s", av[1]);
usr.sbin/mptutil/mpt_volume.c
165
warnc(error, "Fetching volume status failed");
usr.sbin/mptutil/mpt_volume.c
233
warnc(error, "Invalid volume: %s", av[1]);
usr.sbin/mptutil/mpt_volume.c
264
warnc(error, "volume cache change failed");
usr.sbin/mptutil/mpt_volume.c
92
warnc(error, "Invalid volume: %s", av[1]);
usr.sbin/mtest/mtest.c
464
warnc(EPROTONOSUPPORT, "setsockopt %s",
usr.sbin/mtest/mtest.c
506
warnc(EPROTONOSUPPORT, "setsockopt %s",
usr.sbin/mtest/mtest.c
547
warnc(EPROTONOSUPPORT, "setsourcefilter");
usr.sbin/mtest/mtest.c
610
warnc(EPROTONOSUPPORT, "getsourcefilter");
usr.sbin/mtest/mtest.c
720
warnc(EPROTONOSUPPORT, "getsourcefilter");
usr.sbin/mtest/mtest.c
773
warnc(EINVAL, "sscanf");
usr.sbin/mtest/mtest.c
778
warnc(EINVAL, "ether_aton");