Lines Matching refs:g_class
49 struct g_class;
63 typedef void g_ctl_req_t (struct gctl_req *, struct g_class *cp, char const *verb);
64 typedef int g_ctl_create_geom_t (struct gctl_req *, struct g_class *cp, struct g_provider *pp);
65 typedef int g_ctl_destroy_geom_t (struct gctl_req *, struct g_class *cp, struct g_geom *gp);
67 typedef void g_init_t (struct g_class *mp);
68 typedef void g_fini_t (struct g_class *mp);
69 typedef struct g_geom * g_taste_t (struct g_class *, struct g_provider *, int flags);
93 struct g_class { struct
119 LIST_ENTRY(g_class) class; argument
132 struct g_class *class;
293 struct g_geom * g_new_geomf(struct g_class *mp, const char *fmt, ...)
300 int g_retaste(struct g_class *mp);
441 struct g_class *gctl_get_class(struct gctl_req *req, char const *arg);
442 struct g_geom *gctl_get_geom(struct gctl_req *req, struct g_class *mp, char const *arg);