Searched refs:sc_arg (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | softint.c | 128 void *sc_arg; /* arg to pass to func */ member in struct:softcall 324 if (sc->sc_func == func && sc->sc_arg == arg) { 334 sc->sc_arg = arg; 476 arg = sc->sc_arg;
|
/illumos-gate/usr/src/uts/common/io/urtw/ |
H A D | urtw_var.h | 98 int sc_arg; member in struct:urtw_softc
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 439 swapctl(int sc_cmd, void *sc_arg, int *rv) argument 572 if (copyout(&ai, sc_arg, sizeof (struct anoninfo)) != 0) 577 if (copyin(sc_arg, &length, sizeof (int)) != 0) 585 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; 676 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; 715 if (copyin(sc_arg, &sr, sizeof (swapres_t))) 775 swapctl32(int sc_cmd, void *sc_arg, int *rv) argument 867 if (copyout(&ai, sc_arg, sizeof (ai)) != 0) 872 if (copyin(sc_arg, &length, sizeof (int32_t)) != 0) 880 ust = (swapent32_t *)((swaptbl32_t *)sc_arg) [all...] |
Completed in 66 milliseconds