Home
last modified time | relevance | path

Searched refs:warnc (Results 1 – 21 of 21) sorted by relevance

/trueos/tools/tools/tionxcl/
HDtionxcl.c71 warnc(ENAMETOOLONG, ttyname); in main()
77 warnc(ENOMEM, "malloc"); in main()
84 warnc(ENOMEM, "snprintf"); in main()
89 warnc(errno, "open %s", ttyname); in main()
96 warnc(errno, "ioctl TIOCNXCL %s", ttyname); in main()
/trueos/usr.sbin/apmd/contrib/
HDpccardq.c51 warnc(0, "Invalid slot number."); in proc_arg()
99 warnc(0, "%s: too long", pccardd_file); in connect_to_pccardd()
127 warnc(0, "write: fail."); in get_slot_number()
137 warnc(0, "Invalid response."); in get_slot_number()
168 warnc(0, "write"); in get_slot_info()
176 warnc(0, "write"); in get_slot_info()
222 warnc(0, "Invalid response: %*s", rv, buf); in get_slot_info()
/trueos/usr.sbin/mptutil/
HDmpt_volume.c93 warnc(error, "Invalid volume: %s", av[1]); in volume_name()
152 warnc(error, "Invalid volume: %s", av[1]); in volume_status()
160 warnc(error, "Fetching volume status failed"); in volume_status()
226 warnc(error, "Invalid volume: %s", av[1]); in volume_cache()
253 warnc(error, "volume cache change failed"); in volume_cache()
HDmpt_config.c103 warnc(error, "Unable to lookup volume device name"); in mpt_lock_volume()
276 warnc(error, "Failed to delete volume %s", in clear_config()
779 warnc(error, "Invalid volume %s", av[1]); in delete_volume()
791 warnc(error, "Failed to delete volume"); in delete_volume()
813 warnc(error, "Invalid volume %s", name); in find_volume_spare_pool()
957 warnc(error, "Failed to assign spare"); in add_spare()
1181 warnc(error, "Invalid volume: %s", av[1]); in debug_config()
HDmpt_drive.c352 warnc(error, "Failed to set drive %u to %s", PhysDiskNum, name); in drive_set_state()
/trueos/usr.sbin/mtest/
HDmtest.c463 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd()
505 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd()
546 warnc(EPROTONOSUPPORT, "setsourcefilter"); in process_cmd()
609 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
720 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
773 warnc(EINVAL, "sscanf"); in process_cmd()
778 warnc(EINVAL, "ether_aton"); in process_cmd()
/trueos/usr.bin/uudecode/
HDuudecode.c262 warnc(EEXIST, "%s: %s", infile, outfile); in decode2()
274 warnc(EISDIR, "%s: %s", infile, outfile); in decode2()
282 warnc(EEXIST, "%s: %s", infile, outfile); in decode2()
/trueos/include/
HDerr.h56 void warnc(int, const char *, ...) __printf0like(2, 3);
/trueos/usr.sbin/kldxref/
HDkldxref.c200 warnc(error, "elf_open(%s)", filename); in read_kld()
233 warnc(error, "error while reading %s", filename); in read_kld()
/trueos/usr.bin/cut/
HDcut.c407 warnc(EILSEQ, "%s", fname); in f_cut()
434 warnc(EILSEQ, "%s", fname); in f_cut()
/trueos/lib/libc/gen/
HDerr.c156 warnc(int code, const char *fmt, ...) in warnc() function
HDSymbol.map109 warnc;
HDMakefile.inc331 err.3 warnc.3 \
/trueos/lib/librt/
HDsigev_thread.c417 warnc(ret, "%s:%s failed to create thread.\n", in sigev_service_loop()
/trueos/sbin/geom/class/part/
HDgeom_part.c1274 warnc(error, "%s", errmsg); in gpart_print_error()
1276 warnc(error, NULL); in gpart_print_error()
1295 warnc(error, "autofill"); in gpart_issue()
/trueos/usr.sbin/fwcontrol/
HDfwcontrol.c930 warnc(EINVAL, "%s: Unknown command line arguments", __func__); in main()
943 warnc(EINVAL, "%s: Unknown command line arguments", __func__); in main()
/trueos/sbin/bsdlabel/
HDbsdlabel.c419 warnc(serrno, in writelabel()
428 warnc(serrno, "%s", specname); in writelabel()
/trueos/usr.bin/sort/
HDsort.c441 warnc(EINVAL, "%s", optarg); in parse_memory_buffer_value()
/trueos/tools/tools/cxgbetool/
HDcxgbetool.c415 warnc(ENOMEM, "regdump"); in dump_regs()
972 warnc(EINVAL, "%s", __func__); in set_filter()
/trueos/usr.sbin/vidcontrol/
HDvidcontrol.c800 warnc(ioerr, "cannot activate raster display"); in video_mode()
/trueos/usr.bin/make/
HDjob.c2226 warnc(kev[i].data, "kevent"); in Job_CatchOutput()