Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_bus.c5914 const char *dln_locator; member
5956 if (strcmp(locator, dln->dln_locator) == 0) in dev_wired_cache_lookup()
5972 dln->dln_locator = (char *)(dln + 1); in dev_wired_cache_add()
5973 memcpy(__DECONST(char *, dln->dln_locator), locator, loclen); in dev_wired_cache_add()
5974 dln->dln_path = dln->dln_locator + loclen; in dev_wired_cache_add()