Home
last modified time | relevance | path

Searched refs:spool (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_003_pos.ksh49 datasetexists $spool && log_must zpool destroy $spool
63 spool=smallpool.$$; sfs=smallfs.$$
64 log_must zpool create $spool $VDEV0
65 log_must zfs create $spool/$sfs
71 zfs set compression=off $spool/$sfs
72 zfs set compression=on $spool/$sfs
73 zfs set compression=off $spool/$sfs
74 zfs set compression=on $spool/$sfs
75 zfs set compression=off $spool/$sfs
80 TMPFILE=$TEST_BASE_DIR/spool.$$
[all …]
H A Dhistory_004_pos.ksh49 typeset -i orig_count=$(zpool history $spool | wc -l | awk '{print $1}')
93 typeset -i entry_count=$(zpool history $spool | wc -l | awk '{print $1}')
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_009_pos.ksh53 if datasetexists spool ; then
54 log_must_busy zpool destroy -f spool
64 log_must zpool create spool $TESTDIR/sfile
76 log_must datasetnonexists spool/fs
77 log_must ismounted spool
89 log_must datasetnonexists spool/fs
90 log_must ismounted spool
/f-stack/tools/ipfw/
H A Dnat.c368 struct nat44_cfg_spool *spool; in setup_redir_addr() local
374 spool = (struct nat44_cfg_spool *)buf; in setup_redir_addr()
376 StrToAddr(sep, &spool->addr); in setup_redir_addr()
377 spool->port = ~0; in setup_redir_addr()
537 struct nat44_cfg_spool *spool; in setup_redir_port() local
541 spool = (struct nat44_cfg_spool *)buf; in setup_redir_port()
555 StrToAddr(sep, &spool->addr); in setup_redir_port()
556 spool->port = r->pport; in setup_redir_port()
559 if (StrToAddrAndPortRange(sep, &spool->addr, in setup_redir_port()
567 spool->port = GETLOPORT(portRange); in setup_redir_port()