Home
last modified time | relevance | path

Searched full:ec (Results 1 – 25 of 1758) sorted by relevance

12345678910>>...71

/freebsd-src/crypto/heimdal/lib/krb5/
H A Dkrb_err.et11 ec KSUCCESS, "Kerberos 4 successful"
12 ec KDC_NAME_EXP, "Kerberos 4 principal expired"
13 ec KDC_SERVICE_EXP, "Kerberos 4 service expired"
14 ec KDC_AUTH_EXP, "Kerberos 4 auth expired"
15 ec KDC_PKT_VER, "Incorrect Kerberos 4 master key version"
16 ec KDC_P_MKEY_VER, "Incorrect Kerberos 4 master key version"
17 ec KDC_S_MKEY_VER, "Incorrect Kerberos 4 master key version"
18 ec KDC_BYTE_ORDER, "Kerberos 4 byte order unknown"
19 ec KDC_PR_UNKNOWN, "Kerberos 4 principal unknown"
20 ec KDC_PR_N_UNIQUE, "Kerberos 4 principal not unique"
[all …]
/freebsd-src/sys/dev/efidev/
H A Defirt.c484 efi_rt_arch_call_nofault(struct efirt_callinfo *ec) in efi_rt_arch_call_nofault()
487 switch (ec->ec_argcnt) { in efi_rt_arch_call_nofault()
489 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(void)) in efi_rt_arch_call_nofault()
490 ec->ec_fptr)(); in efi_rt_arch_call_nofault()
493 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(register_t)) in efi_rt_arch_call_nofault()
494 ec->ec_fptr)(ec->ec_arg1); in efi_rt_arch_call_nofault()
497 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(register_t, in efi_rt_arch_call_nofault()
498 register_t))ec->ec_fptr)(ec in efi_rt_arch_call_nofault()
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/sys/contrib/device-tree/Bindings/mfd/
H A Dgoogle,cros-ec.yaml4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#
14 Google's ChromeOS EC is a microcontroller which talks to the AP and
16 The EC can be connected through various interfaces (I2C, SPI, and others)
23 For implementations of the EC connected through I2C.
24 const: google,cros-ec-i2c
26 For implementations of the EC connected through SPI.
27 const: google,cros-ec-spi
31 - const: google,cros-ec-fp
32 - const: google,cros-ec-spi
34 For implementations of the EC connecte
[all...]
H A Dcros-ec.txt3 Google's ChromeOS EC is a Cortex-M device which talks to the AP and
6 The EC can be connect through various means (I2C, SPI, LPC, RPMSG) and the
8 its own driver which connects to the top level interface-agnostic EC driver.
9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
13 - compatible: "google,cros-ec-i2c"
17 - compatible: "google,cros-ec-spi"
21 - compatible: "google,cros-ec-rpmsg"
24 - google,cros-ec-spi-pre-delay: Some implementations of the EC need a little
28 - google,cros-ec-spi-msg-delay: Some implementations of the EC require some
30 between transactions is not long enough the EC may not be able to respond
[all …]
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp65 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute() argument
66 if (ec) in __do_absolute()
67 ec->clear(); in __do_absolute()
70 *cwd = __current_path(ec); in __do_absolute()
71 if (ec && *ec) in __do_absolute()
76 path __absolute(const path& p, error_code* ec) { in __absolute() argument
78 return __do_absolute(p, &cwd, ec); in __absolute()
81 path __canonical(path const& orig_p, error_code* ec) { in __canonical() argument
83 ErrorHandler<path> err("canonical", ec, in __canonical()
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 Ddirectory_iterator.cpp42 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream() argument
45 ec = make_error_code(errc::no_such_file_or_directory); in __dir_stream()
50 ec = detail::make_windows_error(GetLastError()); in __dir_stream()
52 if (ignore_permission_denied && ec.value() == static_cast<int>(errc::permission_denied)) in __dir_stream()
53 ec.clear(); in __dir_stream()
57 advance(ec); in __dir_stream()
68 bool advance(error_code& ec) { in advance() argument
92 error_code ec; in close() local
94 ec = detail::make_windows_error(GetLastError()); in close()
96 return ec; in close()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp110 if (auto EC = Writer->writeBytes(Bytes)) in mapByteVectorTail() local
111 return EC; in mapByteVectorTail()
113 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining())) in mapByteVectorTail() local
114 return EC; in mapByteVectorTail()
122 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail() local
123 return EC; in mapByteVectorTail()
140 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger() local
141 return EC; in mapInteger()
144 if (auto EC = Reader->readInteger(I)) in mapInteger() local
145 return EC; in mapInteger()
[all …]
H A DCVTypeVisitor.cpp28 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) in visitKnownRecord() local
29 return EC; in visitKnownRecord()
38 if (auto EC = Callbacks.visitKnownMember(Record, KnownRecord)) in visitKnownMember() local
39 return EC; in visitKnownMember()
45 if (auto EC = Callbacks.visitMemberBegin(Record)) in visitMemberRecord() local
46 return EC; in visitMemberRecord()
50 if (auto EC = Callbacks.visitUnknownMember(Record)) in visitMemberRecord() local
51 return EC; in visitMemberRecord()
55 if (auto EC = visitKnownMember<Name##Record>(Record, Callbacks)) \ in visitMemberRecord()
56 return EC; \ in visitMemberRecord()
[all …]
H A DCVSymbolVisitor.cpp29 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) in visitKnownRecord() local
30 return EC; in visitKnownRecord()
38 if (auto EC = Callbacks.visitUnknownSymbol(Record)) in finishVisitation() local
39 return EC; in finishVisitation()
43 if (auto EC = visitKnownRecord<Name>(Record, Callbacks)) \ in finishVisitation()
44 return EC; \ in finishVisitation()
52 if (auto EC = Callbacks.visitSymbolEnd(Record)) in finishVisitation() local
53 return EC; in finishVisitation()
59 if (auto EC = Callbacks.visitSymbolBegin(Record)) in visitSymbolRecord() local
60 return EC; in visitSymbolRecord()
[all …]
H A DDebugSubsectionVisitor.cpp36 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
37 return EC; in visitDebugSubsection()
43 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
44 return EC; in visitDebugSubsection()
50 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
51 return EC; in visitDebugSubsection()
56 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() local
57 return EC; in visitDebugSubsection()
62 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() local
63 return EC; in visitDebugSubsection()
[all …]
/freebsd-src/crypto/openssl/providers/common/
H A Dcapabilities.c22 /* If neither ec or dh is available then we have no TLS-GROUP capabilities */
126 TLS_GROUP_ENTRY("sect163k1", "sect163k1", "EC", 0),
127 TLS_GROUP_ENTRY("K-163", "sect163k1", "EC", 0), /* Alias of above */
130 TLS_GROUP_ENTRY("sect163r1", "sect163r1", "EC", 1),
133 TLS_GROUP_ENTRY("sect163r2", "sect163r2", "EC", 2),
134 TLS_GROUP_ENTRY("B-163", "sect163r2", "EC", 2), /* Alias of above */
137 TLS_GROUP_ENTRY("sect193r1", "sect193r1", "EC", 3),
138 TLS_GROUP_ENTRY("sect193r2", "sect193r2", "EC", 4),
141 TLS_GROUP_ENTRY("sect233k1", "sect233k1", "EC", 5),
142 TLS_GROUP_ENTRY("K-233", "sect233k1", "EC", 5), /* Alias of above */
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp473 std::error_code EC = sampleprof_error::malformed; in readNumber()
474 reportError(0, EC.message()); in readNumber()
475 return EC; in readNumber()
477 std::error_code EC = sampleprof_error::truncated; in readNumber()
478 reportError(0, EC.message()); in readNumber()
479 return EC; in readNumber()
489 std::error_code EC = sampleprof_error::truncated; in readString()
490 reportError(0, EC.message()); in readString()
491 return EC; in readString()
501 std::error_code EC in readUnencodedNumber()
472 std::error_code EC = sampleprof_error::malformed; readNumber() local
476 std::error_code EC = sampleprof_error::truncated; readNumber() local
488 std::error_code EC = sampleprof_error::truncated; readString() local
500 std::error_code EC = sampleprof_error::truncated; readUnencodedNumber() local
513 if (std::error_code EC = Idx.getError()) readStringIndex() local
523 if (std::error_code EC = Idx.getError()) readStringFromTable() local
533 if (std::error_code EC = ContextIdx.getError()) readContextFromTable() local
548 if (std::error_code EC = FContext.getError()) readSampleContextFromTable() local
553 if (std::error_code EC = FName.getError()) readSampleContextFromTable() local
574 if (std::error_code EC = NumSamples.getError()) readProfile() local
580 if (std::error_code EC = NumRecords.getError()) readProfile() local
585 if (std::error_code EC = LineOffset.getError()) readProfile() local
593 if (std::error_code EC = Discriminator.getError()) readProfile() local
597 if (std::error_code EC = NumSamples.getError()) readProfile() local
601 if (std::error_code EC = NumCalls.getError()) readProfile() local
609 if (std::error_code EC = CalledFunction.getError()) readProfile() local
613 if (std::error_code EC = CalledFunctionSamples.getError()) readProfile() local
625 if (std::error_code EC = NumCallsites.getError()) readProfile() local
630 if (std::error_code EC = LineOffset.getError()) readProfile() local
634 if (std::error_code EC = Discriminator.getError()) readProfile() local
638 if (std::error_code EC = FName.getError()) readProfile() local
647 if (std::error_code EC = readProfile(CalleeProfile)) readProfile() local
658 if (std::error_code EC = NumHeadSamples.getError()) readFuncProfile() local
662 if (std::error_code EC = FContextHash.getError()) readFuncProfile() local
675 if (std::error_code EC = readProfile(FProfile)) readFuncProfile() local
684 if (std::error_code EC = readFuncProfile(Data)) readImpl() local
697 if (std::error_code EC = readSummary()) readOneSection() local
717 if (std::error_code EC = readNameTableSec(UseMD5, FixedLengthMD5)) readOneSection() local
722 if (std::error_code EC = readCSNameTableSec()) readOneSection() local
727 if (std::error_code EC = readFuncProfiles()) readOneSection() local
739 if (std::error_code EC = readFuncOffsetTable()) readOneSection() local
749 if (std::error_code EC = readFuncMetadata(HasAttribute)) readOneSection() local
754 if (std::error_code EC = readProfileSymbolList()) readOneSection() local
758 if (std::error_code EC = readCustomSection(Entry)) readOneSection() local
810 if (std::error_code EC = Size.getError()) readFuncOffsetTable() local
821 if (std::error_code EC = FContextHash.getError()) readFuncOffsetTable() local
826 if (std::error_code EC = Offset.getError()) readFuncOffsetTable() local
854 if (std::error_code EC = readFuncProfile(Data)) readFuncProfiles() local
904 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) readFuncProfiles() local
916 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) readFuncProfiles() local
928 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) readFuncProfiles() local
938 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) readFuncProfiles() local
955 if (std::error_code EC = ProfSymList->read(Data, End - Data)) readProfileSymbolList() local
968 if (std::error_code EC = DecompressSize.getError()) decompressSection() local
973 if (std::error_code EC = CompressSize.getError()) decompressSection() local
1013 if (std::error_code EC = decompressSection( readImpl() local
1020 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) readImpl() local
1049 if (std::error_code EC = Size.getError()) readNameTable() local
1072 if (std::error_code EC = Name.getError()) readNameTable() local
1094 if (std::error_code EC = Size.getError()) readNameTableSec() local
1120 if (std::error_code EC = Size.getError()) readNameTableSec() local
1129 if (std::error_code EC = FID.getError()) readNameTableSec() local
1149 if (std::error_code EC = Size.getError()) readCSNameTableSec() local
1165 if (std::error_code EC = ContextSize.getError()) readCSNameTableSec() local
1169 if (std::error_code EC = FName.getError()) readCSNameTableSec() local
1172 if (std::error_code EC = LineOffset.getError()) readCSNameTableSec() local
1179 if (std::error_code EC = Discriminator.getError()) readCSNameTableSec() local
1196 if (std::error_code EC = Checksum.getError()) readFuncMetadata() local
1204 if (std::error_code EC = Attributes.getError()) readFuncMetadata() local
1213 if (std::error_code EC = NumCallsites.getError()) readFuncMetadata() local
1218 if (std::error_code EC = LineOffset.getError()) readFuncMetadata() local
1222 if (std::error_code EC = Discriminator.getError()) readFuncMetadata() local
1226 if (std::error_code EC = FContextHash.getError()) readFuncMetadata() local
1237 if (std::error_code EC = readFuncMetadata() local
1251 if (std::error_code EC = FContextHash.getError()) readFuncMetadata() local
1259 if (std::error_code EC = readFuncMetadata(ProfileHasAttribute, FProfile)) readFuncMetadata() local
1271 if (std::error_code EC = Type.getError()) readSecHdrTableEntry() local
1276 if (std::error_code EC = Flags.getError()) readSecHdrTableEntry() local
1281 if (std::error_code EC = Offset.getError()) readSecHdrTableEntry() local
1286 if (std::error_code EC = Size.getError()) readSecHdrTableEntry() local
1297 if (std::error_code EC = EntryNum.getError()) readSecHdrTable() local
1301 if (std::error_code EC = readSecHdrTableEntry(i)) readSecHdrTable() local
1313 if (std::error_code EC = readMagicIdent()) readHeader() local
1316 if (std::error_code EC = readSecHdrTable()) readHeader() local
1416 if (std::error_code EC = Magic.getError()) readMagicIdent() local
1418 else if (std::error_code EC = verifySPMagic(*Magic)) readMagicIdent() local
1423 if (std::error_code EC = Version.getError()) readMagicIdent() local
1435 if (std::error_code EC = readMagicIdent()) readHeader() local
1438 if (std::error_code EC = readSummary()) readHeader() local
1441 if (std::error_code EC = readNameTable()) readHeader() local
1449 if (std::error_code EC = Cutoff.getError()) readSummaryEntry() local
1453 if (std::error_code EC = MinBlockCount.getError()) readSummaryEntry() local
1457 if (std::error_code EC = NumBlocks.getError()) readSummaryEntry() local
1466 if (std::error_code EC = TotalCount.getError()) readSummary() local
1470 if (std::error_code EC = MaxBlockCount.getError()) readSummary() local
1474 if (std::error_code EC = MaxFunctionCount.getError()) readSummary() local
1478 if (std::error_code EC = NumBlocks.getError()) readSummary() local
1482 if (std::error_code EC = NumFunctions.getError()) readSummary() local
1486 if (std::error_code EC = NumSummaryEntries.getError()) readSummary() local
1491 std::error_code EC = readSummaryEntry(Entries); readSummary() local
1534 std::error_code EC = sampleprof_error::malformed; readNumber() local
1561 if (std::error_code EC = skipNextWord()) readHeader() local
1575 if (std::error_code EC = skipNextWord()) readSectionTag() local
1582 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames)) readNameTable() local
1600 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction)) readFunctionProfiles() local
1609 if (std::error_code EC = readOneFunctionProfile(Stack, true, 0)) readFunctionProfiles() local
1732 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset)) readOneFunctionProfile() local
1746 if (std::error_code EC = readNameTable()) readImpl() local
1750 if (std::error_code EC = readFunctionProfiles()) readImpl() local
1806 if (std::error_code EC = BufferOrErr.getError()) setupMemoryBuffer() local
1829 if (std::error_code EC = BufferOrError.getError()) create() local
1850 if (std::error_code EC = BufferOrError.getError()) create() local
1914 if (std::error_code EC = ReaderOrErr.getError()) { create() local
1922 if (std::error_code EC = Reader->readHeader()) { create() local
[all...]
H A DSampleProfWriter.cpp110 if (std::error_code EC = write(ProfileMap)) in writeWithSizeLimitInternal() local
111 return EC; in writeWithSizeLimitInternal()
147 if (std::error_code EC = writeSample(*I.second)) in writeFuncProfiles() local
148 return EC; in writeFuncProfiles()
154 if (std::error_code EC = writeHeader(ProfileMap)) in write() local
155 return EC; in write()
157 if (std::error_code EC = writeFuncProfiles(ProfileMap)) in write() local
158 return EC; in write()
208 if (std::error_code EC = compressAndOutput()) in addNewSection() local
209 return EC; in addNewSection()
224 if (std::error_code EC = writeHeader(ProfileMap)) write() local
229 if (std::error_code EC = writeSections(ProfileMap)) write() local
232 if (std::error_code EC = writeSecHdrTable()) write() local
272 if (std::error_code EC = writeContextIdx(Context)) writeFuncOffsetTable() local
285 if (std::error_code EC = WriteItem(Entry.first, Entry.second)) writeFuncOffsetTable() local
291 if (std::error_code EC = WriteItem(Entry.first, Entry.second)) writeFuncOffsetTable() local
303 if (std::error_code EC = writeContextIdx(FunctionProfile.getContext())) writeFuncMetadata() local
323 if (std::error_code EC = writeFuncMetadata(FS.second)) writeFuncMetadata() local
338 if (std::error_code EC = writeFuncMetadata(Entry.second)) writeFuncMetadata() local
382 if (auto EC = writeNameTable()) writeNameTableSection() local
405 if (std::error_code EC = writeNameIdx(Callsite.Func)) writeCSNameTableSection() local
418 if (std::error_code EC = ProfSymList->write(*OutputStream)) writeProfileSymbolListSection() local
445 if (auto EC = writeSummary()) writeOneSection() local
449 if (auto EC = writeNameTableSection(ProfileMap)) writeOneSection() local
453 if (auto EC = writeCSNameTableSection()) writeOneSection() local
458 if (std::error_code EC = writeFuncProfiles(ProfileMap)) writeOneSection() local
462 if (auto EC = writeFuncOffsetTable()) writeOneSection() local
466 if (std::error_code EC = writeFuncMetadata(ProfileMap)) writeOneSection() local
470 if (auto EC = writeProfileSymbolListSection()) writeOneSection() local
474 if (auto EC = writeCustomSection(Type)) writeOneSection() local
478 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) writeOneSection() local
489 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) writeDefaultLayout() local
491 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) writeDefaultLayout() local
493 if (auto EC = writeOneSection(SecCSNameTable, 2, ProfileMap)) writeDefaultLayout() local
495 if (auto EC = writeOneSection(SecLBRProfile, 4, ProfileMap)) writeDefaultLayout() local
497 if (auto EC = writeOneSection(SecProfileSymbolList, 5, ProfileMap)) writeDefaultLayout() local
499 if (auto EC = writeOneSection(SecFuncOffsetTable, 3, ProfileMap)) writeDefaultLayout() local
501 if (auto EC = writeOneSection(SecFuncMetadata, 6, ProfileMap)) writeDefaultLayout() local
522 if (auto EC = writeOneSection(SecProfSummary, 0, ProfileMap)) writeCtxSplitLayout() local
524 if (auto EC = writeOneSection(SecNameTable, 1, ProfileMap)) writeCtxSplitLayout() local
526 if (auto EC = writeOneSection(SecLBRProfile, 3, ContextProfileMap)) writeCtxSplitLayout() local
528 if (auto EC = writeOneSection(SecFuncOffsetTable, 2, ContextProfileMap)) writeCtxSplitLayout() local
533 if (auto EC = writeOneSection(SecLBRProfile, 5, NoContextProfileMap)) writeCtxSplitLayout() local
538 if (auto EC = writeOneSection(SecFuncOffsetTable, 4, NoContextProfileMap)) writeCtxSplitLayout() local
540 if (auto EC = writeOneSection(SecProfileSymbolList, 6, ProfileMap)) writeCtxSplitLayout() local
542 if (auto EC = writeOneSection(SecFuncMetadata, 7, ProfileMap)) writeCtxSplitLayout() local
550 std::error_code EC; writeSections() local
610 if (std::error_code EC = writeSample(CalleeSamples)) writeSample() local
724 if (auto EC = writeSummary()) writeHeader() local
826 if (std::error_code EC = writeContextIdx(S.getContext())) writeBody() local
843 if (std::error_code EC = writeNameIdx(Callee)) writeBody() local
860 if (std::error_code EC = writeBody(CalleeSamples)) writeBody() local
885 std::error_code EC; create() local
907 std::error_code EC; create() local
[all...]
/freebsd-src/sys/contrib/ck/include/
H A Dck_ec.h105 * ec is a struct ck_ec32 *, or a struct ck_ec64 *.
115 * `void ck_ec_init(ec, value)`: initializes the event count to value.
117 * `value ck_ec_value(ec)`: returns the current value of the event
120 * `bool ck_ec_has_waiters(ec)`: returns whether some thread has
123 * `void ck_ec_inc(ec, mode)`: increments the value of the event
127 * `value ck_ec_add(ec, mode, value)`: increments the event counter by
139 * `int ck_ec_wait(ec, mode, value, deadline)`: waits until the event
146 * `int ck_ec_wait_pred(ec, mode, value, pred, data, deadline)`: waits
418 static void ck_ec32_init(struct ck_ec32 *ec, uint32_t value);
427 static void ck_ec64_init(struct ck_ec64 *ec, uint64_t value);
[all …]
/freebsd-src/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() argument
38 ck_pr_and_32(&ec->counter, (1U << 31) - 1); in ck_ec32_wake()
39 ops->wake32(ops, &ec->counter); in ck_ec32_wake()
44 ck_ec32_wait_slow(struct ck_ec32 *ec, in ck_ec32_wait_slow() argument
49 return ck_ec32_wait_pred_slow(ec, ops, old_value, in ck_ec32_wait_slow()
55 ck_ec64_wake(struct ck_ec64 *ec, const struct ck_ec_ops *ops) in ck_ec64_wake() argument
57 ck_pr_and_64(&ec->counter, ~1); in ck_ec64_wake()
58 ops->wake64(ops, &ec->counter); in ck_ec64_wake()
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dfilesystem178 directory_entry(const filesystem::path& p, error_code& ec);
185 void assign(const filesystem::path& p, error_code& ec);
187 void replace_filename(const filesystem::path& p, error_code& ec);
189 void refresh(error_code& ec) noexcept;
194 bool exists(error_code& ec) const noexcept;
196 bool is_block_file(error_code& ec) const noexcept;
198 bool is_character_file(error_code& ec) const noexcept;
200 bool is_directory(error_code& ec) const noexcept;
202 bool is_fifo(error_code& ec) const noexcept;
204 bool is_other(error_code& ec) cons
[all...]
/freebsd-src/lib/libbearssl/
H A DMakefile.libsa.inc25 ec/ec_all_m31.c \
26 ec/ec_c25519_m31.c \
27 ec/ec_c25519_m62.c \
28 ec/ec_c25519_m64.c \
29 ec/ec_default.c \
30 ec/ec_p256_m31.c \
31 ec/ec_p256_m62.c \
32 ec/ec_p256_m64.c \
33 ec/ec_prime_i31.c \
34 ec/ec_pubke
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp40 if (auto EC = Reader.readArray(Output, Count)) in loadSectionContribs() local
41 return EC; in loadSectionContribs()
56 if (auto EC = Reader.readObject(Header)) in reload() local
98 if (auto EC = Reader.readSubstream(ModiSubstream, Header->ModiSubstreamSize)) in reload() local
99 return EC; in reload()
101 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload() local
103 return EC; in reload()
104 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload() local
105 return EC; in reload()
106 if (auto EC = Reader.readSubstream(FileInfoSubstream, Header->FileInfoSize)) in reload() local
[all …]
H A DDbiStreamBuilder.cpp199 if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules in generateFileInfoSubstream() local
200 return EC; in generateFileInfoSubstream()
201 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream() local
202 return EC; in generateFileInfoSubstream()
204 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices in generateFileInfoSubstream() local
205 return EC; in generateFileInfoSubstream()
209 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream() local
210 return EC; in generateFileInfoSubstream()
221 if (auto EC = NameBufferWriter.writeCString(Name.getKey())) in generateFileInfoSubstream() local
222 return EC; in generateFileInfoSubstream()
[all …]
/freebsd-src/crypto/openssl/crypto/cms/
H A Dcms_enc.c25 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio() argument
32 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; in ossl_cms_EncryptedContent_init_bio()
44 enc = ec->cipher ? 1 : 0; in ossl_cms_EncryptedContent_init_bio()
56 cipher = ec->cipher; in ossl_cms_EncryptedContent_init_bio()
60 if (ec->key != NULL) in ossl_cms_EncryptedContent_init_bio()
61 ec->cipher = NULL; in ossl_cms_EncryptedContent_init_bio()
108 if (ec->taglen > 0 in ossl_cms_EncryptedContent_init_bio()
110 ec->taglen, ec->tag) <= 0) { in ossl_cms_EncryptedContent_init_bio()
122 if (!enc || !ec->key) { in ossl_cms_EncryptedContent_init_bio()
132 if (!ec->key) { in ossl_cms_EncryptedContent_init_bio()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp27 EC.reserve(N); in grow()
28 while (EC.size() < N) in grow()
29 EC.push_back(EC.size()); in grow()
34 unsigned eca = EC[a]; in join()
35 unsigned ecb = EC[b]; in join()
41 EC[b] = eca; in join()
43 ecb = EC[b]; in join()
45 EC[a] = ecb; in join()
47 eca = EC[a]; in join()
55 while (a != EC[a]) in findLeader()
[all …]
H A DFileCollector.cpp30 std::error_code EC; in addDirectory() local
31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
139 std::error_code &EC) { in addDirectoryImpl() argument
140 auto It = FS->dir_begin(Dir, EC); in addDirectoryImpl()
141 if (EC) in addDirectoryImpl()
144 for (; !EC && It != llvm::vfs::directory_iterator(); It.increment(EC)) { in addDirectoryImpl()
151 if (EC) in addDirectoryImpl()
154 return FS->dir_begin(Dir, EC); in addDirectoryImpl()
164 if (auto EC in copyAccessAndModificationTime() local
168 if (auto EC = sys::fs::setLastAccessAndModificationTime( copyAccessAndModificationTime() local
172 if (auto EC = sys::Process::SafelyCloseFileDescriptor(FD)) copyAccessAndModificationTime() local
189 if (std::error_code EC = sys::fs::status(entry.VPath, Stat)) { copyFiles() local
200 if (std::error_code EC = copyFiles() local
209 if (std::error_code EC = copyFiles() local
219 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { copyFiles() local
226 if (std::error_code EC = sys::fs::setPermissions(entry.RPath, *perms)) { copyFiles() local
245 std::error_code EC; writeMapping() local
279 dir_begin(const llvm::Twine & Dir,std::error_code & EC) dir_begin() argument
285 auto EC = FS->getRealPath(Path, Output); getRealPath() local
[all...]
/freebsd-src/contrib/wpa/src/crypto/
H A Dcrypto.h720 * Internal data structure for EC implementation. The contents is specific
728 * Internal data structure for EC implementation to represent a point. The
737 * Returns: Pointer to EC context or %NULL on failure
743 * @e: EC context from crypto_ec_init()
749 * @e: EC context from crypto_ec_init()
756 * @e: EC context from crypto_ec_init()
763 * @e: EC context from crypto_ec_init()
769 * crypto_ec_get_prime - Get prime defining an EC group
770 * @e: EC context from crypto_ec_init()
776 * crypto_ec_get_order - Get order of an EC grou
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-cros-ec-tunnel.txt1 I2C bus that tunnels through the ChromeOS EC (cros-ec)
3 On some ChromeOS board designs we've got a connection to the EC (embedded
5 the EC (like a battery and PMIC). To get access to those devices we need
6 to tunnel our i2c commands through the EC.
8 The node for this device should be under a cros-ec node like google,cros-ec-spi
9 or google,cros-ec-i2c.
13 - compatible: google,cros-ec-i2c-tunnel
14 - google,remote-bus: The EC bus we'd like to talk to.
21 cros-ec@0 {
22 compatible = "google,cros-ec-spi";
[all …]
/freebsd-src/crypto/openssl/providers/
H A Dencoders.inc24 #define ENCODER_STRUCTURE_EC "ec"
59 ENCODER_TEXT("EC", ec, yes),
108 /* EC only supports keypair and parameters DER and PEM output. */
109 ENCODER_w_structure("EC", ec, yes, der, type_specific_no_pub),
110 ENCODER_w_structure("EC", ec, yes, pem, type_specific_no_pub),
111 /* EC supports blob output for the public key */
112 ENCODER("EC", ec, yes, blob),
177 ENCODER_w_structure("EC", ec, yes, der, EncryptedPrivateKeyInfo),
178 ENCODER_w_structure("EC", ec, yes, pem, EncryptedPrivateKeyInfo),
179 ENCODER_w_structure("EC", ec, yes, der, PrivateKeyInfo),
[all …]

12345678910>>...71