/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | user_ns_exec.c | 47 perror("unshare"); in child_main() 53 perror("write"); in child_main() 66 perror("setuid"); in child_main() 70 perror("setgid"); in child_main() 82 perror("execl: " EXECSHELL); in child_main() 100 perror("open"); in set_idmap() 105 perror("write"); in set_idmap() 128 perror("socketpair"); in main() 134 perror("fork"); in main() 148 perror("read"); in main() [all …]
|
H A D | stride_dd.c | 205 perror("read"); in read_entire_file() 210 perror("write"); in read_entire_file() 217 perror("input lseek"); in read_entire_file() 221 perror("output lseek"); in read_entire_file() 238 perror("read"); in read_on_count() 251 perror("write"); in read_on_count() 263 perror("input lseek"); in read_on_count() 267 perror("output lseek"); in read_on_count() 294 perror("open"); in main() 301 perror("open"); in main() [all …]
|
H A D | mmap_sync.c | 51 perror("mkdir"); in main() 86 perror("open"); in main() 91 perror("ftruncate"); in main() 99 perror("mmap"); in main() 116 perror("msync"); in main() 128 perror("munmap"); in main() 141 perror("munmap"); in main() 147 perror("close"); in main()
|
/freebsd/tools/regression/security/access/ |
H A D | testaccess.c | 89 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/tools/tools/mctest/ |
H A D | mctest.cc | 113 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/contrib/ofed/librdmacm/examples/ |
H A D | rdma_server.c | 71 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 D | rdma_client.c | 78 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 D | rdma_xserver.c | 63 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()
|
H A D | cmtime.c | 223 perror("failure creating qp"); in __req_handler() 229 perror("failure accepting"); in __req_handler() 287 perror("out of memory accepting connect request"); in cma_handler() 331 perror("out of memory queueing disconnect request, handling synchronously"); in cma_handler() 406 perror("failure in rdma_get_cm_event in process_server_events"); in process_events() 423 perror("initializing mutex for req work"); in run_server() 429 perror("initializing mutex for disc work"); in run_server() 435 perror("initializing cond for req work"); in run_server() 441 perror("initializing cond for disc work"); in run_server() 447 perror("failed to create req handler thread"); in run_server() [all …]
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route.h | 39 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 D | txg_integrity.c | 362 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 D | fsync_integrity.c | 324 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 D | scescx.c | 225 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 D | extattrctl.c | 79 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 D | arphold.c | 75 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 D | mem.c | 126 int perror; 134 perror = pthread_rwlock_unlock(&mmio_rwlock); 135 assert(perror == 0); 170 int err, perror, immutable, vcpuid; in access_memory() local 189 perror = pthread_rwlock_unlock(&mmio_rwlock); in access_memory() 190 assert(perror == 0); in access_memory() 210 perror = pthread_rwlock_unlock(&mmio_rwlock); in access_memory() 211 assert(perror == 0); in access_memory() 217 perror = pthread_rwlock_unlock(&mmio_rwlock); in access_memory() 218 assert(perror == 0); in access_memory() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-enet.c | 107 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 D | upsdl.c | 57 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 D | signal.sh | 67 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 D | ipfs.c | 105 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 D | file_trunc.c | 82 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 D | netblast.c | 74 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 D | getencstat.c | 79 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 D | file_trunc.c | 86 perror("open"); in main() 179 perror("malloc"); in do_write() 185 perror("lseek"); in do_write() 191 perror("write"); in do_write() 197 perror("lseek"); in do_write() 202 perror("read"); in do_write() 207 perror("memcmp"); in do_write() 232 perror("truncate"); in do_trunc()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-sem.c | 67 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");
|