Searched refs:perror (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/perror/
H A DMakefile3 PROG= perror
/freebsd-11-stable/share/examples/kld/cdev/test/
H A Dtestcdev.c97 perror("/dev/" CDEV_DEVICE);
103 perror("CDEV_IOCTL1");
112 perror("write()");
119 perror("read()");
/freebsd-11-stable/contrib/mdocml/
H A Dtest-fts.c27 perror("fts_open");
34 perror("fts_read");
39 perror("fts_set");
44 perror("fts_close");
H A Dtest-nanosleep.c13 perror("nanosleep");
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_server.c71 perror("rdma_create_ep");
77 perror("rdma_listen");
83 perror("rdma_get_request");
92 perror("ibv_query_qp");
104 perror("rdma_reg_msgs for recv_msg");
111 perror("rdma_reg_msgs for send_msg");
118 perror("rdma_post_recv");
124 perror("rdma_accept");
130 perror("rdma_get_recv_comp");
136 perror("rdma_post_sen
[all...]
H A Drdma_client.c78 perror("rdma_create_ep");
84 perror("rdma_reg_msgs for recv_msg");
91 perror("rdma_reg_msgs for send_msg");
99 perror("rdma_post_recv");
105 perror("rdma_connect");
111 perror("rdma_post_send");
117 perror("rdma_get_send_comp");
123 perror("rdma_get_recv_comp");
/freebsd-11-stable/tools/regression/netinet/arphold/
H A Darphold.c77 perror("not ok 1 - sysctlbyname failed");
86 perror("not ok 1 - could not open socket");
92 perror("not ok 1 - could not parse address");
101 perror("not ok 1 - could not get initial arp stats");
118 perror("not ok 1 - could not send packet");
126 perror("not ok 1 - could not get new arp stats");
145 perror("not ok 1 - could not send packet");
151 perror("not ok 1 - could not get new arp stats");
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_dir_test.c59 perror("test_dir");
64 perror("test_dir");
/freebsd-11-stable/sbin/zfsbootcfg/
H A Dzfsbootcfg.c64 perror("can't get vfs.zfs.boot.primary_pool");
69 perror("can't parse vfs.zfs.boot.primary_pool");
74 perror("can't get vfs.zfs.boot.primary_vdev");
79 perror("can't parse vfs.zfs.boot.primary_vdev");
90 perror("ZFS_IOC_NEXTBOOT failed");
/freebsd-11-stable/release/picobsd/tinyware/msg/
H A Dmsg.c51 perror("buffer sizing");
57 perror("retrieving data");
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dmemlock.c64 perror("mlockall(MCL_CURRENT | MCL_FUTURE)");
68 perror("munlockall");
/freebsd-11-stable/share/examples/ses/srcs/
H A Dgetnobj.c56 perror(name);
60 perror("SESIOC_GETNOBJ");
H A Dinienc.c53 perror(*v);
57 perror("SESIOC_GETNOBJ");
H A Dsetencstat.c58 perror(v[1]);
65 perror("ENCIOC_SETENCSTAT");
H A Dgetobjmap.c56 perror(*v);
60 perror("SESIOC_GETNOBJ");
71 perror("calloc");
76 perror("SESIOC_GETOBJMAP");
/freebsd-11-stable/tools/test/upsdl/
H A Dupsdl.c58 perror("Creating file");
65 perror("Write failed");
72 perror("fsync failed");
79 perror("Mmap failed");
86 perror("Msync failed");
106 perror("Mmap failed");
116 perror("Mmap2 failed");
130 perror("write failed");
/freebsd-11-stable/usr.sbin/extattrctl/
H A Dextattrctl.c81 perror("statfs");
123 perror(argv[1]);
147 perror(argv[1]);
168 perror(argv[0]);
174 perror(argv[0]);
211 perror("extattrctl start");
220 perror("extattrctl stop");
228 perror("extattrctl enable");
234 perror("extattrctl enable");
242 perror("extattrct
[all...]
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c107 perror("tcgetattr");
116 perror("tcsetattr");
128 perror("select");
148 perror("tcsetattr");
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsockraw.c48 perror("socket(AF_INET, SOCK_RAW, IPPROTO_RAW)");
54 perror("ioctl SIOCGIFADDR");
62 perror("bind");
84 perror("send");
/freebsd-11-stable/share/syscons/scrnmaps/
H A Dmkscrfil.c41 perror(argv[1]);
/freebsd-11-stable/contrib/ntp/util/
H A Dtimetrim.c70 perror("syssgi");
76 perror("systune");
103 perror("syssgi");
109 perror("systune");
/freebsd-11-stable/tools/regression/security/proc_to_proc/
H A Dtestuid.c55 perror("setugid");
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmem.c127 int perror;
135 perror = pthread_rwlock_unlock(&mmio_rwlock);
136 assert(perror == 0);
170 int err, perror, immutable; local
188 perror = pthread_rwlock_unlock(&mmio_rwlock);
189 assert(perror == 0);
209 perror = pthread_rwlock_unlock(&mmio_rwlock);
210 assert(perror == 0);
217 perror = pthread_rwlock_unlock(&mmio_rwlock);
218 assert(perror
229 int err, perror; local
273 int err, perror, i; local
[all...]
/freebsd-11-stable/usr.sbin/getpmac/
H A Dgetpmac.c100 perror("mac_prepare");
107 perror("mac_get_pid");
111 perror("mac_get_proc");
119 perror("mac_to_text");
/freebsd-11-stable/usr.bin/revoke/
H A Drevoke.c55 perror(*d);

Completed in 533 milliseconds

1234567891011>>