Searched refs:perror (Results 251 - 275 of 480) sorted by relevance

<<11121314151617181920

/freebsd-current/sbin/setkey/
H A Dtest-pfkey.c100 perror("socket(PF_KEY)");
110 perror("setsockopt");
119 perror("send");
124 perror("recv");
/freebsd-current/usr.sbin/acpi/acpidb/
H A Dacpidb.c392 perror("open");
396 perror("fstat");
403 perror("mmap");
429 perror("open");
/freebsd-current/tools/tools/netmap/
H A Dctrs.h107 perror("select");
/freebsd-current/tools/regression/p1003_1b/
H A Dyield.c78 perror("sched_get_priority_max");
/freebsd-current/contrib/sendmail/libsm/
H A Db-strl.c39 perror(str);
/freebsd-current/contrib/hyperv/tools/
H A Dhv_vss_daemon.c221 perror("poll");
229 perror("pread");
/freebsd-current/contrib/tcsh/
H A Dgethost.c35 # define perror __perror macro
42 # undef perror macro
/freebsd-current/contrib/sendmail/contrib/
H A Dbitdomain.c58 perror(optarg);
72 perror(argv[optind]);
/freebsd-current/contrib/ntp/include/
H A Dtimepps-Solaris.h250 perror("refclock_ioctl: TIOCSPPS failed:");
499 perror("time_pps_fetch:");
H A Dtimepps-SunOS.h221 perror("time_pps_create: I_PUSH ppsclock failed");
436 perror("time_pps_fetch:");
/freebsd-current/tools/test/stress2/misc/
H A Dcontext.sh100 perror("fork");
H A Dsigaltstack.sh25 perror(s);
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c210 perror("client read");
224 perror("client write");
287 perror("listen() failed");
307 perror("server read");
341 perror("client write");
766 perror("Failed to get IB devices list");
871 perror("gettimeofday");
965 perror("gettimeofday");
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c61 perror("getcwd");
84 perror("close");
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Ddns-example.c202 perror("socket");
210 perror("bind");
/freebsd-current/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c284 perror("aligned_alloc"), exit(EXIT_FAILURE);
377 perror("munmap"), exit(EXIT_FAILURE);
/freebsd-current/sys/net/route/
H A Dnhop_ctl.c313 nhop_get_nhop(struct nhop_object *nh, int *perror) argument
318 *perror = EAFNOSUPPORT;
323 return (nhop_get_nhop_internal(rnh, nh, perror));
327 nhop_get_nhop_internal(struct rib_head *rnh, struct nhop_object *nh, int *perror) argument
338 *perror = error;
345 *perror = 0;
357 *perror = finalize_nhop(rnh->nh_control, nh, true);
358 return (*perror == 0 ? nh : NULL);
/freebsd-current/usr.bin/dtc/
H A Ddtc.cc188 perror("Unable to open output file");
219 perror("Unable to open dependency file");
/freebsd-current/tests/sys/fs/fusefs/
H A Dfifo.cc120 perror("socket");
128 perror("connect");
/freebsd-current/usr.sbin/fdread/
H A Dfdread.c218 perror("non-IO error");
321 perror("non-IO error");
/freebsd-current/contrib/libevent/sample/
H A Ddns-example.c202 perror("socket");
210 perror("bind");
/freebsd-current/usr.bin/mkesdb/
H A Dyacc.y195 perror("fopen");
248 perror("malloc");
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c876 int perror = 1; local
1035 perror = pthread_create(&tid, NULL, rfb_wr_thr, rc);
1036 if (perror == 0)
1076 if (perror == 0)
1095 perror("pthread_sigmask");
1181 perror("socket");
1188 perror("bind");
1193 perror("listen");
/freebsd-current/tools/tools/pirtool/
H A Dpirtool.c91 perror("open");
97 perror("mmap");
/freebsd-current/sbin/dump/
H A Ddumprmt.c171 perror("IP_TOS:IPTOS_THROUGHPUT setsockopt");
174 perror("TCP_NODELAY setsockopt");

Completed in 203 milliseconds

<<11121314151617181920