Searched defs:update_all (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 265 static error_t update_all(char *, char *); 303 "update_all", OPT_ABSENT, update_all, 0, /* PVT */ 712 * update_all, this approach is more robust than 861 } else if (strcmp(subcmd, "update_all") == 0) { 863 * The only option we accept for the "update_all" 1567 * Check archive not supported with update_all 1571 if (bam_check && strcmp(subcmd, "update_all") == 0) { 1577 if (strcmp(subcmd, "update_all") == 0) 4102 * Never update non-BE root in update_all 4412 update_all(char *root, char *opt) function [all...] |
Completed in 75 milliseconds