Searched refs:spool (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/test/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
67 typeset -i orig_count=$(zpool history $spool | wc -l)
68 typeset orig_md5=$(zpool history $spool | head -2 | md5sum | \
73 zfs set compression=off $spool/$sfs
74 zfs set compression=on $spool/$sfs
75 zfs set compression=off $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}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_009_pos.ksh53 if datasetexists spool ; then
54 log_must zpool destroy -f spool
64 log_must zpool create spool $TESTDIR/sfile
74 log_mustnot eval "zfs receive -d -F spool < $BACKDIR/fs-R"
76 log_must datasetnonexists spool/fs
77 log_must ismounted spool
87 log_mustnot eval "zfs receive -d -F spool < $BACKDIR/bpool-R"
89 log_must datasetnonexists spool/fs
90 log_must ismounted spool
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A Duucp35 /usr/bin/rm -rf /usr/spool/locks/* >/dev/null 2>&1 &
/illumos-gate/usr/src/cmd/sa/
H A Dsvc-sar35 # the entries in /var/spool/cron/crontabs/sys
51 if [ ! -f /var/spool/cron/crontabs/sys ]; then
52 cat << EOF > /var/spool/cron/crontabs/sys
69 rm /var/spool/cron/crontabs/sys
H A DMakefile70 CROND= $(ROOT)/var/spool/cron
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c398 rds_bufpool_t *spool; local
404 spool = &ep->ep_sndpool;
406 ASSERT(spool->pool_memp == NULL);
418 spool->pool_nbuffers = MaxDataSendBuffers;
419 spool->pool_nbusy = 0;
420 spool->pool_nfree = MaxDataSendBuffers;
425 spool->pool_nbuffers = MaxCtrlSendBuffers;
426 spool->pool_nbusy = 0;
427 spool->pool_nfree = MaxCtrlSendBuffers;
431 nbuf = spool
563 rds_bufpool_t *spool; local
848 rds_bufpool_t *spool; local
940 rds_bufpool_t *spool; local
1038 rds_bufpool_t *spool; local
[all...]
H A Drdsib_ep.c1749 rds_bufpool_t *spool; local
1759 spool = &ep->ep_sndpool;
1760 mutex_enter(&spool->pool_lock);
1762 ASSERT(spool->pool_nfree == spool->pool_nbuffers);
1771 tmp = spool->pool_tailp;
1778 endp = spool->pool_tailp;
1779 bp = spool->pool_headp;
1788 mutex_exit(&spool->pool_lock);
1809 spool
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A DTeardown38 SPOOL=/var/spool/uucp
39 # chdir to remote spool directory
H A Duudemon.poll34 SPOOL=/var/spool/uucp
H A Duudemon.cleanup30 # It is started by /var/spool/cron/crontabs/uucp;
110 PUBDIR=/var/spool/uucppublic
111 SPOOL=/var/spool/uucp
113 LOCKS=/var/spool/locks # needs a comment in parms.h on USRSPOOLOCKS
231 # cleanup funny directories that may have been created in the spool areas
H A DCvt33 # execute this as root and in the /usr/spool/uucp directory.
47 SPOOL=/usr/spool/uucp
53 echo "There are no old C. files in /usr/spool/uucp/C."
H A Duupick80 pu=/var/spool/uucppublic/receive/$user
H A DMakefile77 ROOTSPOOL = $(ROOTVAR)/spool
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dcancel.c40 cancel (RSTATUS *prs, int spool) argument
47 if (spool || (prs->request->actions & ACT_NOTIFY))
/illumos-gate/usr/src/cmd/lp/crontab/
H A DMakefile29 ROOTCRONTABS = $(ROOT)/var/spool/cron/crontabs
/illumos-gate/usr/src/cmd/sendmail/
H A DMakefile37 ROOTDIRS= $(ROOT)/var/spool/mqueue $(ROOT)/var/spool/clientmqueue
39 $(ROOT)/var/spool/clientmqueue:= DIRMODE = 0770
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile40 CROND= $(ROOT)/var/spool/cron
41 CRONTABD= $(ROOT)/var/spool/cron/crontabs
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail41 if [ ! -d /var/spool/mqueue ]; then
42 /usr/bin/mkdir -m 0750 /var/spool/mqueue
43 /usr/bin/chown root:bin /var/spool/mqueue
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h95 boolean_t spool; member in struct:__anon3780
H A Dpkgweb.c2267 ps->spool = B_FALSE;
2629 ps->spool = B_TRUE;
2962 if ((!ps->spool) ||
/illumos-gate/usr/src/cmd/cron/
H A DMakefile44 ROOTSPCRON = $(ROOTVAR)/spool/cron

Completed in 441 milliseconds