Searched defs:autoname (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_snapshot.c88 boolean_t autoname = B_FALSE; local
153 autoname = B_TRUE;
157 if (autoname == B_TRUE) {
420 boolean_t autoname = B_FALSE; local
493 autoname = B_TRUE;
558 if (!autoname || libzfs_errno(g_zfs) != EZFS_EXISTS) {
628 if (autoname && bt.obe_snap_name) {
H A Dbe_create.c976 boolean_t autoname = B_FALSE; local
1207 autoname = B_TRUE;
1296 if (!autoname || ret != BE_ERR_BE_EXISTS) {
1514 if (autoname) {

Completed in 22 milliseconds