Home
last modified time | relevance | path

Searched refs:sc_arg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c128 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()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c444 swapctl(int sc_cmd, void *sc_arg, int *rv) in swapctl() argument
582 if (copyin(sc_arg, &length, sizeof (int)) != 0) in swapctl()
590 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; in swapctl()
692 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; in swapctl()
731 if (copyin(sc_arg, &sr, sizeof (swapres_t))) in swapctl()
791 swapctl32(int sc_cmd, void *sc_arg, int *rv) in swapctl32() argument
883 if (copyout(&ai, sc_arg, sizeof (ai)) != 0) in swapctl32()
888 if (copyin(sc_arg, &length, sizeof (int32_t)) != 0) in swapctl32()
896 ust = (swapent32_t *)((swaptbl32_t *)sc_arg)->swt_ent; in swapctl32()
996 ust = (swapent32_t *)((swaptbl32_t *)sc_arg)->swt_ent; in swapctl32()
[all …]
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h98 int sc_arg; member