/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml.pm | 35 my $pkg = shift; 98 'xmlObj' => $obj}, $pkg; 104 my $pkg = shift; 106 return $pkg->{'id'}; 113 $pkg = shift; 115 if ($pkg->{'internalName'}) { 116 return $pkg->{'internalName'}; 119 return $pkg->{'id'}; 127 my $pkg = shift; 129 unless (@{$pkg->{'entryList'}}) { [all …]
|
H A D | xmlHandlers.pm | 50 my $pkg = shift; 61 'content' => ''}, $pkg; 253 my $pkg = shift; 268 if ($hashCount && $pkg->{'attributes'}) { 272 $pkg->{'attributes'} = \%content; 277 my $pkg = shift; 280 my @kids = $pkg->getKids(); 290 my $pkg = shift; 292 return @{$pkg->{'kids'}}; 296 my $pkg = shift; [all …]
|
/illumos-gate/exception_lists/ |
H A D | packaging.deps | 7 pkg:/archiver/gnu-tar 8 pkg:/developer/java/openjdk8 9 pkg:/developer/macro/cpp 10 pkg:/file/gnu-coreutils 11 pkg:/gnome/zenity 12 pkg:/library/expat 13 pkg:/library/glib2 14 pkg:/library/libxml2 15 pkg:/library/libxml2/32 16 pkg:/library/nspr [all …]
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkgnmchk.c | 55 valname(char *pkg, int wild) in valname() argument 61 if (wild && (strcmp(pkg, "all") == 0)) in valname() 67 if ((strncmp(pkg, rsvrd[i], n) == 0) && in valname() 68 (!pkg[n] || strchr(NMBRK, pkg[n]))) in valname() 77 if (pt = strpbrk(pkg, NMBRK)) { in valname() 98 if (!isalpha((unsigned char)*pkg)) in valname() 100 while (*pkg && !strchr(NMBRK, *pkg)) { in valname() 101 if (!isalnum((unsigned char)*pkg) && !strpbrk(pkg, "-+")) in valname() 103 count++, pkg++; in valname() 118 pkgnmchk(char *pkg, char *spec, int presvr4flg) in pkgnmchk() argument [all …]
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | main.c | 99 char **pkg = NULL; variable 358 pkg = gpkglist(pkgdir, all_pkgs, category); in main() 359 if (pkg == NULL) { in main() 363 for (pkgcnt = 0; pkg[pkgcnt] != NULL; pkgcnt++) in main() 369 pkg = &argv[optind]; in main() 406 logerr(gettext(WRN_F_SPOOL), *pkg); in main() 413 if (n = pkgtrans(device, spooldir, pkg, PT_SILENT)) in main() 416 pkg = gpkglist(spooldir, all_pkgs, category); in main() 418 pkg = gpkglist(spooldir, all_pkgs, NULL); in main() 422 pkg = gpkglist(spooldir, in main() [all …]
|
H A D | checkmap.c | 53 extern char *basedir, *pathlist[], *ppathlist[], **pkg, **environ; 224 if (selpkg(pinfo->pkg)) { in checkmap() 312 root, pkg[i]); in selpkg() 317 pkg[i]); in selpkg() 321 pkg[i]); in selpkg() 324 pkg[i]); in selpkg() 335 root, pkg[i]); in selpkg() 340 pkg[i]); in selpkg() 344 pkg[i]); in selpkg() 347 pkg[i]); in selpkg() [all …]
|
/illumos-gate/usr/src/pkg/ |
H A D | README.pkg | 32 is confusing, you may wish to review the pkg(7) manpage. 37 usr/src/pkg/ contains the definitions and rules needed to build an IPS 53 Alternatively, in usr/src/pkg/Makefile there are make targets for: 89 usr/src/pkg/packages.$MACH/. These can be useful during development. 147 Alternatively, you can manually start a pkg.depot(8) server to 152 /usr/lib/pkg.depotd -d repo.redist -p <port> & 161 pkg set-publisher -P -g http://<your server host>:<port> on-nightly 162 pkg set-publisher --non-sticky opensolaris.org 163 pkg uninstall entire 165 pkg image-update your test system. [all …]
|
H A D | osnet-incorporation.p5m | 29 set name=pkg.fmri value=pkg:/consolidation/osnet/osnet-incorporation@$(PKGVERS) 30 set name=pkg.summary value="OS/Net consolidation incorporation" 31 set name=pkg.description \ 33 set name=pkg.depend.install-hold value=core-os.osnet 34 set name=pkg.linted.opensolaris.manifest001.1 value=True
|
H A D | osnet-redist.p5m | 29 set name=pkg.fmri \ 30 value=pkg:/consolidation/osnet/osnet-redistributable@$(PKGVERS) 31 set name=pkg.summary value="OS/Net consolidation group package" 32 set name=pkg.description \ 34 set name=pkg.linted.opensolaris.manifest001.1 value=True
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkglist.c | 51 extern int pkgnmchk(register char *pkg, register char *spec, 54 extern char *fpkginst(char *pkg, ...); 113 gpkglist(char *dir, char **pkg, char **catg) in gpkglist() argument 138 if (pkg[0] == NULL && !cont_in_list) { in gpkglist() 205 if (pkg[0] == NULL) { /* It's just a continuation. */ in gpkglist() 208 } else if (pkgnmchk(pkg[i], "all", 1)) { in gpkglist() 211 inst = fpkginst(pkg[i], NULL, NULL); in gpkglist() 213 progerr(pkg_gt(ERR_NOPKG), pkg[i]); in gpkglist() 229 } while (inst = fpkginst(pkg[i], NULL, NULL)); in gpkglist() 231 if (fpkginfo(&info, pkg[i])) { in gpkglist() [all …]
|
H A D | pkgtrans.c | 66 extern char *fpkginst(char *pkg, ...); 113 static int wdsheader(struct dm_buf *, char *device, char **pkg); 235 _pkgtrans(char *device1, char *device2, char **pkg, int options) in _pkgtrans() argument 376 if (ds_init(ids_name, pkg, srcdev.norewind)) { in _pkgtrans() 401 xpkg = pkg = gpkglist(src, pkg, NULL); in _pkgtrans() 402 if (!pkg) { in _pkgtrans() 409 for (nxpkg = 0; pkg[nxpkg]; /* void */) { in _pkgtrans() 414 ds_order(pkg); /* order requests */ in _pkgtrans() 434 if ((hdr = genheader(src, pkg)) == NULL) { in _pkgtrans() 440 if (wdsheader(hdr, ods_name, pkg)) { in _pkgtrans() [all …]
|
H A D | dstream.c | 55 extern int pkgnmchk(register char *pkg, register char *spec, 84 char pkg[NON_ABI_NAMELNGTH]; member 128 if (strcmp(list[j], toc_pt->pkg) == 0) { in ds_order() 294 ds_init(char *device, char **pkg, char *norewind) in ds_init() argument 444 if (sscanf(line, "%s %d %d %[ 0-9]", toc_pt->pkg, in ds_init() 478 for (i = 0; pkg[i]; i++) { in ds_init() 479 if (strcmp(pkg[i], "all") == 0) in ds_init() 485 (void) strlcat(cmd, pkg[i], CMDSIZ); in ds_init() 505 ds_findpkg(char *device, char *pkg) in ds_findpkg() argument 511 pkglist[0] = pkg; in ds_findpkg() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-libdiskmgt-header-libdiskmgt.p5m | 26 set name=pkg.fmri \ 27 value=pkg:/system/library/libdiskmgt/header-libdiskmgt@$(PKGVERS) 28 set name=pkg.summary value="libdiskmgt private header file pkg" 29 set name=pkg.description value="libdiskmgt private header file pkg" 36 legacy pkg=SUNWldskint desc="libdiskmgt private header file pkg" \ 37 name="libdiskmgt private header file pkg"
|
H A D | system-library-math-header-math.p5m | 18 set name=pkg.fmri value=pkg:/system/library/math/header-math@$(PKGVERS) 19 set name=pkg.summary value="Math Library Headers & Lint Files" 20 set name=pkg.description value="Math Library Headers & Lint Files" 21 set name=pkg.renamed value=true 25 depend type=require fmri=pkg:/system/library/math@$(PKGVERS)
|
H A D | service-storage-isns.p5m | 26 set name=pkg.fmri value=pkg:/service/storage/isns@$(PKGVERS) 27 set name=pkg.summary value="Solaris iSNS Server" 28 set name=pkg.description \ 44 legacy pkg=SUNWisns desc="Solaris internet Storage Name Service(iSNS) Server" \ 46 legacy pkg=SUNWisnsadm desc="Solaris iSNS Server Administration Utility" \ 48 legacy pkg=SUNWisnsr desc="Solaris internet Storage Name Service(iSNS) Server" \
|
H A D | system-network-wificonfig.p5m | 26 set name=pkg.fmri value=pkg:/system/network/wificonfig@$(PKGVERS) 27 set name=pkg.summary value="wifi config tool" 28 set name=pkg.description value="wifi config tool" 39 legacy pkg=SUNWwlanr desc="wifi config tool binaries" name="wifi config tool" 40 legacy pkg=SUNWwlanu desc="wifi config tool" name="wifi config tool"
|
H A D | system-boot-real-mode.p5m | 27 set name=pkg.fmri value=pkg:/system/boot/real-mode@$(PKGVERS) 28 set name=pkg.summary value="Realmode Modules" 29 set name=pkg.description value="Realmode Modules" 38 $(i386_ONLY)legacy pkg=SUNWrmodr desc="Realmode Modules, (Root)" \ 40 $(i386_ONLY)legacy pkg=SUNWrmodu desc="Realmode Modules, (Usr)" \
|
H A D | system-management-wbem-data-management.p5m | 27 set name=pkg.fmri value=pkg:/system/management/wbem/data-management@$(PKGVERS) 28 set name=pkg.summary value="Solaris Data Management WBEM/CIM API" 29 set name=pkg.description value="software for WBEM/CIM data device management" 37 legacy pkg=SUNWdmgtr desc="software for WBEM/CIM data device management" \ 39 legacy pkg=SUNWdmgtu desc="software for WBEM/CIM data device management" \
|
/illumos-gate/usr/src/pkg/transforms/ |
H A D | strip_dependinfo | 21 # Drop pkg.depend.bypass-generate attributes 22 <transform file -> delete pkg.depend.bypass-generate .*> 24 # Drop pkg.depend.runpath attributes 25 <transform file -> delete pkg.depend.runpath .*> 27 # Remove pkg debug information 28 <transform set name=pkg.debug.* -> drop>
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | onu.sh.in | 92 typeset on_publisher=$(pkg -R $root list -Hv \ 96 do_cmd pkg -R $root set-publisher -r --no-refresh \ 101 do_cmd pkg -R $root set-publisher -r -e --no-refresh -P \ 104 do_cmd pkg -R $root refresh --full 116 do_cmd pkg -R $root change-facet -r onu.ooceonly=false 125 pkg -R $root list -q entire && do_cmd pkg -R $root uninstall entire 131 do_cmd pkg -R $root image-update $update_args
|
/illumos-gate/usr/src/pkg/etc/ |
H A D | pkglintrc | 20 pkg.lint.pkglint_action.PkgActionChecker.linted \ 21 pkg.lint.pkglint_manifest.PkgManifestChecker.linted \ 22 pkg.lint.pkglint_manifest.PkgManifestChecker.bogus_description \ 23 pkg.lint.pkglint_manifest.PkgManifestChecker.naming \ 24 pkg.lint.pkglint_manifest.PkgManifestChecker.duplicate_deps
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | eptstat.c | 69 eptstat(struct cfent *entry, char *pkg, char c) in eptstat() argument 84 if (strcmp(pkg, pinfo->pkg) == 0) { in eptstat() 131 (void) strncpy(me->pkg, pkg, PKGSIZ); in eptstat()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 117 static char **pkg = NULL; variable 279 pkg = &argv[optind]; in main() 282 if (pkg[0] && strcmp(pkg[0], "all") == 0) { in main() 284 pkg[0] = NULL; in main() 396 pkg[i] = NULL; in report() 412 if (pkg[i]) { in report() 416 logerr(gettext(ERR_NOPINFO), pkg[i]); in report() 418 logerr(gettext(ERR_NOINFO), pkg[i]); in report() 633 if (pkg[i] && pkgnmchk(p, pkg[i], 1) == 0) in selectp() 648 pkgopenfilter(server, pkgcnt == 1 ? pkg[0] : NULL) != 0) in rdcontents() [all …]
|
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | p2v.ksh | 255 for i in $ZONEROOT/var/sadm/pkg/* 257 pkg=$(/usr/bin/basename $i) 258 [[ ! -f $ZONEROOT/var/sadm/pkg/$pkg/save/pspool/$pkg/pkgmap ]] \ 262 $ZONEROOT/var/sadm/pkg/$pkg/pkginfo || continue 266 $ZONEROOT/var/sadm/pkg/$pkg/save/pspool/$pkg/pkgmap) 432 [[ ! -d $ZONEROOT/var/sadm/pkg/$i ]] && continue 563 safe_dir /var/sadm/pkg 624 for pkg_name in $ZONEROOT/var/sadm/pkg/*; do
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | depend.c | 78 pkg_list *pkg; in add_dependency() local 80 pkg = malloc(sizeof (pkg_list)); in add_dependency() 81 bzero(pkg, sizeof (pkg_list)); in add_dependency() 82 (void) strcpy(pkg->pkg_name, pkgname); in add_dependency() 86 return (pkg); in add_dependency() 91 tmp->next = pkg; in add_dependency()
|