Searched refs:tpn_sz (Results 1 – 1 of 1) sorted by relevance
131 int tpn_sz; in fake_lookup_dir() local138 tpn_sz = strlen(path) + 1; in fake_lookup_dir()139 tpn = kmem_alloc(tpn_sz, KM_SLEEP); in fake_lookup_dir()144 bcopy(path, tpn, tpn_sz); in fake_lookup_dir()163 ASSERT(lc_off >= 0 && lc_off < tpn_sz); in fake_lookup_dir()170 kmem_free(tpn, tpn_sz); in fake_lookup_dir()