Home
last modified time | relevance | path

Searched refs:ENODATA (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/ntfs-3g/include/ntfs-3g/
Dcompat.h37 #ifndef ENODATA
38 #define ENODATA ENOENT macro
56 #define NTFS_NOXATTR_ERRNO ENODATA
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
Dfgetxattr02.c122 .exp_err = ENODATA,
133 .exp_err = ENODATA,
144 .exp_err = ENODATA,
155 .exp_err = ENODATA,
196 if (tc[i].exp_err == ENODATA && tst_kvercmp(3, 0, 0) < 0) in verify_fgetxattr()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c68 #ifdef ENODATA
70 ENODATA, "ENODATA", ENODATA},
D4-1.c63 #ifdef ENODATA
65 ENODATA, "ENODATA"},
D3-1-buildonly.c54 #ifdef ENODATA
55 static int dummy43 = ENODATA;
/third_party/ltp/testcases/kernel/syscalls/lgetxattr/
Dlgetxattr01.c89 if (TST_ERR == ENODATA) { in verify_lgetxattr()
93 tst_strerrno(ENODATA)); in verify_lgetxattr()
Dlgetxattr02.c43 {"testfile", sizeof(VALUE), ENODATA},
/third_party/ntfs-3g/libntfs-3g/
Dea.c100 errno = ENODATA; in ntfs_need_ea()
217 errno = ENODATA; in ntfs_get_ntfs_ea()
221 errno = ENODATA; in ntfs_get_ntfs_ea()
395 errno = ENODATA; in ntfs_remove_ntfs_ea()
Dobject_id.c303 errno = ENODATA; in remove_object_id_index()
406 errno = ENODATA; in add_object_id()
501 errno = ENODATA; in ntfs_get_ntfs_object_id()
627 errno = ENODATA; in ntfs_remove_ntfs_object_id()
Defs.c110 errno = ENODATA; in ntfs_get_efs_info()
255 errno = ENODATA; in ntfs_set_efs_info()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h146 #ifndef ENODATA
147 #define ENODATA (MHDW32ERRBASE+35) macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c88 case WSANO_DATA: return ENODATA; in MHD_W32_errno_from_winsock_()
184 case ENODATA: in MHD_W32_strerror_()
531 case ENODATA: in MHD_W32_set_last_winsock_error_()
/third_party/rust/crates/nix/src/
Derrno.rs374 ENODATA => "No data available", in desc()
1050 ENODATA => "No message available on STREAM", in desc()
1183 ENODATA = libc::ENODATA, enumerator
1328 libc::ENODATA => ENODATA, in from_i32()
1510 ENODATA = libc::ENODATA, enumerator
1628 libc::ENODATA => ENODATA, in from_i32()
2384 ENODATA = libc::ENODATA, enumerator
2491 libc::ENODATA => ENODATA, in from_i32()
2589 ENODATA = libc::ENODATA, enumerator
2684 libc::ENODATA => ENODATA, in from_i32()
[all …]
/third_party/ltp/testcases/kernel/syscalls/fremovexattr/
Dfremovexattr01.c29 #define ENOATTR ENODATA
Dfremovexattr02.c51 .exp_err = ENODATA,
/third_party/libbpf/src/
Dbtf_dump.c1800 return -ENODATA; in btf_dump_bitfield_check_zero()
1845 return -ENODATA; in btf_dump_base_type_check_zero()
2348 return -ENODATA; in btf_dump_type_data_check_zero()
2354 if (err != -ENODATA) in btf_dump_type_data_check_zero()
2357 return -ENODATA; in btf_dump_type_data_check_zero()
2381 if (err != ENODATA) in btf_dump_type_data_check_zero()
2384 return -ENODATA; in btf_dump_type_data_check_zero()
2392 return -ENODATA; in btf_dump_type_data_check_zero()
2418 if (err == -ENODATA) in btf_dump_dump_type_data()
/third_party/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr04.c58 if (errno == ENODATA) { in loop_getxattr()
Dgetxattr02.c101 exp_eno = ENODATA; in main()
/third_party/ltp/testcases/kernel/syscalls/removexattr/
Dremovexattr02.c52 {"testfile", "user.test", ENODATA},
Dremovexattr01.c96 if (errno != ENODATA) { in verify_removexattr()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs195 pub const ENODATA: ::c_int = 111; constant
240 pub const ENODATA: ::c_int = 61; constant
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/
Dlremovexattr01.c40 #define ENOATTR ENODATA
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dremovexattr.c83 if (errno != ENODATA) { in removexattr_0100()
/third_party/lwip/src/include/lwip/
Derrno.h110 #define ENODATA 61 /* No data available */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h62 #define ENODATA 61 macro

12345