Searched refs:shall_we_continue (Results 1 – 1 of 1) sorted by relevance
211 static boolean_t shall_we_continue(char *a_pkgInst, int a_npkgs);2108 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_global_with_zones()2241 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_nonglobal_zone()2341 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_global_no_zones()2434 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_from_spool_directory()2820 shall_we_continue(char *a_pkgInst, int a_npkgs) in shall_we_continue() function