| /onnv-gate/usr/src/cmd/svr4pkg/pkginstall/ |
| H A D | getinst.c | 52 static char *prompt(struct pkginfo *info, int npkgs); 63 getinst(int *updatingExisting, struct pkginfo *info, int npkgs, in getinst() argument 81 if (npkgs == 0) { in getinst() 112 for (i = 0; i < npkgs; i++) { in getinst() 139 if (npkgs == 1) { in getinst() 167 if (maxinst <= npkgs) { in getinst() 194 inst = prompt(info, npkgs); in getinst() 203 for (i = 0; i < npkgs; i++) { in getinst() 243 prompt(struct pkginfo *info, int npkgs) in prompt() argument 253 if (maxinst > npkgs) { in prompt() [all …]
|
| H A D | pkginstall.h | 94 int npkgs, boolean_t a_preinstallCheck));
|
| H A D | main.c | 275 int npkgs; in main() local 339 npkgs = 0; in main() 1405 if (pkginfo(&prvinfo[npkgs], pkgwild, NULL, NULL)) { in main() 1413 if ((++npkgs % MALSIZ) == 0) { in main() 1415 (npkgs+MALSIZ) * sizeof (struct pkginfo)); in main() 1433 pkginst = getinst(&update, prvinfo, npkgs, preinstallCheck); in main()
|
| H A D | instvol.c | 1414 if (entry.cf_ent.npkgs) { in endofclass()
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkgrm/ |
| H A D | quit.c | 53 extern int npkgs; /* the number of packages yet to be installed */ 278 if (npkgs == 1) { in quit() 280 } else if (npkgs) { in quit() 281 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs); in quit()
|
| H A D | main.c | 91 int npkgs = 0; /* the number of packages yet to be installed */ variable 743 for (npkgs = 0; pkglist[npkgs] != (char *)NULL; /* void */) { in main() 744 pkgLgth = strlen(pkglist[npkgs]); in main() 748 echoDebug(DBG_PKG_SELECTED, npkgs, pkglist[npkgs]); in main() 749 npkgs++; in main() 754 echoDebug(DBG_NUM_PKGS_TO_REMOVE, npkgs, longestPkg); in main() 1891 int savenpkgs = npkgs; in remove_packages_in_global_with_zones() 2084 npkgs--; in remove_packages_in_global_with_zones() 2096 npkgs = savenpkgs; in remove_packages_in_global_with_zones() 2117 if (shall_we_continue(pkginst, npkgs) == B_FALSE) { in remove_packages_in_global_with_zones() [all …]
|
| H A D | check.c | 50 extern int npkgs; /* the number of packages yet to be installed */ 192 int savenpkgs = npkgs; in preremove_verify() 360 npkgs = savenpkgs; in preremove_verify()
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkgadd/ |
| H A D | quit.c | 55 extern int npkgs; /* the number of packages yet to be installed */ 347 if (npkgs == 1) { in quit() 349 } else if (npkgs) { in quit() 350 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs); in quit()
|
| H A D | main.c | 118 int npkgs = 0; /* the number of packages yet to be installed */ variable 358 npkgs = 0; in main() 1401 for (npkgs = 0; pkglist[npkgs] != (char *)NULL; /* void */) { in main() 1402 echoDebug(DBG_PKG_SELECTED, npkgs, pkglist[npkgs]); in main() 1403 npkgs++; in main() 1408 echoDebug(DBG_NUM_PKGS_TO_ADD, npkgs); in main() 1418 (npkgs > 1)) { in main() 3079 echo(npkgs == 1 ? MSG_1MORE_PROC : MSG_MORE_PROC, npkgs); in continue_installation() 3081 echo(npkgs == 1 ? MSG_1MORE_INST : MSG_MORE_INST, npkgs); in continue_installation() 3127 int savenpkgs = npkgs; in unpack_and_check_packages() [all …]
|
| H A D | check.c | 50 extern int npkgs; /* the number of packages yet to be installed */ 278 int savenpkgs = npkgs; in preinstall_verify() 472 npkgs = savenpkgs; in preinstall_verify()
|
| /onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | pkgobjmap.c | 579 short npkgs = ept2->npkgs; in dup_merg() local 588 ept2->npkgs = npkgs; in dup_merg() 641 ept2->npkgs = ept1->npkgs; in ckdup() 661 short npkgs = old->npkgs; in repl_cfent() local 671 old->npkgs = npkgs; in repl_cfent()
|
| H A D | eptstat.c | 107 entry->npkgs--; in eptstat() 112 entry->npkgs++; in eptstat() 123 if (entry->npkgs == 1) { in eptstat()
|
| H A D | pkgops.c | 1025 int npkgs; in pkgLocateHighestInst() local 1081 for (npkgs = 0; ; npkgs++) { in pkgLocateHighestInst() 1114 echoDebug(DBG_PKGOPS_LOCHIGH_INSTANCE, npkgs, in pkgLocateHighestInst() 1133 echoDebug(DBG_PKGOPS_LOCHIGH_RETURN, npkgs, r_pkgInst, r_path); in pkgLocateHighestInst()
|
| H A D | procmap.c | 398 ept2->npkgs = ept1->npkgs; in ckdup()
|
| H A D | pkgdbmerg.c | 592 el_ent->cf_ent.npkgs = 1; in do_new_ent()
|
| /onnv-gate/usr/src/lib/libnsl/ipsec/ |
| H A D | algs.c | 499 int npkgs = new_proto->proto_algs_npkgs; in build_list() local 503 (npkgs + 1) * sizeof (ipsecalgs_pkg_t)); in build_list() 507 new_proto->proto_algs_pkgs[npkgs].alg_num = in build_list() 509 new_proto->proto_algs_pkgs[npkgs].pkg_name = in build_list() 511 if (new_proto->proto_algs_pkgs[npkgs].pkg_name in build_list() 515 new_proto->proto_algs_npkgs = npkgs + 1; in build_list()
|
| /onnv-gate/usr/src/head/ |
| H A D | pkgstrct.h | 88 short npkgs; member
|
| /onnv-gate/usr/src/lib/libpkg/common/ |
| H A D | srchcfile.c | 161 ept->npkgs = 0; in srchcfile() 427 ept->npkgs++; in srchcfile()
|
| H A D | gpkgmap.c | 159 ept->npkgs = 0; in gpkgmap() 670 ept->npkgs = 0; in gpkgmapvfp()
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkgmk/ |
| H A D | main.c | 182 int part, nparts, npkgs, objects; in main() local 634 npkgs = 0; in main() 636 npkgs++; in main() 640 if (pkgdev.mount && npkgs) { in main()
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkgremove/ |
| H A D | delmap.c | 104 if (ept->npkgs > 0) { in delmap()
|
| H A D | main.c | 1281 if (ept->npkgs > 1) { in rmclass()
|
| /onnv-gate/usr/src/cmd/svr4pkg/installf/ |
| H A D | dofinal.c | 146 if (entry->cf_ent.npkgs) { in check_db_entry()
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkginfo/ |
| H A D | pkginfo.c | 707 if (entry.npkgs > 1) in rdcontents()
|