Searched refs:lg_ident (Results 1 – 2 of 2) sorted by relevance
354 for (gip = gmp->lg_ident; gip->lg_id != NULL; gip++) in geom_lookupid()410 gmp->lg_ident = calloc(mt->nident + 1, sizeof(*gmp->lg_ident)); in geom_xml2tree()412 if (gmp->lg_ident == NULL) in geom_xml2tree()417 gmp->lg_ident[i].lg_id = cl->lg_id; in geom_xml2tree()418 gmp->lg_ident[i].lg_ptr = cl; in geom_xml2tree()419 gmp->lg_ident[i].lg_what = ISCLASS; in geom_xml2tree()422 gmp->lg_ident[i].lg_id = ge->lg_id; in geom_xml2tree()423 gmp->lg_ident[i].lg_ptr = ge; in geom_xml2tree()424 gmp->lg_ident[i].lg_what = ISGEOM; in geom_xml2tree()427 gmp->lg_ident[i].lg_id = pr->lg_id; in geom_xml2tree()[all …]
84 struct gident *lg_ident; member