Searched refs:mp_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/nscd/
H A Dconfig.c371 struct configuration_entry *config_entry, const char *mp_name)
376 result = bsearch(mp_name, config_entry->mp_cache_entries,
390 * Searches for all multipart entries with names starting with mp_name.
395 struct configuration_entry *config_entry, const char *mp_name,
401 result = bsearch(mp_name, config_entry->mp_cache_entries,
414 if (configuration_entry_cache_mp_part_cmp(mp_name, *start - 1) == 0)
424 mp_name, *finish) == 0)
370 configuration_entry_find_mp_cache_entry( struct configuration_entry *config_entry, const char *mp_name) argument
394 configuration_entry_find_mp_cache_entries( struct configuration_entry *config_entry, const char *mp_name, cache_entry **start, cache_entry **finish) argument
/freebsd-12-stable/sys/dev/malo/
H A Dif_malo_pci.c105 const char *mp_name; member in struct:malo_product
146 device_set_desc(dev, mp->mp_name);

Completed in 124 milliseconds