fdc_walk_ctx
struct fdc_walk_ctx *ctx;
ctx = malloc(sizeof(struct fdc_walk_ctx), M_TEMP, M_NOWAIT);
ctx = (struct fdc_walk_ctx *)arg;