/titanic_50/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 …]
|
/titanic_50/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 …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | main.c | 95 char **pkg = NULL; variable 361 pkg = gpkglist(pkgdir, all_pkgs, category); in main() 362 if (pkg == NULL) { in main() 366 for (pkgcnt = 0; pkg[pkgcnt] != NULL; pkgcnt++); in main() 371 pkg = &argv[optind]; in main() 408 logerr(gettext(WRN_F_SPOOL), *pkg); in main() 415 if (n = pkgtrans(device, spooldir, pkg, PT_SILENT, in main() 419 pkg = gpkglist(spooldir, all_pkgs, category); in main() 421 pkg = gpkglist(spooldir, all_pkgs, NULL); in main() 425 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 …]
|
/titanic_50/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 | 69 extern char *fpkginst(char *pkg, ...); 117 char **pkg, PKCS7 *); 242 _pkgtrans(char *device1, char *device2, char **pkg, int options, in _pkgtrans() argument 472 if (ds_init(ids_name, pkg, srcdev.norewind)) { in _pkgtrans() 497 xpkg = pkg = gpkglist(src, pkg, NULL); in _pkgtrans() 498 if (!pkg) { in _pkgtrans() 505 for (nxpkg = 0; pkg[nxpkg]; /* void */) { in _pkgtrans() 510 ds_order(pkg); /* order requests */ in _pkgtrans() 530 if ((hdr = genheader(src, pkg)) == NULL) { in _pkgtrans() 552 if (dump_hdr_and_pkgs(p7_bio, hdr, pkg) != 0) { in _pkgtrans() [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-libdiskmgt-header-libdiskmgt.mf | 26 set name=pkg.fmri \ 27 value=pkg:/system/library/libdiskmgt/header-libdiskmgt@$(PKGVERS) 28 set name=pkg.description value="libdiskmgt private header file pkg" 29 set name=pkg.summary 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 | SUNWlibm.mf | 16 set name=pkg.fmri value=pkg:/SUNWlibm@0.5.11,5.11-0.133 17 set name=pkg.description \ 21 set name=pkg.renamed value=true 22 # set name=pkg.renamed value=true 23 set name=pkg.summary value="Math & Microtasking Library Headers & Lint Files" 29 depend fmri=pkg:/system/library/math/header-math@$(PKGVERS) type=require
|
H A D | SUNWlibms.mf | 16 set name=pkg.fmri value=pkg:/SUNWlibms@0.5.11,5.11-0.133 17 set name=pkg.description value="Math & Microtasking Libraries" 20 set name=pkg.renamed value=true 21 # set name=pkg.renamed value=true 22 set name=pkg.summary value="Math & Microtasking Libraries" 28 depend fmri=pkg:/system/library/math@$(PKGVERS) type=require
|
H A D | system-library-math-header-math.mf | 18 set name=pkg.fmri value=pkg:/system/library/math/header-math@$(PKGVERS) 19 set name=pkg.description value="Math Library Headers & Lint Files" 20 set name=pkg.renamed value=true 21 set name=pkg.summary value="Math Library Headers & Lint Files" 25 depend fmri=pkg:/system/library/math@$(PKGVERS) type=require
|
H A D | service-storage-isns.mf | 26 set name=pkg.fmri value=pkg:/service/storage/isns@$(PKGVERS) 27 set name=pkg.description \ 29 set name=pkg.summary value="Solaris iSNS Server" 45 legacy pkg=SUNWisns desc="Solaris internet Storage Name Service(iSNS) Server" \ 47 legacy pkg=SUNWisnsadm desc="Solaris iSNS Server Administration Utility" \ 49 legacy pkg=SUNWisnsr desc="Solaris internet Storage Name Service(iSNS) Server" \
|
H A D | system-network-wificonfig.mf | 26 set name=pkg.fmri value=pkg:/system/network/wificonfig@$(PKGVERS) 27 set name=pkg.description value="wifi config tool" 28 set name=pkg.summary value="wifi config tool" 38 legacy pkg=SUNWwlanr desc="wifi config tool binaries" name="wifi config tool" 39 legacy pkg=SUNWwlanu desc="wifi config tool" name="wifi config tool"
|
H A D | SUNWpd.mf | 27 set name=pkg.fmri value=pkg:/SUNWpd@0.5.11,5.11-0.133 28 set name=pkg.renamed value=true 30 $(sparc_ONLY)depend fmri=pkg:/driver/sparc/platform type=require 31 $(i386_ONLY)depend fmri=pkg:/driver/storage/glm type=require
|
H A D | system-management-wbem-data-management.mf | 26 set name=pkg.fmri value=pkg:/system/management/wbem/data-management@$(PKGVERS) 27 set name=pkg.description value="software for WBEM/CIM data device management" 28 set name=pkg.summary value="Solaris Data Management WBEM/CIM API" 37 legacy pkg=SUNWdmgtr desc="software for WBEM/CIM data device management" \ 39 legacy pkg=SUNWdmgtu desc="software for WBEM/CIM data device management" \
|
H A D | developer-driver-ftsafe.mf | 26 set name=pkg.fmri value=pkg:/developer/driver/ftsafe@$(PKGVERS) 27 set name=pkg.description value="Driver Hardening Test Harness" 28 set name=pkg.summary value="ftSafe developer utilities package" 47 legacy pkg=SUNWftdur desc="Driver Hardening Test Harness" \ 49 legacy pkg=SUNWftduu desc="Driver Hardening Test Harness (usr)" \
|
H A D | system-library-storage-fibre-channel-libsun_fc.mf | 26 set name=pkg.fmri \ 27 value=pkg:/system/library/storage/fibre-channel/libsun_fc@$(PKGVERS) 28 set name=pkg.description \ 30 set name=pkg.summary value="Sun Fibre Channel Host Bus Adapter Library" 40 legacy pkg=SUNWfchba desc="SNIA HBA library for Sun Fibre Channel adapters" \ 42 legacy pkg=SUNWfchbar \
|
/titanic_50/usr/src/pkg/ |
H A D | README.pkg | 32 is confusing, you may wish to review the pkg(5) 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: 95 usr/src/pkg/packages.$MACH/. These can be useful during development. 153 Alternatively, you can manually start a pkg.depot(1M) server to 158 /usr/lib/pkg.depotd -d repo.redist -p <port> & 167 pkg set-publisher -P -g http://<your server host>:<port> on-nightly 168 pkg set-publisher --non-sticky opensolaris.org 169 pkg uninstall entire 171 pkg image-update your test system. [all …]
|
H A D | osnet-incorporation.mf | 27 set name=pkg.fmri value=pkg:/consolidation/osnet/osnet-incorporation@$(PKGVERS).16 29 set name=pkg.description value="This incorporation constrains packages from the OS/Net consolidatio… 30 set name=pkg.summary value="OS/Net consolidation incorporation" 31 set name=pkg.depend.install-hold value=core-os.osnet
|
/titanic_50/usr/src/tools/scripts/ |
H A D | onu.sh.in | 86 typeset on_publisher=$(pkg -R $root list -Hv \ 90 do_cmd pkg -R $root set-publisher --no-refresh \ 93 do_cmd pkg -R $root set-publisher -e --no-refresh -P -O $uri $redistpub 94 do_cmd pkg -R $root refresh --full 101 pkg -R $root list entire > /dev/null 2>&1 102 [ $? -eq 0 ] && do_cmd pkg -R $root uninstall entire 106 do_cmd pkg -R $root image-update
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 113 static char **pkg = NULL; variable 275 pkg = &argv[optind]; in main() 278 if (pkg[0] && strcmp(pkg[0], "all") == NULL) { in main() 280 pkg[0] = NULL; in main() 392 pkg[i] = NULL; in report() 408 if (pkg[i]) { in report() 412 logerr(gettext(ERR_NOPINFO), pkg[i]); in report() 414 logerr(gettext(ERR_NOINFO), pkg[i]); in report() 630 if (pkg[i] && pkgnmchk(p, pkg[i], 1) == 0) in selectp() 645 pkgopenfilter(server, pkgcnt == 1 ? pkg[0] : NULL) != 0) in rdcontents() [all …]
|
/titanic_50/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()
|
/titanic_50/usr/src/tools/depcheck/ |
H A D | get_depend_info | 521 local($pkg) = @_; 522 $pkgchk = `/usr/sbin/pkgchk -l $pkg | grep Pathname | sed 's/Pathname: //'`; 537 foreach $pkg (@outPkgs) { 538 $pkg =~ s/\s*$//; # trim extra space off the end 542 if ($lastpkg ne $pkg) { 543 print("P $pkg\t$PKGNAMES{$pkg}\n"); 546 $lastpkg = $pkg;
|
/titanic_50/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
|