/openbsd-src/usr.bin/dig/lib/isc/ |
H A D | sha2.c | 62 isc_sha224_init(isc_sha224_t *context) { in isc_sha224_init() 74 isc_sha224_update(isc_sha224_t *context, const uint8_t* data, size_t len) { in isc_sha224_update() 90 isc_sha224_final(uint8_t digest[ISC_SHA224_DIGESTLENGTH], isc_sha224_t *context) { in isc_sha224_final() 104 isc_sha256_init(isc_sha256_t *context) { in isc_sha256_init() 116 isc_sha256_update(isc_sha256_t *context, const uint8_t *data, size_t len) { in isc_sha256_update() 132 isc_sha256_final(uint8_t digest[ISC_SHA256_DIGESTLENGTH], isc_sha256_t *context) { in isc_sha256_final() 146 isc_sha512_init(isc_sha512_t *context) { in isc_sha512_init() 157 void isc_sha512_update(isc_sha512_t *context, const uint8_t *data, size_t len) { in isc_sha512_update() 172 void isc_sha512_final(uint8_t digest[ISC_SHA512_DIGESTLENGTH], isc_sha512_t *context) { in isc_sha512_final() 186 isc_sha384_init(isc_sha384_t *context) { in isc_sha384_init() [all …]
|
/openbsd-src/lib/libcbor/src/cbor/internal/ |
H A D | builder_callbacks.c | 142 void cbor_builder_uint8_callback(void *context, uint8_t value) { in cbor_builder_uint8_callback() 151 void cbor_builder_uint16_callback(void *context, uint16_t value) { in cbor_builder_uint16_callback() 160 void cbor_builder_uint32_callback(void *context, uint32_t value) { in cbor_builder_uint32_callback() 169 void cbor_builder_uint64_callback(void *context, uint64_t value) { in cbor_builder_uint64_callback() 178 void cbor_builder_negint8_callback(void *context, uint8_t value) { in cbor_builder_negint8_callback() 187 void cbor_builder_negint16_callback(void *context, uint16_t value) { in cbor_builder_negint16_callback() 196 void cbor_builder_negint32_callback(void *context, uint32_t value) { in cbor_builder_negint32_callback() 205 void cbor_builder_negint64_callback(void *context, uint64_t value) { in cbor_builder_negint64_callback() 214 void cbor_builder_byte_string_callback(void *context, cbor_data data, in cbor_builder_byte_string_callback() 248 void cbor_builder_byte_string_start_callback(void *context) { in cbor_builder_byte_string_start_callback() [all …]
|
/openbsd-src/sbin/restore/ |
H A D | restore.h | 107 extern struct context { struct 108 short action; /* action being taken on this file */ 109 mode_t mode; /* mode of file */ 110 ino_t ino; /* inumber of file */ 111 uid_t uid; /* file owner */ 112 gid_t gid; /* file group */ 113 int file_flags; /* status flags (chflags) */ 114 int rdev; /* device number of file */ 115 time_t atime_sec; /* access time seconds */ 116 time_t mtime_sec; /* modified time seconds */ [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | unwind-libunwind.c | 52 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for() 65 #define uw_update_context(context,fs) do { ; } while (0) argument 68 uw_identify_context (struct _Unwind_Context *context) in uw_identify_context() 75 #define uw_init_context(context) \ argument 98 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 111 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 122 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 132 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 143 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 149 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() [all …]
|
H A D | unwind-sjlj.c | 172 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 180 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 187 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 195 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 203 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 209 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 215 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() 228 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase() 234 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase() 241 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for() [all …]
|
H A D | unwind-dw2.c | 186 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 207 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 215 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 223 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 237 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 243 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() 261 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase() 267 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() 278 extract_cie_info (struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info() [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | unwind-compat.c | 82 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 93 _Unwind_GetBSP (struct _Unwind_Context * context) in _Unwind_GetBSP() 103 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase() 113 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() 124 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 133 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 140 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() 150 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 160 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() 199 _Unwind_SetGR (struct _Unwind_Context *context, int index, in _Unwind_SetGR() [all …]
|
H A D | unwind-sjlj.c | 181 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 189 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) in _Unwind_GetCFA() 208 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 216 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 222 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() 231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 237 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() 256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase() 262 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase() [all …]
|
H A D | unwind-dw2.c | 134 _Unwind_IsSignalFrame (struct _Unwind_Context *context) in _Unwind_IsSignalFrame() 140 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val) in _Unwind_SetSignalFrame() 149 _Unwind_IsExtendedContext (struct _Unwind_Context *context) in _Unwind_IsExtendedContext() 176 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 213 _Unwind_GetPtr (struct _Unwind_Context *context, int index) in _Unwind_GetPtr() 221 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 229 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 258 _Unwind_GetGRPtr (struct _Unwind_Context *context, int index) in _Unwind_GetGRPtr() 269 _Unwind_SetGRPtr (struct _Unwind_Context *context, int index, void *p) in _Unwind_SetGRPtr() 280 _Unwind_SetGRValue (struct _Unwind_Context *context, int index, in _Unwind_SetGRValue() [all …]
|
H A D | diagnostic.c | 92 diagnostic_initialize (diagnostic_context *context) in diagnostic_initialize() 170 diagnostic_count_diagnostic (diagnostic_context *context, in diagnostic_count_diagnostic() 237 diagnostic_action_after_output (diagnostic_context *context, in diagnostic_action_after_output() 283 diagnostic_report_current_function (diagnostic_context *context) in diagnostic_report_current_function() 290 diagnostic_report_current_module (diagnostic_context *context) in diagnostic_report_current_module() 321 default_diagnostic_starter (diagnostic_context *context, in default_diagnostic_starter() 329 default_diagnostic_finalizer (diagnostic_context *context, in default_diagnostic_finalizer() 339 diagnostic_classify_diagnostic (diagnostic_context *context, in diagnostic_classify_diagnostic() 362 diagnostic_report_diagnostic (diagnostic_context *context, in diagnostic_report_diagnostic() 615 error_recursion (diagnostic_context *context) in error_recursion()
|
/openbsd-src/regress/sys/kern/pipe/ |
H A D | test-thundering-herd.c | 40 struct context { struct 54 static pid_t block_proc(const struct context *); argument
|
H A D | test-kqueue.c | 39 struct context { struct 53 static void ctx_setup(struct context *, enum kqueue_mode, int); argument
|
H A D | test-run-down.c | 27 struct context { struct 37 static void ctx_setup(struct context *, size_t); argument
|
/openbsd-src/sys/dev/pci/drm/i915/selftests/ |
H A D | i915_syncmap.c | 163 static int check_one(struct i915_syncmap **sync, u64 context, u32 seqno) in check_one() 217 u64 context = i915_prandom_u64_state(&prng); in igt_syncmap_one() local 238 static int check_leaf(struct i915_syncmap **sync, u64 context, u32 seqno) in check_leaf() 297 u64 context = BIT_ULL(order); in igt_syncmap_join_above() local 346 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() local 363 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() local 385 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() local 414 u64 context = i915_prandom_u64_state(&prng) & ~MASK; in igt_syncmap_neighbours() local 469 u64 context = idx * BIT_ULL(order) + idx; in igt_syncmap_compact() local 562 u64 context = i915_prandom_u64_state(&prng); in igt_syncmap_random() local [all …]
|
/openbsd-src/lib/libssl/ |
H A D | tls13_key_schedule.c | 161 const struct tls13_secret *context) in tls13_hkdf_expand_label() 170 const uint8_t *label, size_t label_len, const struct tls13_secret *context) in tls13_hkdf_expand_label_with_length() 212 const struct tls13_secret *context) in tls13_derive_secret() 220 size_t label_len, const struct tls13_secret *context) in tls13_derive_secret_with_label_length() 228 uint8_t *psk, size_t psk_len, const struct tls13_secret *context) in tls13_derive_early_secrets() 270 const struct tls13_secret *context) in tls13_derive_handshake_secrets() 315 const struct tls13_secret *context) in tls13_derive_application_secrets() 365 struct tls13_secret context = { .data = "", .len = 0 }; in tls13_update_client_traffic_secret() local 379 struct tls13_secret context = { .data = "", .len = 0 }; in tls13_update_server_traffic_secret() local 395 struct tls13_secret context, export_out, export_secret; in tls13_exporter() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1116 Context context; in EvaluateInstruction() local 1190 Context context; in Emulate_ADDiu() local 1262 Context context; in Emulate_SW() local 1321 Context context; in Emulate_LW() local 1365 Context context; in Emulate_SUBU_ADDU() local 1392 Context context; in Emulate_SUBU_ADDU() local 1417 Context context; in Emulate_LUI() local 1441 Context context; in Emulate_ADDIUSP() local 1473 Context context; in Emulate_ADDIUS5() local 1522 Context context; in Emulate_SWSP() local [all …]
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | Unwind-sjlj.c | 407 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() 417 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() 427 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() 438 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() 449 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo() 461 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP() 473 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart() 497 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { in _Unwind_GetDataRelBase() 508 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { in _Unwind_GetTextRelBase() 517 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) { in _Unwind_GetCFA()
|
H A D | Unwind-EHABI.cpp | 76 struct _Unwind_Context* context, in ProcessDescriptors() 171 struct _Unwind_Context* context) { in unwindOneFrame() 260 _Unwind_VRS_Interpret(_Unwind_Context *context, const uint32_t *data, in _Unwind_VRS_Interpret() 448 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr0() 454 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr1() 460 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr2() 517 struct _Unwind_Context *context = (struct _Unwind_Context *)(cursor); in unwind_phase1() local 631 struct _Unwind_Context *context = (struct _Unwind_Context *)(cursor); in unwind_phase2() local 756 struct _Unwind_Context *context = (struct _Unwind_Context *)(cursor); in unwind_phase2_forced() local 876 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 1005 Context context; in EvaluateInstruction() local 1080 Context context; in Emulate_DADDiu() local 1156 Context context; in Emulate_SD() local 1218 Context context; in Emulate_LD() local 1234 Context context; in Emulate_LUI() local 1279 Context context; in Emulate_DSUBU_DADDU() local 1306 Context context; in Emulate_DSUBU_DADDU() local 1369 Context context; in Emulate_BXX_3ops() local 1415 Context context; in Emulate_Bcond_Link() local 1446 Context context; in Emulate_BAL() local [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 130 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() 163 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() 173 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() local 185 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup() 200 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup() 212 CrashRecoveryContextReleaseRefCleanup(CrashRecoveryContext *context, in CrashRecoveryContextReleaseRefCleanup()
|
/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/ |
H A D | scc.c | 13 struct context { struct 35 context->outproc is set up. */ argument 37 malloc_error (struct context *context) in malloc_error() 57 struct context *context; in SccInitialize() local 98 struct context *context = (struct context *)context_arg; in SccUninitialize() local 114 struct context *context = (struct context *)context_arg; in SccOpenProject() local 156 struct context *context = (struct context *)context_arg; in SccCloseProject() local 172 struct context *context = (struct context *)context_arg; in SccGet() local 212 struct context *context = (struct context *)context_arg; in SccCheckout() local 390 struct context *context = (struct context *)context_arg; in SccGetProjPath() local [all …]
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource_helpers.c | 109 struct dc_state *context) in dcn32_helper_calculate_num_ways_for_subvp() 123 struct dc_state *context) in dcn32_merge_pipes_for_subvp() 169 struct dc_state *context) in dcn32_all_pipes_have_stream_and_plane() 186 struct dc_state *context) in dcn32_subvp_in_use() 199 bool dcn32_mpo_in_use(struct dc_state *context) in dcn32_mpo_in_use() 211 bool dcn32_any_surfaces_rotated(struct dc *dc, struct dc_state *context) in dcn32_any_surfaces_rotated() 283 struct dc_state *context, in dcn32_determine_det_override() 351 void dcn32_set_det_allocations(struct dc *dc, struct dc_state *context, in dcn32_set_det_allocations() 408 struct dc_state *context, in dcn32_save_mall_state() 436 struct dc_state *context, in dcn32_restore_mall_state() [all …]
|
/openbsd-src/gnu/gcc/libdecnumber/ |
H A D | decContext.c | 53 decContextDefault (decContext * context, Int kind) in decContextDefault() 121 decContextStatusToString (const decContext * context) in decContextStatusToString() 174 decContextSetStatusFromString (decContext * context, const char *string) in decContextSetStatusFromString() 222 decContextSetStatus (decContext * context, uInt status) in decContextSetStatus()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 126 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister() 134 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister() 144 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned() 157 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned() 166 size_t EmulateInstruction::ReadMemory(const Context &context, lldb::addr_t addr, in ReadMemory() 174 uint64_t EmulateInstruction::ReadMemoryUnsigned(const Context &context, in ReadMemoryUnsigned() 201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned() 212 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory() 258 void *baton, const Context &context, in ReadMemoryFrame() 275 void *baton, const Context &context, in WriteMemoryFrame() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 757 EmulateInstruction::Context context; in WriteBits32UnknownToMemory() local 770 EmulateInstruction::Context context; in WriteBits32Unknown() local 972 EmulateInstruction::Context context; in EmulatePUSH() local 1100 EmulateInstruction::Context context; in EmulatePOP() local 1185 EmulateInstruction::Context context; in EmulateADDRdSPImm() local 1241 EmulateInstruction::Context context; in EmulateMOVRdSP() local 1336 EmulateInstruction::Context context; in EmulateMOVRdRm() local 1451 EmulateInstruction::Context context; in EmulateMOVRdImm() local 1567 EmulateInstruction::Context context; in EmulateMUL() local 1645 EmulateInstruction::Context context; in EmulateMVNImm() local [all …]
|