Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib409 typeset newvol=$fs/newvol.$stamp
416 log_must $ZFS create -V $VOLSIZE $newvol
417 datasets="$newfs $newvol"
564 typeset newvol=$fs/nvol.$stamp
582 user_run $user $ZFS create -V 150m -s $newvol
583 if datasetexists $newvol ; then
588 user_run $user $ZFS create -V 150m -s $newvol
590 if ! datasetexists $newvol ; then
593 log_must $ZFS destroy $newvol
597 user_run $user $ZFS create -V 150m $newvol
[all …]
/titanic_41/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 == volno) { in getvol()
[all …]
/titanic_41/usr/src/cmd/tar/
H A Dtar.c459 static void newvol(void);
2271 newvol(); /* not worth it--just get new volume */ in putfile()
2368 newvol(); in putfile()
2419 newvol(); in putfile()
2470 newvol(); in putfile()
2595 newvol(); in splitfile()
4006 newvol(); in xsfile()
4788 newvol(void) in newvol() function
8008 newvol(); in put_link()