Home
last modified time | relevance | path

Searched refs:perror (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Duser_ns_exec.c48 perror("unshare"); in child_main()
54 perror("write"); in child_main()
67 perror("setuid"); in child_main()
71 perror("setgid"); in child_main()
83 perror("execl: " EXECSHELL); in child_main()
101 perror("open"); in set_idmap()
106 perror("write"); in set_idmap()
129 perror("socketpair"); in main()
135 perror("fork"); in main()
149 perror("read"); in main()
[all …]
H A Dstride_dd.c206 perror("read"); in read_entire_file()
211 perror("write"); in read_entire_file()
218 perror("input lseek"); in read_entire_file()
222 perror("output lseek"); in read_entire_file()
239 perror("read"); in read_on_count()
252 perror("write"); in read_on_count()
264 perror("input lseek"); in read_on_count()
268 perror("output lseek"); in read_on_count()
295 perror("open"); in main()
302 perror("open"); in main()
[all …]
H A Dmmap_sync.c52 perror("mkdir"); in main()
87 perror("open"); in main()
92 perror("ftruncate"); in main()
100 perror("mmap"); in main()
117 perror("msync"); in main()
129 perror("munmap"); in main()
142 perror("munmap"); in main()
148 perror("close"); in main()
H A Dsuid_write_to_file.c69 perror("mkdir"); in main()
91 perror("creat"); in main()
97 perror("setuid"); in main()
103 perror("open"); in main()
109 perror("write"); in main()
122 perror("stat"); in main()
/freebsd/tools/regression/security/access/
H A Dtestaccess.c89 perror("open"); in setup()
96 perror("chown"); in setup()
128 perror("getresuid"); in reportprivilege()
134 perror("getresgid"); in reportprivilege()
153 perror("restoreprivilege"); in cleanup()
185 perror("setresuid"); in main()
192 perror("setgroups"); in main()
199 perror("setresgid"); in main()
210 perror("setresuid.1"); in main()
233 perror("restoreprivilege"); in main()
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Drdma_server.c71 perror("rdma_create_ep"); in run()
77 perror("rdma_listen"); in run()
83 perror("rdma_get_request"); in run()
92 perror("ibv_query_qp"); in run()
104 perror("rdma_reg_msgs for recv_msg"); in run()
111 perror("rdma_reg_msgs for send_msg"); in run()
118 perror("rdma_post_recv"); in run()
124 perror("rdma_accept"); in run()
130 perror("rdma_get_recv_comp"); in run()
136 perror("rdma_post_send"); in run()
[all …]
H A Drdma_client.c78 perror("rdma_create_ep"); in run()
84 perror("rdma_reg_msgs for recv_msg"); in run()
91 perror("rdma_reg_msgs for send_msg"); in run()
99 perror("rdma_post_recv"); in run()
105 perror("rdma_connect"); in run()
111 perror("rdma_post_send"); in run()
117 perror("rdma_get_send_comp"); in run()
123 perror("rdma_get_recv_comp"); in run()
H A Drdma_xserver.c63 perror("rdma_create_srq:"); in create_srq()
92 perror("rdma_create_ep"); in test()
98 perror("rdma_listen"); in test()
104 perror("rdma_get_request"); in test()
116 perror("rdma_reg_msgs"); in test()
122 perror("rdma_post_recv"); in test()
131 perror("rdma_accept"); in test()
137 perror("rdma_get_recv_comp"); in test()
/freebsd/tools/tools/mctest/
H A Dmctest.cc113 perror("failed to open datagram socket"); in sink()
118 perror("failed to open back channel socket"); in sink()
124 perror("no such interface"); in sink()
135 perror("failed to add membership"); in sink()
142 perror("failed to bind interface"); in sink()
152 perror("could not bind socket"); in sink()
167 perror("setsockopt failed"); in sink()
175 perror("recvfrom failed"); in sink()
187 perror("sendto failed"); in sink()
245 perror("could not open server socket"); in server()
[all …]
/freebsd/sys/netlink/
H A Dnetlink_snl_route.h39 parse_rta_ip4(struct snl_state *ss, void *rta_data, int *perror) in parse_rta_ip4() argument
45 *perror = ENOBUFS; in parse_rta_ip4()
55 parse_rta_ip6(struct snl_state *ss, void *rta_data, int *perror) in parse_rta_ip6() argument
61 *perror = ENOBUFS; in parse_rta_ip6()
71 parse_rta_ip(struct snl_state *ss, struct rtattr *rta, int *perror) in parse_rta_ip() argument
77 return (parse_rta_ip4(ss, rta_data, perror)); in parse_rta_ip()
79 return (parse_rta_ip6(ss, rta_data, perror)); in parse_rta_ip()
81 *perror = ENOTSUP; in parse_rta_ip()
101 parse_rta_via(struct snl_state *ss, struct rtattr *rta, int *perror) in parse_rta_via() argument
107 return (parse_rta_ip4(ss, via->rtvia_addr, perror)); in parse_rta_via()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.c362 perror("read"); in verify_file()
415 perror("fsync"); in my_sync()
438 perror("sem_wait"); in follower()
467 perror("sem_post"); in leader()
502 perror("open"); in main()
508 perror("ftruncate"); in main()
517 perror("write"); in main()
523 perror("lseek"); in main()
530 perror("mmap"); in main()
538 perror("sem_init"); in main()
[all …]
H A Dfsync_integrity.c324 perror("read"); in verify_file()
371 perror("fsync"); in my_sync()
392 perror("sem_wait"); in worker()
404 perror("sem_post"); in worker()
437 perror("open"); in main()
443 perror("ftruncate"); in main()
452 perror("write"); in main()
458 perror("lseek"); in main()
465 perror("sem_init"); in main()
476 perror("pthread_create"); in main()
[all …]
/freebsd/tools/test/ptrace/
H A Dscescx.c225 perror("PT_TO_SCE"); in trace_sc()
231 perror("waitpid"); in trace_sc()
242 perror("PT_LWPINFO"); in trace_sc()
250 perror("PT_TO_SCX"); in trace_sc()
256 perror("waitpid"); in trace_sc()
267 perror("PT_LWPINFO"); in trace_sc()
280 perror("PT_SC_REMOTE"); in trace_sc()
287 perror("waitpid"); in trace_sc()
309 perror("PT_CONTINUE"); in trace_cont()
315 perror("waitpid"); in trace_cont()
[all …]
/freebsd/usr.sbin/extattrctl/
H A Dextattrctl.c79 perror("statfs"); in num_inodes_by_path()
121 perror(argv[1]); in initattr()
145 perror(argv[1]); in initattr()
166 perror(argv[0]); in showattr()
172 perror(argv[0]); in showattr()
209 perror("extattrctl start"); in main()
218 perror("extattrctl stop"); in main()
226 perror("extattrctl enable"); in main()
232 perror("extattrctl enable"); in main()
240 perror("extattrctl disable"); in main()
[all …]
/freebsd/tools/regression/netinet/arphold/
H A Darphold.c75 perror("not ok 1 - sysctlbyname failed"); in main()
84 perror("not ok 1 - could not open socket"); in main()
90 perror("not ok 1 - could not parse address"); in main()
99 perror("not ok 1 - could not get initial arp stats"); in main()
116 perror("not ok 1 - could not send packet"); in main()
124 perror("not ok 1 - could not get new arp stats"); in main()
143 perror("not ok 1 - could not send packet"); in main()
149 perror("not ok 1 - could not get new arp stats"); in main()
/freebsd/usr.sbin/bhyve/
H A Dmem.c127 int perror;
135 perror = pthread_rwlock_unlock(&mmio_rwlock);
136 assert(perror == 0);
172 int err, perror, immutable, vcpuid; in access_memory() local
197 perror = pthread_rwlock_unlock(&mmio_rwlock); in access_memory()
198 assert(perror == 0); in access_memory()
222 perror = pthread_rwlock_unlock(&mmio_rwlock); in access_memory()
223 assert(perror == 0); in access_memory()
229 perror = pthread_rwlock_unlock(&mmio_rwlock); in access_memory()
230 assert(perror == 0); in access_memory()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-enet.c107 perror("tcpdump: efReadError/lseek"); in efReadError()
115 perror(msg); in efReadError()
127 perror("tcpdump: enet ioctl EIOSTATS error"); in wrapup()
160 perror("tcpdump: enet open error"); in initdevice()
169 perror("tcpdump: enet ioctl EIOCGETP error"); in initdevice()
185 perror("tcpdump: enet ioctl EIOCSETP error"); in initdevice()
194 perror("tcpdump: enet ioctl EIOCFLUSH error"); in initdevice()
202 perror("tcpdump: enet ioctl EIOCSETW error"); in initdevice()
210 perror("tcpdump: enet ioctl EIOCLRSTAT error"); in initdevice()
220 perror("tcpdump: enet ioctl EIOCSETF error"); in initdevice()
/freebsd/tools/test/upsdl/
H A Dupsdl.c57 perror("Creating file"); in prepareFile()
64 perror("Write failed"); in prepareFile()
71 perror("fsync failed"); in prepareFile()
78 perror("Mmap failed"); in prepareFile()
85 perror("Msync failed"); in prepareFile()
105 perror("Mmap failed"); in mapBuffer()
115 perror("Mmap2 failed"); in mapBuffer()
129 perror("write failed"); in startIO()
/freebsd/tools/test/stress2/misc/
H A Dsignal.sh67 perror("syscall");
73 perror("pthread_mutex_lock");
80 perror("pthread_mutex_unlock");
106 perror("pthread_mutex_init");
111 perror("pthread_mutex_lock");
126 perror("mkfifo");
135 perror("fopen");
143 perror("fread");
153 perror("pthread_mutex_unlock");
190 perror("syscall");
/freebsd/sbin/ipf/ipfs/
H A Dipfs.c105 perror("open"); in changestateif()
129 perror("lseek"); in changestateif()
133 perror("write"); in changestateif()
169 perror("open"); in changenatif()
185 perror("lseek"); in changenatif()
189 perror("write"); in changenatif()
342 perror("open device"); in opendevice()
359 perror("SIOCSTLCK"); in setlock()
381 perror("state:open"); in writestate()
401 perror("state:SIOCSTGET"); in writestate()
[all …]
/freebsd/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c82 perror("open"); in main()
177 perror("malloc"); in do_write()
183 perror("lseek"); in do_write()
189 perror("write"); in do_write()
195 perror("lseek"); in do_write()
200 perror("read"); in do_write()
205 perror("memcmp"); in do_write()
229 perror("truncate"); in do_trunc()
/freebsd/tools/tools/netrate/netblast/
H A Dnetblast.c74 perror("signal"); in blast_loop()
79 perror("clock_getres"); in blast_loop()
84 perror("clock_gettime"); in blast_loop()
94 perror("setitimer"); in blast_loop()
121 perror("clock_gettime"); in blast_loop()
180 perror("malloc"); in main()
188 perror(gai_strerror(error)); in main()
210 perror(cause); in main()
/freebsd/share/examples/ses/srcs/
H A Dgetencstat.c79 perror(*v); in main()
93 perror("ENCIOC_GETNELM"); in main()
98 perror("ENCIOC_GETENCSTAT"); in main()
134 perror("calloc"); in main()
139 perror("ENCIOC_GETELMMAP"); in main()
146 perror("ENCIOC_GETELMSTAT"); in main()
155 perror("calloc"); in main()
160 perror("ENCIOC_GETELMDESC"); in main()
169 perror("calloc"); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_trunc.c87 perror("open"); in main()
180 perror("malloc"); in do_write()
186 perror("lseek"); in do_write()
192 perror("write"); in do_write()
198 perror("lseek"); in do_write()
203 perror("read"); in do_write()
208 perror("memcmp"); in do_write()
233 perror("truncate"); in do_trunc()
/freebsd/contrib/sendmail/libsm/
H A Dt-sem.c67 perror("sm_sem_start failed");
79 perror("sm_sem_acq failed");
89 perror("sm_sem_rel failed");
98 perror("get_sem failed");
172 perror("drop_priv child failed");
179 perror("sm_sem_start failed");
190 perror("sm_semsetowner failed");
196 perror("drop_priv owner failed");
372 perror("fork failed\n");

12345678910>>...22