Searched defs:Ipaths (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c48 static struct lut *Ipaths; /* the ipath cache itself */ variable in typeref:struct:lut
182 if ((ipp = lut_lookup(Ipaths, (void *)ret,
187 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, (lut_cmp)ipath_cmp);
208 if ((ipp = lut_lookup(Ipaths, (void *)ret,
213 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, (lut_cmp)ipath_cmp);
230 if ((ret = lut_lookup(Ipaths, (void *)np,
268 Ipaths = lut_add(Ipaths, (voi
[all...]

Completed in 62 milliseconds