Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_bus.c5967 size_t loclen, pathlen; in dev_wired_cache_add() local
5969 loclen = strlen(locator) + 1; in dev_wired_cache_add()
5971 dln = malloc(sizeof(*dln) + loclen + pathlen, M_BUS, M_WAITOK | M_ZERO); 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()