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