Searched refs:object_name (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_locl.h93 * object_name is the name of the object (might be a card name or a file
98 const char *object_name);
H A Dui.h180 * and object_name is the name of the object (might be a card name or
188 * "Enter {object_desc} for {object_name}:"
190 * So, if object_desc has the value "pass phrase" and object_name has
196 const char *object_desc, const char *object_name);
335 *object_name));
H A Dui_lib.c396 const char *object_name)
401 prompt = ui->meth->ui_construct_prompt(ui, object_desc, object_name);
411 if (object_name != NULL)
412 len += sizeof(prompt2) - 1 + strlen(object_name);
420 if (object_name != NULL) {
422 BUF_strlcat(prompt, object_name, len + 1);
672 *object_name))
395 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
667 UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor) (UI *ui, const char *object_desc, const char *object_name)) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp104 ConstString &object_name,
111 object_name.AsCString());
119 object_name.AsCString(), lldb::eNoDynamicValues,
134 object_name.AsCString());
103 GetObjectPointer(lldb::StackFrameSP frame_sp, ConstString &object_name, Status &err) argument
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c1510 static char *object_name = (char *) 0; /* tmp. name of object file */
4026 pfatal_with_name (object_name);
4036 pfatal_with_name (object_name);
4041 object_name,
4070 pfatal_with_name (object_name);
4075 object_name,
4087 pfatal_with_name (object_name);
4100 pfatal_with_name (object_name);
4105 object_name,
4118 pfatal_with_name (object_name);
1502 static char *object_name = (char *) 0; /* tmp. name of object file */ variable
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp126 mach_port_t object_name; local
129 (vm_region_info_t)&vm_region_info, &count, &object_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp831 ConstString object_name;
834 object_name.SetCString("this");
836 object_name.SetCString("self");
854 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error);
859 object_name.AsCString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp172 ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) {
174 m_object_name_to_index_map.FindFirstValueForName(object_name);
290 ConstString object_name(module_sp->GetObjectName());
291 if (!object_name)
171 FindObject( ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) argument
H A DObjectContainerBSDArchive.h142 Object *FindObject(lldb_private::ConstString object_name,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h289 ConstString &object_name, Status &err);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp220 const ConstString *object_name, lldb::offset_t object_offset,
233 if (object_name)
234 m_object_name = *object_name;
1042 ConstString object_name) {
1047 m_object_name = object_name;
1081 const char *object_name = m_object_name.GetCString(); local
1082 if (object_name)
1083 s << llvm::formatv("({0})", object_name);
1574 ConstString object_name = module_ref.GetObjectName(); local
1575 if (object_name) {
219 Module(const FileSpec &file_spec, const ArchSpec &arch, const ConstString *object_name, lldb::offset_t object_offset, const llvm::sys::TimePoint<> &object_mod_time) argument
1041 SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp79 const char *object_name = nullptr; local
81 object_name = m_objfile->GetModule()->GetObjectName().GetCString();
85 file_spec.GetPath().c_str(), object_name ? "(" : "",
86 object_name ? object_name : "", object_name ? ")" : "",
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h101 /// \param[in] object_name
112 const ConstString *object_name = nullptr,
777 ConstString object_name);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c2502 * @param object_name Name of the object to write.
2511 char *object_name,
2536 ocs_strncpy(wr_obj->object_name, object_name, sizeof(wr_obj->object_name));
2559 * @param object_name Name of the object to write.
2565 char *object_name)
2584 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj->object_name));
2508 sli_cmd_common_write_object(sli4_t *sli4, void *buf, size_t size, uint16_t noc, uint16_t eof, uint32_t desired_write_length, uint32_t offset, char *object_name, ocs_dma_t *dma) argument
2564 sli_cmd_common_delete_object(sli4_t *sli4, void *buf, size_t size, char *object_name) argument
2603 sli_cmd_common_read_object(sli4_t *sli4, void *buf, size_t size, uint32_t desired_read_length, uint32_t offset, char *object_name, ocs_dma_t *dma) argument
[all...]
H A Dsli4.h2380 uint8_t object_name[104]; member in struct:sli4_req_common_read_object_s
2410 uint8_t object_name[104]; member in struct:sli4_req_common_write_object_s
2437 uint8_t object_name[104]; member in struct:sli4_req_common_delete_object_s
2452 uint8_t object_name[104]; member in struct:sli4_req_common_read_object_list_s
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c2370 mach_port_t object_name;
2382 &object_name,
2534 mach_port_t object_name;
2546 &object_name,
2335 mach_port_t object_name; local
2498 mach_port_t object_name; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp171 const ConstString *object_name, off_t object_offset,
173 : Module(file_spec, arch, object_name, object_offset, object_mod_time),
169 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec &file_spec, const ArchSpec &arch, const ConstString *object_name, off_t object_offset, const llvm::sys::TimePoint<> object_mod_time) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3228 const char *object_name = module->GetObjectName().GetCString(); local
3229 if (object_name)
3230 strm.Printf("(%s)", object_name);
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h1670 uint8_t object_name[104]; member in struct:mbx_lancer_common_write_object::__anon7415::__anon7416
H A Doce_mbox.c1641 strcpy(fwcmd->params.req.object_name, "/prg");

Completed in 409 milliseconds