Home
last modified time | relevance | path

Searched refs:get_name (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp23 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName()
28 if (S_OK != Table->get_name(&Name16)) in getTableType()
H A DDIADataStream.cpp24 return invokeBstrMethod(*StreamData, &IDiaEnumDebugStreamData::get_name); in getName()
H A DDIARawSymbol.cpp693 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_name); in getName()
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py93 def get_name(prefix: str, value: int) -> str: member in RtConst
302 RtConst.get_name("AF_", sa[1]), len(sa)
328 return RtConst.get_name("RTM_", rtm_type)
399 print(" {}: {}".format(RtConst.get_name("RTA_", attr), sa_data))
421 sa_type_name = RtConst.get_name("RTA_", sa_type)
437 sa_type_name = RtConst.get_name("RTA_", sa_type)
470 RtConst.get_name("RTA_", v), off, data[off], len(data)
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DLoadedModuleInfoList.h42 bool get_name(std::string &out) const { in get_name() function
/freebsd/sys/dev/drm2/
H A Ddrm_platform.c101 .get_name = drm_platform_get_name,
H A Ddrm_pci.c306 .get_name = drm_pci_get_name,
H A DdrmP.h686 const char *(*get_name)(struct drm_device *dev); member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c179 .get_name = zpl_get_name,
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h187 cc_int32 (*get_name)(cc_ccache_t, cc_string_t*); member
H A Dkrb5.h475 const char* (KRB5_CALLCONV * get_name)(krb5_context, krb5_ccache);
573 krb5_error_code (KRB5_CALLCONV * get_name)(krb5_context, krb5_keytab, char*, size_t);
H A Dkeytab.c416 return (*keytab->get_name)(context, keytab, name, namesize); in krb5_kt_get_name()
H A Dcache.c332 return id->ops->get_name(context, id); in krb5_cc_get_name()
H A Dacache.c444 error = (*a->ccache->func->get_name)(a->ccache, &name); in get_cc_name()
/freebsd/contrib/byacc/
H A Dreader.c1630 get_name(void) in get_name() function
1771 bp = get_name(); in declare_tokens()
1996 bp = get_name(); in declare_types()
2034 bp = get_name(); in declare_start()
2668 bp = get_name(); in advance_to_start()
2823 bp = get_name(); in add_symbol()
3461 bp = get_name(); in copy_destructor()
3601 bp = get_name(); in mark_symbol()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c742 static int get_name(BIO *bp, char **name, unsigned int flags) in get_name() function
945 if (!get_name(bp, &name, flags)) in PEM_read_bio_ex()
/freebsd/sys/dev/ofw/
H A Dofw_bus_if.m142 METHOD const char * get_name {
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c353 static void get_name(struct mlx4_ib_dev *dev, char *name, int i, int max) in get_name() function
716 get_name(dev, name, slave, sizeof name); in register_one_pkey_tree()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp398 !modInfo.get_dynamic(dyn_addr) || !modInfo.get_name(name)) in AddSOEntries()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c747 const char *(*get_name)(void *algo), in fix_cipher_md()
775 : get_name(ctx->p2)); in fix_cipher_md()
778 ctx->p2 = (ctx->p2 == NULL ? "" : (char *)get_name(ctx->p2)); in fix_cipher_md()
/freebsd/crypto/heimdal/
H A DChangeLog390 * lib/krb5/acache.c: Create a new credential cache is ->get_name
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4967 module.get_name(name); in GetLoadedModuleList()
5032 module.get_name(name); in GetLoadedModuleList()
5085 valid &= modInfo.get_name(mod_name); in LoadModules()