Searched defs:upgrade (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c107 boolean_t upgrade = B_TRUE; local
110 * Check to see if we need to upgrade the data-store. We need to
111 * upgrade, if the version of the data-store does not match with
114 * and upgrade the data-store to current version.
117 upgrade = ipmgmt_needs_upgrade(&res);
118 if (upgrade) {
121 ipmgmt_log(LOG_ERR, "could not upgrade the "
126 * upgrade was success, let's update SCF with the
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c156 int upgrade = 0; local
188 upgrade = 1;
205 if (upgrade)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c484 int upgrade = 0; local
488 upgrade = 1;
498 upgrade = 1;
500 if (upgrade) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c327 int upgrade = 0; local
331 upgrade = 1;
334 upgrade = 1;
335 if (!upgrade) {
/illumos-gate/usr/src/lib/libima/common/
H A Dima.h670 IMA_XBOOL upgrade; member in struct:_IMA_PHBA_DOWNLOAD_IMAGE_PROPERTIES

Completed in 82 milliseconds