/freebsd/usr.bin/netstat/ |
H A D | bpf.c | 69 xo_warn("kern.proc.pid failed"); in bpf_pidname() 116 xo_warn("failed to zero bpf counters"); in bpf_stats() 121 xo_warn("net.bpf.stats"); in bpf_stats() 128 xo_warn("malloc failed"); in bpf_stats() 133 xo_warn("net.bpf.stats"); in bpf_stats()
|
H A D | mroute.c | 274 xo_warn("sysctl: net.inet.ip.viftable"); in mroutepr() 341 xo_warn("sysctl: net.inet.ip.mfctable"); in mroutepr() 353 xo_warn("sysctl: net.inet.ip.mfctable"); in mroutepr() 377 xo_warn("kread: mfctablesize"); in mroutepr()
|
H A D | mroute6.c | 120 xo_warn("sysctl: net.inet6.ip6.mif6table"); in mroute6pr() 161 xo_warn("sysctl: net.inet6.ip6.mf6ctable"); in mroute6pr()
|
H A D | inet6.c | 612 xo_warn("Warning: socket(AF_INET6)"); in ip6_ifstats() 619 xo_warn("Warning: ioctl(SIOCGIFSTAT_IN6)"); in ip6_ifstats() 1085 xo_warn("Warning: socket(AF_INET6)"); in icmp6_ifstats() 1092 xo_warn("Warning: ioctl(SIOCGIFSTAT_ICMP6)"); in icmp6_ifstats()
|
H A D | unix.c | 78 xo_warn("sysctl: %s", mibvar); in pcblist_sysctl() 86 xo_warn("sysctl: %s", mibvar); in pcblist_sysctl()
|
H A D | sctp.c | 500 xo_warn("sysctl: %s", mibvar); in sctp_protopr() 508 xo_warn("sysctl: %s", mibvar); in sctp_protopr()
|
H A D | mbuf.c | 85 xo_warn("memstat_mtl_alloc"); in mbpr()
|
H A D | inet.c | 115 xo_warn("sysctl: %s", mibvar); in pcblist_sysctl() 123 xo_warn("sysctl: %s", mibvar); in pcblist_sysctl()
|
H A D | main.c | 640 xo_warn("sysctl %s", sysctlname); in fetch_stats_internal()
|
/freebsd/usr.bin/wc/ |
H A D | wc.c | 221 xo_warn("%s: open", file); in cnt() 232 xo_warn("%s: fstat", file); in cnt() 254 xo_warn("%s: read", file); in cnt() 291 xo_warn("%s: read", file); in cnt() 307 xo_warn("%s", file); in cnt() 338 xo_warn("%s", file); in cnt()
|
/freebsd/usr.bin/iscsictl/ |
H A D | periphs.c | 74 xo_warn("couldn't open %s", XPT_DEVICE); in print_periphs() 119 xo_warn("error sending CAMIOCOMMAND ioctl"); in print_periphs()
|
H A D | iscsictl.c | 279 xo_warn("ISCSISADD"); in kernel_add() 294 xo_warn("ISCSISMODIFY"); in kernel_modify() 360 xo_warn("ISCSISMODIFY"); in kernel_modify_some() 373 xo_warn("ISCSISREMOVE"); in kernel_remove() 409 xo_warn("ISCSISLIST"); in kernel_list() 582 xo_warn("ISCSISLIST"); in kernel_wait()
|
H A D | parse.y | 422 xo_warn("stat"); in check_perms()
|
/freebsd/sbin/mount/ |
H A D | mount.c | 145 xo_warn("fork"); in exec_mountprog() 151 xo_warn("exec %s not found", execname); in exec_mountprog() 159 xo_warn("waitpid"); in exec_mountprog() 551 xo_warn("%s", mntpath); in mountfs() 556 xo_warn("%s", mntpath); in mountfs() 624 xo_warn("statfs %s", name); in mountfs()
|
/freebsd/bin/df/ |
H A D | df.c | 213 xo_warn("%s", *argv); in main() 233 xo_warn("%s", mntpt); in main() 643 xo_warn("sysctl(vfs.conflist)"); in makenetvfslist() 653 xo_warn("sysctl(vfs.conflist)"); in makenetvfslist()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 402 xo_warn("%s", host); in set_rtsock() 478 xo_warn("%s", host); in delete_rtsock() 808 xo_warn("writing to routing socket"); in rtmsg() 817 xo_warn("read from routing socket"); in rtmsg()
|
/freebsd/usr.sbin/sesutil/ |
H A D | sesutil.c | 242 xo_warn("unable to access SES device: %s", g.gl_pathv[i]); in sesled() 460 xo_warn("unable to access SES device: %s", g.gl_pathv[i]); in objmap() 763 xo_warn("unable to access SES device: %s", g.gl_pathv[i]); in show() 916 xo_warn("unable to access SES device: %s", g.gl_pathv[i]); in encstatus()
|
/freebsd/bin/ps/ |
H A D | ps.c | 911 xo_warn("%s, %s, and %s", pathbuf3, pathbuf2, in addelem_tty() 914 xo_warn("%s", ttypath); in addelem_tty() 1445 xo_warn("unable to read kern.pid_max"); in pidmax_init()
|
H A D | print.c | 821 xo_warn("mac_prepare_process_label"); in label()
|
/freebsd/usr.bin/vmstat/ |
H A D | vmstat.c | 1342 xo_warn("memstat_mtl_alloc"); in domemstat_malloc() 1408 xo_warn("memstat_mtl_alloc"); in domemstat_zone() 1567 xo_warn("Failed to fetch VM object list"); in doobjstat()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.c | 878 xo_warn("ioctl(SIOCGNBRINFO_IN6)"); in getnbrinfo() 987 xo_warn("read from routing socket"); in rtmsg()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 426 xo_warn (const char *fmt, ...) PRINTFLIKE(1, 2);
|
H A D | libxo.c | 1593 xo_warn (const char *fmt, ...) in xo_warn() function
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1035 reported by functions like `xo_failure`, `xo_warn`, `xo_err`, etc. 1189 .. index:: xo_warn 1203 void xo_warn (const char *fmt, ...);
|