Searched refs:swapadd (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-client44 /sbin/swapadd
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dcleanup.ksh38 log_must swapadd
H A Dzvol_swap_003_pos.ksh43 # 2. Use /sbin/swapadd to add zvol as swap device throuth /etc/vfstab
57 log_must swapadd $VFSTAB_FILE
80 # Copy off the original vfstab, and run swapadd on the newly constructed one.
83 log_must swapadd $VFSTAB_FILE
/illumos-gate/usr/src/cmd/initpkg/
H A DMakefile27 CPFILES= rcS rc0 rc1 rc2 rc3 mountall shutdown swapadd umountall
37 SBINF= rcS mountall rc0 rc1 rc2 rc3 swapadd umountall
44 SBINETC= rcS mountall rc0 rc1 rc2 rc3 rc5 rc6 swapadd umountall
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_016_pos.ksh63 log_must swapadd $FSTAB
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-local113 /sbin/swapadd >/dev/null 2>&1
H A Dfs-usr82 /sbin/swapadd -1
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c94 * XXX - this lock is a kludge. It serializes some aspects of swapadd() and
96 * somebody swapadd'ing and getting swap slots from a vnode, while someone
112 static int swapadd(struct vnode *, ulong_t, ulong_t, char *);
763 error = swapadd(vp, sr.sr_start,
1058 error = swapadd(vp, sr.sr_start, sr.sr_length,
1073 swapadd(struct vnode *vp, ulong_t lowblk, ulong_t nblks, char *swapname) function
1086 SWAP_PRINT(SW_CTL, "swapadd: vp %p lowblk %ld nblks %ld swapname %s\n",
1187 SWAP_PRINT(SW_CTL, "swapadd: va_size %ld soff %ld eoff %ld\n",
1203 SWAP_PRINT(SW_CTL, "swapadd: soff %ld >= eoff %ld\n",
1223 SWAP_PRINT(SW_CTL, "swapadd
[all...]

Completed in 99 milliseconds