Searched refs:BE_ATTR_UNMOUNT_FLAGS (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dlibbe.h60 #define BE_ATTR_UNMOUNT_FLAGS "unmount_flags" macro
H A Dbe_mount.c180 * BE_ATTR_UNMOUNT_FLAGS *optional
233 BE_ATTR_UNMOUNT_FLAGS, DATA_TYPE_UINT16, &flags, NULL) != 0) {
235 "BE_ATTR_UNMOUNT_FLAGS attribute\n"));
/osnet-11/usr/src/lib/libbe/tbeadm/
H A Dtbeadm.c967 if (nvlist_add_uint16(be_attrs, BE_ATTR_UNMOUNT_FLAGS, unmount_flags)
970 "BE_ATTR_UNMOUNT_FLAGS\n");
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c703 if (nvlist_add_uint16(beAttrs, BE_ATTR_UNMOUNT_FLAGS, unmount_flags)
706 "BE_ATTR_UNMOUNT_FLAGS (%d).\n", unmount_flags);

Completed in 24 milliseconds