Home
last modified time | relevance | path

Searched refs:cmp_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/module/
H A Dinternal.h109 int cmp_name(const void *name, const void *sym);
H A Dkallsyms.c21 sizeof(struct kernel_symbol), cmp_name); in lookup_exported_symbol()
H A Dmain.c271 int cmp_name(const void *name, const void *sym) in cmp_name() function
286 sizeof(struct kernel_symbol), cmp_name); in find_exported_symbol_in_section()
/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c168 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric() local
169 if (!cmp_name) in target_core_get_fabric()
170 cmp_name = tf->tf_ops->fabric_name; in target_core_get_fabric()
171 if (!strcmp(cmp_name, name)) { in target_core_get_fabric()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py2136 def cmp_name(event): function
2141 proc_fun=proc_class(ChainIfTrue(func=cmp_name)),