Lines Matching full:non
92 int warnflag = 0; /* != 0 if non-fatal error has occurred (2) */
118 static int nointeract = 0; /* non-zero - no user interaction */
120 static int pkgverbose = 0; /* non-zero if verbose mode selected */
363 * non-interactive mode. Suppress output of the list of in main()
377 * ---> act as though in global zone with no non-global zones in main()
469 * debugging the procedural and non- procedural in main()
628 * if running in the global zone, and non-global zones exist, then in main()
630 * SUNW_PKG_HOLLOW=true will be correctly removed in non-global zones in main()
805 * or more non-global zones.
827 * from a non-global zone only. Typically the admin file
828 * used for non-global zones supresses all checks since
837 * 2 - non-fatal error (warning)
840 * 5 - interaction required and -n (non-interactive) specified
1104 warnflag = 0; /* != 0 if non-fatal error has occurred (2) */ in resetreturn()
1134 case 2: /* non-fatal error (warning) */ in ckreturn()
1641 * 2 - non-fatal error (warning)
1644 * 5 - interaction required and -n (non-interactive) specified
1836 * Description: Remove packages from the global zone and from non-global zones
1837 * when run from the global zone and when non-global zones are
1864 * 2 - non-fatal error (warning)
1867 * 5 - interaction required and -n (non-interactive) specified
1914 /* create hands off settings admin file for use in a non-global zone */ in remove_packages_in_global_with_zones()
1920 * removed one at a time from all non-global zones and then in remove_packages_in_global_with_zones()
1937 * non-global zones in remove_packages_in_global_with_zones()
2123 * non-global zones configured: in remove_packages_in_global_with_zones()
2134 /* global zone and non-global zones */ in remove_packages_in_global_with_zones()
2165 * Description: Remove packages in a non-global zone when run from a
2166 * non-global zone.
2191 * 2 - non-fatal error (warning)
2194 * 5 - interaction required and -n (non-interactive) specified
2231 /* create hands off settings admin file for use in a non-global zone */ in remove_packages_in_nonglobal_zone()
2251 * pkgrm invoked from within a non-global zone: remove in remove_packages_in_nonglobal_zone()
2252 * the package from the current zone only - no non-global in remove_packages_in_nonglobal_zone()
2286 * global zone and no non-global zones are installed.
2309 * 2 - non-fatal error (warning)
2312 * 5 - interaction required and -n (non-interactive) specified
2352 * NO non-global zones configured: in remove_packages_in_global_no_zones()
2408 * 2 - non-fatal error (warning)
2411 * 5 - interaction required and -n (non-interactive) specified
2479 * or more non-global zones, or from a specified spool directory.
2505 * a_noZones - if non-global zones are configured, should the
2506 * packages be removed from the non-global zones?
2507 * - B_TRUE - do NOT remove packages from non-global zones
2508 * - B_FALSE - remove packages from non-global zones
2512 * 2 - non-fatal error (warning)
2515 * 5 - interaction required and -n (non-interactive) specified
2541 /* in non-global zone */ in remove_packages()
2559 * if running in the global zone AND one or more non-global in remove_packages()
2561 * add packages in the standard 'non-zones aware' manner. in remove_packages()
2565 /* in non-global zone */ in remove_packages()
2592 /* get a list of all non-global zones */ in remove_packages()
2621 /* free list of all non-global zones */ in remove_packages()
2628 /* in global zone no non-global zones */ in remove_packages()
2846 * can be used to perform "non-interactive" operations in a
2847 * non-global zone.