onoe_softc
struct onoe_softc *osc;
osc = malloc(sizeof(struct onoe_softc), M_DEVBUF, M_NOWAIT|M_ZERO);
struct onoe_softc *osc = (struct onoe_softc *) arc;