Home
last modified time | relevance | path

Searched refs:object_name (Results 1 – 25 of 25) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dapps_ui.c104 const char *object_name) in ui_prompt_construct() argument
110 if (object_name == NULL && cb_data != NULL) in ui_prompt_construct()
111 object_name = cb_data->prompt_info; in ui_prompt_construct()
112 return UI_construct_prompt(NULL, phrase_desc, object_name); in ui_prompt_construct()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp101 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetObjectPointerValueObject() argument
106 "Couldn't load '{0}' because the context is incomplete", object_name); in GetObjectPointerValueObject()
114 object_name, lldb::eNoDynamicValues, in GetObjectPointerValueObject()
123 llvm::StringRef object_name, in GetObjectPointer() argument
126 GetObjectPointerValueObject(std::move(frame_sp), object_name, err); in GetObjectPointer()
136 object_name); in GetObjectPointer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp846 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetCppObjectPointer() argument
848 GetObjectPointerValueObject(std::move(frame_sp), object_name, err); in GetCppObjectPointer()
865 object_name); in GetCppObjectPointer()
893 llvm::StringRef object_name = in AddArguments() local
908 GetCppObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
910 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
917 object_name, object_ptr_error.AsCString()); in AddArguments()
H A DClangUserExpression.h207 llvm::StringRef object_name, Status &err);
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h289 llvm::StringRef object_name,
307 llvm::StringRef object_name, Status &err);
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c357 const char *object_name) in UI_construct_prompt() argument
362 prompt = ui->meth->ui_construct_prompt(ui, phrase_desc, object_name); in UI_construct_prompt()
372 if (object_name != NULL) in UI_construct_prompt()
373 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt()
382 if (object_name != NULL) { in UI_construct_prompt()
384 OPENSSL_strlcat(prompt, object_name, len + 1); in UI_construct_prompt()
H A Dui_local.h54 const char *object_name);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp236 ConstString object_name, lldb::offset_t object_offset, in Module() argument
239 m_arch(arch), m_file(file_spec), m_object_name(object_name), in Module()
1027 ConstString object_name) { in SetFileSpecAndObjectName() argument
1032 m_object_name = object_name; in SetFileSpecAndObjectName()
1064 const char *object_name = m_object_name.GetCString(); in GetDescription() local
1065 if (object_name) in GetDescription()
1066 s << llvm::formatv("({0})", object_name); in GetDescription()
1532 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local
1533 if (object_name) { in MatchesModuleSpec()
1534 if (object_name != GetObjectName()) in MatchesModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp277 ConstString object_name = module_sp->GetObjectName(); in GetObjectFile() local
278 if (!object_name) in GetObjectFile()
281 Entry *entry = FindEntry(object_name.GetCString()); in GetObjectFile()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp138 mach_port_t object_name; in RegionMemUsage() local
141 (vm_region_info_t)&vm_region_info, &count, &object_name); in RegionMemUsage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp154 ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) { in Extract()
156 m_object_name_to_index_map.FindFirstValueForName(object_name); in Extract()
264 ConstString object_name(module_sp->GetObjectName()); in ParseObjects()
265 if (!object_name) in ParseObjects()
285 FindObject(ConstString object_name,const llvm::sys::TimePoint<> & object_mod_time) FindObject() argument
395 ConstString object_name(module_sp->GetObjectName()); CreateInstance() local
H A DObjectContainerBSDArchive.h142 Object *FindObject(lldb_private::ConstString object_name, in GetObjectAtIndex()
/freebsd/crypto/openssl/doc/man3/
H A DUI_new.pod47 const char *phrase_desc, const char *object_name);
153 and an object name I<object_name>, where the latter may be NULL.
155 creates a string "Enter I<phrase_desc> for I<object_name>:"
156 where the " for I<object_name>" part is left out if I<object_name> is NULL.
H A DUI_create_method.pod39 *object_name));
/freebsd/crypto/openssl/include/openssl/
H A Dui.h165 const char *phrase_desc, const char *object_name);
352 *object_name));
H A Dui.h.in150 * object_name is the name of the object
158 * "Enter {phrase_desc} for {object_name}:"
160 * So, if phrase_desc has the value "pass phrase" and object_name has
166 const char *phrase_desc, const char *object_name);
329 *object_name));
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp94 const char *object_name = nullptr; in Dump() local
96 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
100 file_spec.GetPath().c_str(), object_name ? "(" : "", in Dump()
101 object_name ? object_name : "", object_name ? ")" : "", in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h116 /// \param[in] object_name
127 ConstString object_name = ConstString(), lldb::offset_t object_offset = 0,
766 void SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp324 if (ConstString object_name = module->GetObjectName()) { in ReportStatistics() local
326 module_stat.path.append(object_name.GetStringRef().str()); in ReportStatistics()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c2603 char *object_name, in sli_cmd_common_write_object() argument
2628 ocs_strncpy(wr_obj->object_name, object_name, sizeof(wr_obj->object_name)); in sli_cmd_common_write_object()
2655 char *object_name) in sli_cmd_common_delete_object() argument
2674 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj->object_name)); in sli_cmd_common_delete_object()
2696 char *object_name, in sli_cmd_common_read_object() argument
2719 ocs_strncpy(rd_obj->object_name, object_name, sizeof(rd_obj->object_name)); in sli_cmd_common_read_object()
H A Dsli4.h2418 uint8_t object_name[104]; member
2448 uint8_t object_name[104]; member
2475 uint8_t object_name[104]; member
2490 uint8_t object_name[104]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp178 ConstString object_name, off_t object_offset, in DebugMapModule() argument
180 : Module(file_spec, arch, object_name, object_offset, object_mod_time), in DebugMapModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3434 const char *object_name = module->GetObjectName().GetCString(); in PrintModule() local
3435 if (object_name) in PrintModule()
3436 strm.Printf("(%s)", object_name); in PrintModule()
/freebsd/sys/dev/oce/
H A Doce_mbox.c1614 strcpy(fwcmd->params.req.object_name, "/prg"); in oce_mbox_lancer_write_flashrom()
H A Doce_hw.h1644 uint8_t object_name[104]; member