Searched refs:cmp_name (Results 1 – 4 of 4) sorted by relevance
126 int cmp_name(const void *name, const void *sym);
21 sizeof(struct kernel_symbol), cmp_name); in lookup_exported_symbol()
357 int cmp_name(const void *name, const void *sym) in cmp_name() function372 sizeof(struct kernel_symbol), cmp_name); in find_exported_symbol_in_section()
165 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric() local166 if (!cmp_name) in target_core_get_fabric()167 cmp_name = tf->tf_ops->fabric_name; in target_core_get_fabric()168 if (!strcmp(cmp_name, name)) { in target_core_get_fabric()