/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIATable.cpp | 23 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName() 28 if (S_OK != Table->get_name(&Name16)) in getTableType()
|
H A D | DIADataStream.cpp | 24 return invokeBstrMethod(*StreamData, &IDiaEnumDebugStreamData::get_name); in getName()
|
H A D | DIARawSymbol.cpp | 693 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_name); in getName()
|
/freebsd/tests/atf_python/sys/net/ |
H A D | rtsock.py | 93 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 D | LoadedModuleInfoList.h | 42 bool get_name(std::string &out) const { in get_name() function
|
/freebsd/sys/dev/drm2/ |
H A D | drm_platform.c | 101 .get_name = drm_platform_get_name,
|
H A D | drm_pci.c | 306 .get_name = drm_pci_get_name,
|
H A D | drmP.h | 686 const char *(*get_name)(struct drm_device *dev); member
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_export.c | 179 .get_name = zpl_get_name,
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_ccapi.h | 187 cc_int32 (*get_name)(cc_ccache_t, cc_string_t*); member
|
H A D | krb5.h | 475 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 D | keytab.c | 416 return (*keytab->get_name)(context, keytab, name, namesize); in krb5_kt_get_name()
|
H A D | cache.c | 332 return id->ops->get_name(context, id); in krb5_cc_get_name()
|
H A D | acache.c | 444 error = (*a->ccache->func->get_name)(a->ccache, &name); in get_cc_name()
|
/freebsd/contrib/byacc/ |
H A D | reader.c | 1630 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 D | pem_lib.c | 742 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 D | ofw_bus_if.m | 142 METHOD const char * get_name {
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_sysfs.c | 353 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 D | DYLDRendezvous.cpp | 398 !modInfo.get_dynamic(dyn_addr) || !modInfo.get_name(name)) in AddSOEntries()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 747 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 D | ChangeLog | 390 * lib/krb5/acache.c: Create a new credential cache is ->get_name
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 4967 module.get_name(name); in GetLoadedModuleList() 5032 module.get_name(name); in GetLoadedModuleList() 5085 valid &= modInfo.get_name(mod_name); in LoadModules()
|