Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 25 of 200) sorted by relevance

12345678

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp88 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute()
99 path __absolute(const path& p, error_code* ec) { in __absolute()
104 path __canonical(path const& orig_p, error_code* ec) { in __canonical()
127 void __copy(const path& from, const path& to, copy_options options, error_code* ec) { in __copy()
205 bool copy_file_impl_fstream(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl_fstream()
241 …copy_file_impl_copy_file_range(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl_copy_file_range()
275 bool copy_file_impl_sendfile(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl_sendfile()
305 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
349 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
370 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
[all …]
H A Ddirectory_iterator.cpp43 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream()
69 bool advance(error_code& ec) { in advance()
93 error_code ec; in close() local
118 …__dir_stream(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __roo… in __dir_stream()
136 bool advance(error_code& ec) { in advance()
171 directory_iterator::directory_iterator(const path& p, error_code* ec, directory_options opts) { in directory_iterator()
185 directory_iterator& directory_iterator::__increment(error_code* ec) { in __increment()
211 …ectory_iterator::recursive_directory_iterator(const path& p, directory_options opt, error_code* ec) in recursive_directory_iterator()
227 void recursive_directory_iterator::__pop(error_code* ec) { in __pop()
244 recursive_directory_iterator& recursive_directory_iterator::__increment(error_code* ec) { in __increment()
[all …]
H A Dfile_descriptor.h74 inline pair<string_view, file_type> posix_readdir(DIR* dir_stream, error_code& ec) { in posix_readdir()
201 …tatus create_file_status(error_code& m_ec, path const& p, const StatT& path_stat, error_code* ec) { in create_file_status()
236 inline file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
243 inline file_status posix_stat(path const& p, error_code* ec) { in posix_stat()
248 inline file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
255 inline file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat()
261 inline bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate()
270 inline bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
283 inline file_status FileDescriptor::refresh_status(error_code& ec) { in refresh_status()
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h602 CK_CC_FORCE_INLINE void ck_ec32_init(struct ck_ec32 *ec, uint32_t value) in ck_ec32_init()
608 CK_CC_FORCE_INLINE uint32_t ck_ec32_value(const struct ck_ec32 *ec) in ck_ec32_value()
616 CK_CC_FORCE_INLINE bool ck_ec32_has_waiters(const struct ck_ec32 *ec) in ck_ec32_has_waiters()
624 CK_CC_FORCE_INLINE void ck_ec32_inc(struct ck_ec32 *ec, in ck_ec32_inc()
686 CK_CC_FORCE_INLINE uint32_t ck_ec32_add_epilogue(struct ck_ec32 *ec, in ck_ec32_add_epilogue()
702 static CK_CC_INLINE uint32_t ck_ec32_add_mp(struct ck_ec32 *ec, in ck_ec32_add_mp()
714 static CK_CC_INLINE uint32_t ck_ec32_add_sp(struct ck_ec32 *ec, in ck_ec32_add_sp()
738 CK_CC_FORCE_INLINE uint32_t ck_ec32_add(struct ck_ec32 *ec, in ck_ec32_add()
768 CK_CC_FORCE_INLINE int ck_ec32_wait(struct ck_ec32 *ec, in ck_ec32_wait()
789 ck_ec32_wait_pred(struct ck_ec32 *ec, in ck_ec32_wait_pred()
[all …]
/freebsd/crypto/openssl/providers/common/der/
H A Dder_ecx_key.c14 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X25519()
23 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X448()
32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519()
41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448()
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c18 struct ck_ec32 *ec; member
24 struct ck_ec64 *ec; member
35 ck_ec32_wake(struct ck_ec32 *ec, const struct ck_ec_ops *ops) in ck_ec32_wake()
44 ck_ec32_wait_slow(struct ck_ec32 *ec, in ck_ec32_wait_slow()
55 ck_ec64_wake(struct ck_ec64 *ec, const struct ck_ec_ops *ops) in ck_ec64_wake()
63 ck_ec64_wait_slow(struct ck_ec64 *ec, in ck_ec64_wait_slow()
278 const struct ck_ec32 *ec = state->ec; in ck_ec32_wait_slow_once() local
293 const struct ck_ec64 *ec = state->ec; in ck_ec64_wait_slow_once() local
315 #define WAIT_SLOW_BODY(W, ec, ops, pred, data, deadline_ptr, \ argument
384 ck_ec32_wait_pred_slow(struct ck_ec32 *ec, in ck_ec32_wait_pred_slow()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmutex.cpp30 int ec = __libcpp_mutex_lock(&__m_); in lock() local
38 int ec = __libcpp_mutex_unlock(&__m_); in unlock() local
47 int ec = __libcpp_recursive_mutex_init(&__m_); in recursive_mutex() local
59 int ec = __libcpp_recursive_mutex_lock(&__m_); in lock() local
H A Dsystem_error.cpp210 string make_error_str(const error_code& ec, string what_arg) { in make_error_str()
220 string make_error_str(const error_code& ec) { in make_error_str()
340 system_error::system_error(error_code ec, const string& what_arg) in system_error()
343 system_error::system_error(error_code ec, const char* what_arg) in system_error()
346 system_error::system_error(error_code ec) : runtime_error(make_error_str(ec)), __ec_(ec) {} in system_error()
H A Dcondition_variable.cpp36 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait() local
60 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait() local
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_extended.c49 _libelf_setshnum(Elf *e, void *eh, int ec, size_t shnum) in _libelf_setshnum()
79 _libelf_setshstrndx(Elf *e, void *eh, int ec, size_t shstrndx) in _libelf_setshstrndx()
108 _libelf_setphnum(Elf *e, void *eh, int ec, size_t phnum) in _libelf_setphnum()
H A Dgelf_ehdr.c53 int ec; in gelf_getehdr() local
108 gelf_newehdr(Elf *e, int ec) in gelf_newehdr()
121 int ec; in gelf_update_ehdr() local
H A Delf_scn.c64 int ec, swapbytes; in _libelf_load_section_headers() local
147 int ec; in elf_getscn() local
192 int ec; in elf_newscn() local
H A Delf_update.c115 int ec, elftype; in _libelf_compute_section_extents() local
451 int ec; in _libelf_resync_sections() local
512 int ec, eh_class; in _libelf_resync_elf() local
722 int ec, em; in _libelf_write_scn() local
850 int ec, em; in _libelf_write_ehdr() local
894 int ec, em; in _libelf_write_phdr() local
956 int ec, em; in _libelf_write_shdr() local
1202 int ec; in elf_update() local
H A Delf_shstrndx.c38 int ec; in _libelf_getshdrstrndx() local
70 int ec; in elf_setshstrndx() local
H A Dgelf_shdr.c52 int ec; in gelf_getshdr() local
92 int ec; in gelf_update_shdr() local
H A Dlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr()
113 _libelf_newphdr(Elf *e, int ec, size_t count) in _libelf_newphdr()
H A Dgelf_cap.c39 int ec; in gelf_getcap() local
98 int ec; in gelf_update_cap() local
H A Dgelf_dyn.c39 int ec; in gelf_getdyn() local
99 int ec; in gelf_update_dyn() local
H A Dgelf_move.c39 int ec; in gelf_getmove() local
102 int ec; in gelf_update_move() local
/freebsd/crypto/openssl/crypto/ec/
H A Dec_backend.c101 int ossl_ec_set_check_group_type_from_name(EC_KEY *ec, const char *name) in ossl_ec_set_check_group_type_from_name()
112 static int ec_set_check_group_type_from_param(EC_KEY *ec, const OSSL_PARAM *p) in ec_set_check_group_type_from_param()
359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode()
396 int ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) in ossl_ec_key_fromdata()
497 int ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_group_fromdata()
516 static int ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_point_format_fromdata()
532 static int ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_group_check_fromdata()
542 static int ec_set_include_public(EC_KEY *ec, int include) in ec_set_include_public()
554 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata()
585 int ossl_ec_key_is_foreign(const EC_KEY *ec) in ossl_ec_key_is_foreign()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp43 std::error_code ec = std::make_error_code(std::errc::not_a_directory); in scanForUnwrappedLibraries() local
92 std::error_code ec; in scanHeaders() local
141 std::error_code ec; in scanMultipleFrameworks() local
176 std::error_code ec = std::make_error_code(std::errc::not_a_directory); in scanSubFrameworksDirectory() local
185 std::error_code ec; in scanFrameworkVersionsDirectory() local
225 std::error_code ec; in scanFrameworkDirectory() local
/freebsd/sys/dev/efidev/
H A Defirt.c531 efi_rt_arch_call_nofault(struct efirt_callinfo *ec) in efi_rt_arch_call_nofault()
595 struct efirt_callinfo ec; in efi_get_time_locked() local
636 struct efirt_callinfo ec; in get_waketime() local
673 struct efirt_callinfo ec; in set_waketime() local
718 struct efirt_callinfo ec; in reset_system() local
744 struct efirt_callinfo ec; in efi_set_time_locked() local
774 struct efirt_callinfo ec; in var_get() local
797 struct efirt_callinfo ec; in var_nextname() local
819 struct efirt_callinfo ec; in var_set() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h59 CloneableECError(std::error_code ec) : ErrorInfo(), EC(ec) {} in CloneableECError()
67 MachKernelError(std::error_code ec) : ErrorInfo(ec) {} in MachKernelError()
77 Win32Error(std::error_code ec, const llvm::Twine &msg = {}) : ErrorInfo(ec) {} in ErrorInfo() argument
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_enc.c25 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio()
209 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init()
229 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
/freebsd/contrib/libfido2/src/
H A Des256.c227 const EC_KEY *ec; in es256_sk_create() local
272 EC_KEY *ec = NULL; in es256_pk_to_EVP_PKEY() local
337 es256_pk_from_EC_KEY(es256_pk_t *pk, const EC_KEY *ec) in es256_pk_from_EC_KEY()
399 const EC_KEY *ec; in es256_pk_from_EVP_PKEY() local
412 EC_KEY *ec = NULL; in es256_sk_to_EVP_PKEY() local
464 EC_KEY *ec = NULL; in es256_derive_pk() local

12345678