if_run.c | 378 static void run_do_async(struct run_softc *, 1846 run_do_async(struct run_softc *sc, void (*cb)(struct run_softc *, void *), function in typeref:typename:void 1882 run_do_async(sc, run_newstate_cb, &cmd, sizeof(cmd)); 1978 run_do_async(ic->ic_ifp->if_softc, run_updateedca_cb, NULL, 0); 2036 run_do_async(sc, run_set_key_cb, &cmd, sizeof(cmd)); 2146 run_do_async(sc, run_delete_key_cb, &cmd, sizeof(cmd)); 2182 run_do_async(arg, run_calibrate_cb, NULL, 0); 3980 run_do_async(ifp->if_softc, run_updateslot_cb, NULL, 0);
|