afdata_t
afdata_t *afp;
afp = mdb_zalloc(sizeof (afdata_t), UM_SLEEP);
mdb_free(afp, sizeof (afdata_t));
afdata_t *afp = (afdata_t *)arg;