| /freebsd-head/contrib/llvm-project/libcxx/src/filesystem/ |
| HD | operations.cpp | 65 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute() 76 path __absolute(const path& p, error_code* ec) { in __absolute() 81 path __canonical(path const& orig_p, error_code* ec) { in __canonical() 104 void __copy(const path& from, const path& to, copy_options options, error_code* ec) { in __copy() 182 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl() 259 bool __copy_file(const path& from, const path& to, copy_options options, error_code* ec) { in __copy_file() 343 void __copy_symlink(const path& existing_symlink, const path& new_symlink, error_code* ec) { in __copy_symlink() 357 bool __create_directories(const path& p, error_code* ec) { in __create_directories() 390 bool __create_directory(const path& p, error_code* ec) { in __create_directory() 406 bool __create_directory(path const& p, path const& attributes, error_code* ec) { in __create_directory() [all …]
|
| HD | directory_iterator.cpp | 42 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream() 68 bool advance(error_code& ec) { in advance() 92 error_code ec; in close() local 117 …__dir_stream(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __roo… in __dir_stream() 135 bool advance(error_code& ec) { in advance() 170 directory_iterator::directory_iterator(const path& p, error_code* ec, directory_options opts) { in directory_iterator() 184 directory_iterator& directory_iterator::__increment(error_code* ec) { in __increment() 210 …ectory_iterator::recursive_directory_iterator(const path& p, directory_options opt, error_code* ec) in recursive_directory_iterator() 226 void recursive_directory_iterator::__pop(error_code* ec) { in __pop() 243 recursive_directory_iterator& recursive_directory_iterator::__increment(error_code* ec) { in __increment() [all …]
|
| HD | file_descriptor.h | 74 inline pair<string_view, file_type> posix_readdir(DIR* dir_stream, error_code& ec) { in posix_readdir() 194 …tatus create_file_status(error_code& m_ec, path const& p, const StatT& path_stat, error_code* ec) { in create_file_status() 229 inline file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat() 236 inline file_status posix_stat(path const& p, error_code* ec) { in posix_stat() 241 inline file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat() 248 inline file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat() 254 inline bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() 263 inline bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod() 276 inline file_status FileDescriptor::refresh_status(error_code& ec) { in refresh_status()
|
| /freebsd-head/sys/contrib/ck/include/ |
| HD | ck_ec.h | 602 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-head/crypto/openssl/providers/common/der/ |
| HD | der_ecx_key.c | 14 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-head/sys/contrib/ck/src/ |
| HD | ck_ec.c | 18 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-head/contrib/llvm-project/libcxx/src/ |
| HD | mutex.cpp | 29 int ec = __libcpp_mutex_lock(&__m_); in lock() local 37 int ec = __libcpp_mutex_unlock(&__m_); in unlock() local 46 int ec = __libcpp_recursive_mutex_init(&__m_); in recursive_mutex() local 58 int ec = __libcpp_recursive_mutex_lock(&__m_); in lock() local
|
| HD | system_error.cpp | 97 string make_error_str(const error_code& ec, string what_arg) { in make_error_str() 107 string make_error_str(const error_code& ec) { in make_error_str() 194 system_error::system_error(error_code ec, const string& what_arg) in system_error() 197 system_error::system_error(error_code ec, const char* what_arg) in system_error() 200 system_error::system_error(error_code ec) : runtime_error(make_error_str(ec)), __ec_(ec) {} in system_error()
|
| HD | condition_variable.cpp | 30 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait() local 54 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait() local
|
| /freebsd-head/contrib/elftoolchain/libelf/ |
| HD | libelf_extended.c | 49 _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()
|
| HD | gelf_ehdr.c | 53 int ec; in gelf_getehdr() local 108 gelf_newehdr(Elf *e, int ec) in gelf_newehdr() 121 int ec; in gelf_update_ehdr() local
|
| HD | elf_scn.c | 64 int ec, swapbytes; in _libelf_load_section_headers() local 147 int ec; in elf_getscn() local 192 int ec; in elf_newscn() local
|
| HD | elf_update.c | 115 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
|
| HD | elf_shstrndx.c | 38 int ec; in _libelf_getshdrstrndx() local 70 int ec; in elf_setshstrndx() local
|
| HD | gelf_shdr.c | 52 int ec; in gelf_getshdr() local 92 int ec; in gelf_update_shdr() local
|
| HD | libelf_phdr.c | 37 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr() 113 _libelf_newphdr(Elf *e, int ec, size_t count) in _libelf_newphdr()
|
| HD | gelf_move.c | 39 int ec; in gelf_getmove() local 102 int ec; in gelf_update_move() local
|
| HD | gelf_sym.c | 39 int ec; in gelf_getsym() local 101 int ec; in gelf_update_sym() local
|
| /freebsd-head/contrib/llvm-project/lld/Common/ |
| HD | Filesystem.cpp | 87 std::error_code ec = sys::fs::openFileForRead(path, fd); in unlinkAsync() local 136 std::error_code ec; in openFile() local 151 std::error_code ec; in openLTOOutputFile() local
|
| /freebsd-head/crypto/openssl/crypto/ec/ |
| HD | ec_backend.c | 100 int ossl_ec_set_check_group_type_from_name(EC_KEY *ec, const char *name) in ossl_ec_set_check_group_type_from_name() 111 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() 499 int ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_group_fromdata() 518 static int ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_point_format_fromdata() 534 static int ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_group_check_fromdata() 544 static int ec_set_include_public(EC_KEY *ec, int include) in ec_set_include_public() 556 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata() 587 int ossl_ec_key_is_foreign(const EC_KEY *ec) in ossl_ec_key_is_foreign()
|
| /freebsd-head/sys/dev/efidev/ |
| HD | efirt.c | 493 efi_rt_arch_call_nofault(struct efirt_callinfo *ec) in efi_rt_arch_call_nofault() 557 struct efirt_callinfo ec; in efi_get_time_locked() local 598 struct efirt_callinfo ec; in get_waketime() local 635 struct efirt_callinfo ec; in set_waketime() local 680 struct efirt_callinfo ec; in reset_system() local 706 struct efirt_callinfo ec; in efi_set_time_locked() local 736 struct efirt_callinfo ec; in var_get() local 759 struct efirt_callinfo ec; in var_nextname() local 781 struct efirt_callinfo ec; in var_set() local
|
| /freebsd-head/contrib/llvm-project/clang/lib/InstallAPI/ |
| HD | DirectoryScanner.cpp | 44 std::error_code ec = std::make_error_code(std::errc::not_a_directory); in scanForUnwrappedLibraries() local 93 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-head/crypto/openssl/crypto/cms/ |
| HD | cms_enc.c | 25 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio() 207 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init() 229 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
|
| /freebsd-head/contrib/libfido2/src/ |
| HD | es256.c | 227 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
|
| /freebsd-head/crypto/openssl/providers/implementations/signature/ |
| HD | ecdsa_sig.c | 66 EC_KEY *ec; member 128 static int ecdsa_signverify_init(void *vctx, void *ec, in ecdsa_signverify_init() 159 static int ecdsa_sign_init(void *vctx, void *ec, const OSSL_PARAM params[]) in ecdsa_sign_init() 164 static int ecdsa_verify_init(void *vctx, void *ec, const OSSL_PARAM params[]) in ecdsa_verify_init() 282 void *ec, const OSSL_PARAM params[], in ecdsa_digest_signverify_init() 311 static int ecdsa_digest_sign_init(void *vctx, const char *mdname, void *ec, in ecdsa_digest_sign_init() 318 static int ecdsa_digest_verify_init(void *vctx, const char *mdname, void *ec, in ecdsa_digest_verify_init()
|