fac_lookup
struct fac_lookup *flp = (struct fac_lookup *)pdata;
struct fac_lookup *flp;
if ((flp = topo_mod_alloc(mod, sizeof (struct fac_lookup))) == NULL)
topo_mod_free(mod, flp, sizeof (struct fac_lookup));
topo_mod_free(mod, flp, sizeof (struct fac_lookup));