/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | 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 …]
|
H A D | directory_iterator.cpp | 96 return ec; in close() local 43 __dir_stream(const path & root,directory_options opts,error_code & ec) __dir_stream() argument 71 advance(error_code & ec) advance() argument 122 __dir_stream(const path & root,directory_options opts,error_code & ec) __dir_stream() argument 142 advance(error_code & ec) advance() argument 179 directory_iterator(const path & p,error_code * ec,directory_options opts) directory_iterator() argument 194 __increment(error_code * ec) __increment() argument 221 recursive_directory_iterator(const path & p,directory_options opt,error_code * ec) recursive_directory_iterator() argument 237 __pop(error_code * ec) __pop() argument 261 __increment(error_code * ec) __increment() argument 273 __advance(error_code * ec) __advance() argument 296 __try_recursion(error_code * ec) __try_recursion() argument [all...] |
H A D | file_descriptor.h | 75 posix_readdir(DIR * dir_stream,error_code & ec) posix_readdir() argument 201 create_file_status(error_code & m_ec,path const & p,const StatT & path_stat,error_code * ec) create_file_status() argument 236 posix_stat(path const & p,StatT & path_stat,error_code * ec) posix_stat() argument 243 posix_stat(path const & p,error_code * ec) posix_stat() argument 248 posix_lstat(path const & p,StatT & path_stat,error_code * ec) posix_lstat() argument 255 posix_lstat(path const & p,error_code * ec) posix_lstat() argument 261 posix_ftruncate(const FileDescriptor & fd,off_t to_size,error_code & ec) posix_ftruncate() argument 270 posix_fchmod(const FileDescriptor & fd,const StatT & st,error_code & ec) posix_fchmod() argument 283 refresh_status(error_code & ec) refresh_status() argument [all...] |
/freebsd/sys/contrib/ck/include/ |
H A D | 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/crypto/openssl/providers/common/der/ |
H A D | 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/sys/contrib/ck/src/ |
H A D | 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/contrib/elftoolchain/libelf/ |
H A D | 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()
|
H A D | 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
|
H A D | 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
|
H A D | 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
|
H A D | elf_shstrndx.c | 38 int ec; in _libelf_getshdrstrndx() local 70 int ec; in elf_setshstrndx() local
|
H A D | gelf_shdr.c | 52 int ec; in gelf_getshdr() local 92 int ec; in gelf_update_shdr() local
|
H A D | 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()
|
H A D | gelf_cap.c | 39 int ec; in gelf_getcap() local 98 int ec; in gelf_update_cap() local
|
H A D | gelf_dyn.c | 39 int ec; in gelf_getdyn() local 99 int ec; in gelf_update_dyn() local
|
H A D | gelf_move.c | 39 int ec; in gelf_getmove() local 102 int ec; in gelf_update_move() local
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | mutex.cpp | 48 __throw_system_error(ec, "recursive_mutex constructor failed"); in unlock() local 34 int ec = __libcpp_mutex_lock(&__m_); lock() local 57 int ec = __libcpp_recursive_mutex_init(&__m_); recursive_mutex() local 72 int ec = __libcpp_recursive_mutex_lock(&__m_); lock() local [all...] |
H A D | condition_variable.cpp | 45 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); wait() local 75 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); __do_timed_wait() local
|
H A D | system_error.cpp | 236 __init(const error_code & ec,string what_arg) __init() argument 247 system_error(error_code ec,const string & what_arg) system_error() argument 253 system_error(error_code ec,const char * what_arg) system_error() argument 259 system_error(error_code ec) system_error() argument [all...] |
/freebsd/crypto/openssl/crypto/ec/ |
H A D | 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/sys/dev/efidev/ |
H A D | efirt.c | 484 efi_rt_arch_call_nofault(struct efirt_callinfo *ec) in efi_rt_arch_call_nofault() 548 struct efirt_callinfo ec; in efi_get_time_locked() local 589 struct efirt_callinfo ec; in get_waketime() local 626 struct efirt_callinfo ec; in set_waketime() local 671 struct efirt_callinfo ec; in reset_system() local 697 struct efirt_callinfo ec; in efi_set_time_locked() local 727 struct efirt_callinfo ec; in var_get() local 750 struct efirt_callinfo ec; in var_nextname() local 772 struct efirt_callinfo ec; in var_set() local
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | 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/crypto/openssl/crypto/cms/ |
H A D | 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/contrib/libfido2/src/ |
H A D | 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/crypto/openssl/providers/implementations/signature/ |
H A D | 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()
|