Home
last modified time | relevance | path

Searched refs:EFAULT (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/freebsd/tests/sys/kern/
H A Dkern_copyin.c131 ATF_CHECK(copyin_checker(maxuser - 10, 11) == EFAULT); in ATF_TC_BODY()
134 ATF_CHECK(copyin_checker(maxuser, 1) == EFAULT); in ATF_TC_BODY()
135 ATF_CHECK(copyin_checker(maxuser, 2) == EFAULT); in ATF_TC_BODY()
137 ATF_CHECK(copyin_checker(maxuser + 1, 2) == EFAULT); in ATF_TC_BODY()
138 ATF_CHECK(copyin_checker(FMAX - 10, 9) == EFAULT); in ATF_TC_BODY()
139 ATF_CHECK(copyin_checker(FMAX - 10, 10) == EFAULT); in ATF_TC_BODY()
140 ATF_CHECK(copyin_checker(FMAX - 10, 11) == EFAULT); in ATF_TC_BODY()
142 ATF_CHECK(copyin_checker(ADDR_SIGNED, 1) == EFAULT); in ATF_TC_BODY()
143 ATF_CHECK(copyin_checker2(ADDR_SIGNED) == EFAULT); in ATF_TC_BODY()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_init.c65 return EFAULT; in adf_service_unregister()
160 return EFAULT; in adf_cfg_add_fw_version()
275 return EFAULT; in adf_dev_init()
283 return EFAULT; in adf_dev_init()
288 return EFAULT; in adf_dev_init()
294 return EFAULT; in adf_dev_init()
300 return EFAULT; in adf_dev_init()
306 return EFAULT; in adf_dev_init()
312 return EFAULT; in adf_dev_init()
323 return EFAULT; in adf_dev_init()
[all …]
H A Dadf_freebsd_admin.c179 return received ? 0 : EFAULT; in adf_put_admin_msg_sync()
192 return EFAULT; in adf_set_dc_ibuf()
217 return EFAULT; in adf_send_admin()
236 return EFAULT; in adf_init_me()
242 return EFAULT; in adf_init_me()
264 return EFAULT; in adf_set_heartbeat_timer()
280 return EFAULT; in adf_get_dc_capabilities()
302 return EFAULT; in adf_set_fw_constants()
321 return EFAULT; in adf_get_fw_status()
338 return EFAULT; in adf_get_fw_timestamp()
[all …]
H A Dadf_pfvf_vf_msg.c26 return -EFAULT; in adf_vf2pf_notify_init()
118 return -EFAULT; in adf_vf2pf_get_capabilities()
148 return -EFAULT; in adf_vf2pf_get_capabilities()
171 return -EFAULT; in adf_vf2pf_get_ring_to_svc()
178 return -EFAULT; in adf_vf2pf_get_ring_to_svc()
H A Dqat_common_module.c10 return EFAULT; in qat_common_register()
13 return EFAULT; in qat_common_register()
16 return EFAULT; in qat_common_register()
H A Dadf_transport.c35 return EFAULT; in adf_check_ring_alignment()
57 return EFAULT; in adf_reserve_ring()
339 return EFAULT; in adf_init_ring()
391 return EFAULT; in adf_create_ring()
395 return EFAULT; in adf_create_ring()
401 return EFAULT; in adf_create_ring()
408 return EFAULT; in adf_create_ring()
412 return EFAULT; in adf_create_ring()
416 return EFAULT; in adf_create_ring()
425 return EFAULT; in adf_create_ring()
[all …]
H A Dadf_cfg_device.c202 int ret = EFAULT; in adf_cfg_get_ring_pairs()
301 return EFAULT; in adf_cfg_get_services_enabled()
305 return EFAULT; in adf_cfg_get_services_enabled()
329 return EFAULT; in adf_cfg_get_services_enabled()
450 return EFAULT; in adf_cfg_get_caps_enabled()
460 return EFAULT; in adf_cfg_get_caps_enabled()
484 return EFAULT; in adf_cfg_get_caps_enabled()
517 return EFAULT; in adf_cfg_check_enabled_services()
535 return EFAULT; in adf_cfg_update_pf_accel_cap_mask()
538 return EFAULT; in adf_cfg_update_pf_accel_cap_mask()
[all …]
/freebsd/contrib/pjdfstest/tests/symlink/
H A D12.t14 expect EFAULT symlink NULL ${n0}
15 expect EFAULT symlink DEADCODE ${n0}
16 expect EFAULT symlink test NULL
17 expect EFAULT symlink test DEADCODE
18 expect EFAULT symlink NULL DEADCODE
19 expect EFAULT symlink DEADCODE NULL
/freebsd/contrib/pjdfstest/tests/link/
H A D17.t15 expect EFAULT link ${n0} NULL
16 expect EFAULT link ${n0} DEADCODE
18 expect EFAULT link NULL ${n0}
19 expect EFAULT link DEADCODE ${n0}
20 expect EFAULT link NULL DEADCODE
21 expect EFAULT link DEADCODE NULL
/freebsd/contrib/pjdfstest/tests/rename/
H A D17.t15 expect EFAULT rename ${n0} NULL
16 expect EFAULT rename ${n0} DEADCODE
18 expect EFAULT rename NULL ${n0}
19 expect EFAULT rename DEADCODE ${n0}
20 expect EFAULT rename NULL DEADCODE
21 expect EFAULT rename DEADCODE NULL
/freebsd/sys/fs/p9fs/
H A Dp9_protocol.c118 error = EFAULT; in p9_buf_vreadf()
126 error = EFAULT; in p9_buf_vreadf()
134 error = EFAULT; in p9_buf_vreadf()
142 error = EFAULT; in p9_buf_vreadf()
158 error = EFAULT; in p9_buf_vreadf()
172 error = EFAULT; in p9_buf_vreadf()
181 error = EFAULT; in p9_buf_vreadf()
346 error = EFAULT; in p9_buf_vwritef()
354 error = EFAULT; in p9_buf_vwritef()
362 error = EFAULT; in p9_buf_vwritef()
[all …]
/freebsd/contrib/pjdfstest/tests/chown/
H A D10.t12 expect EFAULT chown NULL 65534 65534
13 expect EFAULT chown DEADCODE 65534 65534
14 expect EFAULT lchown NULL 65534 65534
15 expect EFAULT lchown DEADCODE 65534 65534
/freebsd/contrib/pjdfstest/tests/chmod/
H A D10.t16 expect EFAULT chmod NULL 0644
17 expect EFAULT chmod DEADCODE 0644
19 expect EFAULT lchmod NULL 0644
20 expect EFAULT lchmod DEADCODE 0644
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c111 return -EFAULT; in bnxt_mgmt_process_dcb()
148 ret = -EFAULT; in bnxt_mgmt_process_dcb()
155 ret = -EFAULT; in bnxt_mgmt_process_dcb()
179 return -EFAULT; in bnxt_mgmt_process_hwrm()
192 return -EFAULT; in bnxt_mgmt_process_hwrm()
214 ret = -EFAULT; in bnxt_mgmt_process_hwrm()
233 ret = -EFAULT; in bnxt_mgmt_process_hwrm()
255 ret = -EFAULT; in bnxt_mgmt_process_hwrm()
275 ret = -EFAULT; in bnxt_mgmt_process_hwrm()
284 ret = -EFAULT; in bnxt_mgmt_process_hwrm()
[all …]
/freebsd/sys/kern/
H A Dkern_umtx.c881 return (EFAULT); in umtx_key_get()
947 return (EFAULT); in do_lock_umtx()
959 return (EFAULT); in do_lock_umtx()
1000 return (EFAULT); in do_lock_umtx()
1049 return (EFAULT); in do_unlock_umtx()
1058 return (EFAULT); in do_unlock_umtx()
1087 return (EFAULT); in do_unlock_umtx()
1129 return (EFAULT); in do_lock_umtx32()
1140 return (EFAULT); in do_lock_umtx32()
1181 return (EFAULT); in do_lock_umtx32()
[all …]
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c134 return (EFAULT); in alpine_get_cpu_resume_base()
138 return (EFAULT); in alpine_get_cpu_resume_base()
141 return (EFAULT); in alpine_get_cpu_resume_base()
160 return (EFAULT); in alpine_get_nb_base()
164 return (EFAULT); in alpine_get_nb_base()
167 return (EFAULT); in alpine_get_nb_base()
H A Dalpine_machdep.c91 return (EFAULT); in alpine_get_wdt_base()
94 return (EFAULT); in alpine_get_wdt_base()
98 return (EFAULT); in alpine_get_wdt_base()
101 return (EFAULT); in alpine_get_wdt_base()
/freebsd/sys/i386/linux/
H A Dlinux_copyout.c71 return (EFAULT); in futex_xchgl()
93 return (EFAULT); in futex_addl()
119 return (EFAULT); in futex_orl()
145 return (EFAULT); in futex_andl()
171 return (EFAULT); in futex_xorl()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c1086 return EFAULT; in adf_get_inline_ipsec_algo_group()
1088 return EFAULT; in adf_get_inline_ipsec_algo_group()
1096 return EFAULT; in adf_get_inline_ipsec_algo_group()
1115 return EFAULT; in c4xxx_init_inline_hw()
1130 return EFAULT; in c4xxx_init_inline_hw()
1240 return EFAULT; in c4xxx_init_aram_config()
1462 return EFAULT; in adf_add_debugfs_info()
1511 return EFAULT; in check_accel_unit_config()
1575 return EFAULT; in check_accel_unit_config()
1584 return EFAULT; in check_accel_unit_config()
[all …]
/freebsd/tools/regression/capsicum/syscalls/
H A Dcap_getmode.c58 /* Expect EFAULT. */ in main()
61 CHECK(errno == EFAULT); in main()
64 CHECK(errno == EFAULT); in main()
114 /* Expect EFAULT. */ in main()
117 CHECK(errno == EFAULT); in main()
120 CHECK(errno == EFAULT); in main()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c395 return -EFAULT; in ucma_get_event()
427 ret = -EFAULT; in ucma_get_event()
473 return -EFAULT; in ucma_create_id()
496 ret = -EFAULT; in ucma_create_id()
595 return -EFAULT; in ucma_destroy_id()
626 ret = -EFAULT; in ucma_destroy_id()
639 return -EFAULT; in ucma_bind_ip()
661 return -EFAULT; in ucma_bind()
685 return -EFAULT; in ucma_resolve_ip()
710 return -EFAULT; in ucma_resolve_addr()
[all …]
H A Dib_ucm.c399 return -EFAULT; in ib_ucm_event()
431 result = -EFAULT; in ib_ucm_event()
442 result = -EFAULT; in ib_ucm_event()
454 result = -EFAULT; in ib_ucm_event()
484 return -EFAULT; in ib_ucm_create_id()
503 result = -EFAULT; in ib_ucm_create_id()
531 return -EFAULT; in ib_ucm_destroy_id()
557 result = -EFAULT; in ib_ucm_destroy_id()
576 return -EFAULT; in ib_ucm_attr_id()
589 result = -EFAULT; in ib_ucm_attr_id()
[all …]
/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_copy.c123 ATF_REQUIRE_EQ(rumpns_copyin(NULL, buf, sizeof(buf)), EFAULT); in ATF_TC_BODY()
124 ATF_REQUIRE_EQ(rumpns_copyout(buf, NULL, sizeof(buf)), EFAULT); in ATF_TC_BODY()
126 ATF_REQUIRE_EQ(rumpns_copyinstr(NULL, buf, sizeof(buf), NULL), EFAULT); in ATF_TC_BODY()
127 ATF_REQUIRE_EQ(rumpns_copyoutstr(buf, NULL, sizeof(buf), NULL), EFAULT); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getlogin.c152 _exit(EFAULT); in ATF_TC_BODY()
154 if (errno != EFAULT) in ATF_TC_BODY()
155 _exit(EFAULT); in ATF_TC_BODY()
172 if (WEXITSTATUS(sta) == EFAULT) in ATF_TC_BODY()
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h220 errno = EFAULT; in time_pps_create()
283 errno = EFAULT; in time_pps_setparams()
345 errno = EFAULT; in time_pps_getparams()
373 errno = EFAULT; in time_pps_getcap()
405 errno = EFAULT; in time_pps_fetch()

12345678910>>...21