Lines Matching defs:gip
352 struct gident *gip;354 for (gip = gmp->lg_ident; gip->lg_id != NULL; gip++)355 if (gip->lg_id == id)356 return (gip);363 struct gident *gip;365 gip = geom_lookupid(gmp, id);366 if (gip)367 return (gip->lg_ptr);