Searched refs:gmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libgeom/
H A Dgeom_xml2tree.c350 geom_lookupid(struct gmesh *gmp, const void *id) argument
354 for (gip = gmp->lg_ident; gip->lg_id != NULL; gip++)
361 geom_lookupidptr(struct gmesh *gmp, const void *id) argument
365 gip = geom_lookupid(gmp, id);
372 geom_xml2tree(struct gmesh *gmp, char *p) argument
382 memset(gmp, 0, sizeof *gmp);
383 LIST_INIT(&gmp->lg_class);
392 mt->mesh = gmp;
410 gmp
464 geom_gettree(struct gmesh *gmp) argument
478 geom_gettree_geom(struct gmesh *gmp, const char *c, const char *g, int parents) argument
510 geom_deletetree(struct gmesh *gmp) argument
[all...]
/freebsd-current/usr.sbin/gstat/
H A Dgstat.c85 struct gmesh gmp; local
177 i = geom_gettree(&gmp);
312 gid = geom_lookupid(&gmp, gsp->id);
314 geom_deletetree(&gmp);
315 i = geom_gettree(&gmp);
318 gid = geom_lookupid(&gmp, gsp->id);
/freebsd-current/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c67 static int gmp = 1; variable
73 module_param(gmp, int, 0444);
79 MODULE_PARM_DESC(gmp, "Display all GMPs (default=1)");
452 if (!gmp && hdr->mgmt_class != mgmt_class)
474 if (!gmp && hdr->mgmt_class != mgmt_class)
/freebsd-current/contrib/bearssl/test/
H A Dtest_math.c31 #include <gmp.h>

Completed in 171 milliseconds