Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dswap.h57 #define SC_ADD 1 /* add a specified resource for swapping */ macro
/titanic_50/usr/src/uts/common/vm/
H A Dvm_swap.c706 case SC_ADD: in swapctl()
728 if (sc_cmd == SC_ADD) in swapctl()
1000 case SC_ADD: in swapctl32()
1023 if (sc_cmd == SC_ADD) in swapctl32()
/titanic_50/usr/src/cmd/swap/
H A Dswap.c610 if (swapctl(SC_ADD, &swr) < 0) { in add()