Searched refs:loclen (Results 1 – 1 of 1) sorted by relevance
6090 size_t loclen, pathlen; in dev_wired_cache_add() local6092 loclen = strlen(locator) + 1; in dev_wired_cache_add()6094 dln = malloc(sizeof(*dln) + loclen + pathlen, M_BUS, M_WAITOK | M_ZERO); in dev_wired_cache_add()6096 memcpy(__DECONST(char *, dln->dln_locator), locator, loclen); in dev_wired_cache_add()6097 dln->dln_path = dln->dln_locator + loclen; in dev_wired_cache_add()