Searched refs:llcs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/common/ | ||
H A D | ipft_sn.c | 30 static struct llc llcs[SDL_MAX+1] = { variable in typeref:struct:llc 177 l = &llcs[s_type]; |
H A D | ipft_pc.c | 29 static struct llc llcs[] = { variable in typeref:struct:llc 130 for (i = 0; llcs[i].lc_type != -1; i++) 131 if (llcs[i].lc_type == ph.pc_type) { 132 llcp = llcs + i; |
Completed in 59 milliseconds