Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h59 #define SC_REMOVE 3 /* remove the specified swapping resource */ macro
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c723 case SC_REMOVE: in swapctl()
776 if (sc_cmd == SC_REMOVE) in swapctl()
1028 case SC_REMOVE: in swapctl32()
1082 if (sc_cmd == SC_REMOVE) in swapctl32()
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c518 if (swapctl(SC_REMOVE, &swr) < 0) { in delete()