swap_on
if (swap_on(curproc, sdp)) {
int swap_on(struct proc *, struct swapdev *);
if ((error = swap_on(p, sdp)) != 0) {