Lines Matching defs:update
126 * Description: Calls be_do_installboot to install/update bootloader on
681 * get the version of the most recent grub update.
1139 * install/update is needed.
1143 * update - set B_TRUE is update is needed.
1152 be_is_install_needed(be_transaction_data_t *bt, boolean_t *update)
1158 assert(update != NULL);
1165 *update = B_TRUE;
1169 *update = B_FALSE; /* set default */
1182 /* update if we have both versions and can compare */
1186 *update = B_TRUE;
1191 /* we only got new version - update */
1192 *update = B_TRUE;
1227 boolean_t update = B_FALSE;
1236 ret = be_is_install_needed(bt, &update);
1237 if (ret != BE_SUCCESS || update == B_FALSE)
1335 /* ensure update on child status */
1365 /* ensure update on child status */