/freebsd-src/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() argument 76 path __absolute(const path& p, error_code* ec) { in __absolute() argument 81 path __canonical(path const& orig_p, error_code* ec) { in __canonical() argument 104 __copy(const path & from,const path & to,copy_options options,error_code * ec) __copy() argument 185 copy_file_impl(FileDescriptor & read_fd,FileDescriptor & write_fd,error_code & ec) copy_file_impl() argument 262 __copy_file(const path & from,const path & to,copy_options options,error_code * ec) __copy_file() argument 346 __copy_symlink(const path & existing_symlink,const path & new_symlink,error_code * ec) __copy_symlink() argument 360 __create_directories(const path & p,error_code * ec) __create_directories() argument 393 __create_directory(const path & p,error_code * ec) __create_directory() argument 409 __create_directory(path const & p,path const & attributes,error_code * ec) __create_directory() argument 434 __create_directory_symlink(path const & from,path const & to,error_code * ec) __create_directory_symlink() argument 440 __create_hard_link(const path & from,const path & to,error_code * ec) __create_hard_link() argument 446 __create_symlink(path const & from,path const & to,error_code * ec) __create_symlink() argument 452 __current_path(error_code * ec) __current_path() argument 497 __current_path(const path & p,error_code * ec) __current_path() argument 503 __equivalent(const path & p1,const path & p2,error_code * ec) __equivalent() argument 518 __file_size(const path & p,error_code * ec) __file_size() argument 534 __hard_link_count(const path & p,error_code * ec) __hard_link_count() argument 545 __fs_is_empty(const path & p,error_code * ec) __fs_is_empty() argument 566 __last_write_time(const path & p,error_code * ec) __last_write_time() argument 578 __last_write_time(const path & p,file_time_type new_time,error_code * ec) __last_write_time() argument 617 __permissions(const path & p,perms prms,perm_options opts,error_code * ec) __permissions() argument 660 __read_symlink(const path & p,error_code * ec) __read_symlink() argument 692 __remove(const path & p,error_code * ec) __remove() argument 717 remove_all_impl(path const & p,error_code & ec) remove_all_impl() argument 740 __remove_all(const path & p,error_code * ec) __remove_all() argument 768 remove_all_impl(int parent_directory,const path & p,error_code & ec) remove_all_impl() argument 835 __remove_all(const path & p,error_code * ec) __remove_all() argument 846 __rename(const path & from,const path & to,error_code * ec) __rename() argument 852 __resize_file(const path & p,uintmax_t size,error_code * ec) __resize_file() argument 858 __space(const path & p,error_code * ec) __space() argument 879 __status(const path & p,error_code * ec) __status() argument 881 __symlink_status(const path & p,error_code * ec) __symlink_status() argument 883 __temp_directory_path(error_code * ec) __temp_directory_path() argument 926 __weakly_canonical(const path & p,error_code * ec) __weakly_canonical() argument [all...] |
H A D | 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 …]
|
H A D | 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-src/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-src/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-src/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-src/contrib/llvm-project/libcxx/src/ |
H A D | 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
|
H A D | 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()
|
H A D | 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-src/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_move.c | 39 int ec; in gelf_getmove() local 102 int ec; in gelf_update_move() local
|
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_sym.c | 39 int ec; in gelf_getsym() local 101 int ec; in gelf_update_sym() local
|
/freebsd-src/contrib/llvm-project/lld/Common/ |
H A D | 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-src/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-src/contrib/llvm-project/llvm/utils/split-file/ |
H A D | split-file.cpp |
|
/freebsd-src/sys/dev/efidev/ |
H A D | efirt.c | 482 efi_rt_arch_call_nofault(struct efirt_callinfo * ec) efi_rt_arch_call_nofault() argument 545 struct efirt_callinfo ec; efi_get_time_locked() local 586 struct efirt_callinfo ec; get_waketime() local 623 struct efirt_callinfo ec; set_waketime() local 668 struct efirt_callinfo ec; reset_system() local 694 struct efirt_callinfo ec; efi_set_time_locked() local 724 struct efirt_callinfo ec; var_get() local 747 struct efirt_callinfo ec; var_nextname() local 769 struct efirt_callinfo ec; var_set() local [all...] |
/freebsd-src/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-src/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
|