Home
last modified time | relevance | path

Searched refs:newvol (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/cmd/avs/dsstat/
H A Ddsstat.c272 vslist_t *newvol; in set_vol_list() local
311 newvol = (vslist_t *)calloc(1, sizeof (vslist_t)); in set_vol_list()
313 newvol->volname = (char *)calloc((strlen(vn) + 1), in set_vol_list()
315 (void) strcpy(newvol->volname, vn); in set_vol_list()
320 newvol->volhost = (char *)calloc((strlen(vh) + 1), in set_vol_list()
322 (void) strcpy(newvol->volhost, vh); in set_vol_list()
327 vslist = vs_top = newvol; in set_vol_list()
333 vslist = pre->next = newvol; in set_vol_list()
/titanic_52/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh51 for dataset in $fs $newfs $fsclone $vol $newvol $volclone; do
61 vol=$TESTPOOL/$TESTVOL ; newvol=$TESTPOOL/newvol; volclone=$TESTPOOL/volclone
134 run_and_verify "$ZFS rename $vol $newvol"
138 run_and_verify "$ZFS destroy $newvol"
/titanic_52/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib410 typeset newvol=$fs/newvol.$stamp
417 log_must $ZFS create -V $VOLSIZE $newvol
418 datasets="$newfs $newvol"
565 typeset newvol=$fs/nvol.$stamp
583 user_run $user $ZFS create -V 150m -s $newvol
584 if datasetexists $newvol ; then
589 user_run $user $ZFS create -V 150m -s $newvol
591 if ! datasetexists $newvol ; then
594 log_must $ZFS destroy $newvol
[all...]
/titanic_52/usr/src/cmd/backup/restore/
H A Dtape.c425 int newvol; in getvol() local
458 newvol = nextvol; in getvol()
461 newvol = 0; in getvol()
471 newvol = nextvol; in getvol()
476 while (newvol <= 0) { in getvol()
508 newvol = atoi(tbf); in getvol()
509 if (newvol <= 0) { in getvol()
513 if (newvol > MAXTAPES) { in getvol()
517 newvol = 0; in getvol()
520 if (newvol in getvol()
1468 int rd, newvol; readtape() local
[all...]
/titanic_52/usr/src/cmd/tar/
H A Dtar.c452 static void newvol(void);
2342 newvol(); /* not worth it--just get new volume */ in putfile()
2435 newvol(); in putfile()
2482 newvol(); in putfile()
2529 newvol(); in putfile()
2651 newvol(); in splitfile()
2968 dumping = 0; /* for newvol(), et al: we are not writing */ in doxtract()
4062 newvol(); in xsfile()
4836 * newvol get new floppy (or tape) volume
4838 * newvol(); reset
4844 newvol(void) newvol() function
[all...]