Home
last modified time | relevance | path

Searched refs:shall_we_continue (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c214 static boolean_t shall_we_continue(char *a_pkgInst, int a_npkgs);
2111 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_global_with_zones()
2244 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_nonglobal_zone()
2344 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_global_no_zones()
2437 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_from_spool_directory()
2798 shall_we_continue(char *a_pkgInst, int a_npkgs) in shall_we_continue() function