Searched defs:pkgdev (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dpkgdev.h37 struct pkgdev { struct
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c48 #include <pkgdev.h>
158 struct pkgdev pkgdev; variable in typeref:struct:pkgdev
450 pkgdev.fstyp = optarg;
509 pkgdev.mount = optarg;
510 pkgdev.rdonly++;
511 pkgdev.mntflg++;
814 /* if device specified, set appropriate device in pkgdev */
817 if (pkgdev.mount) {
818 pkgdev
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c48 #include <pkgdev.h>
147 struct pkgdev pkgdev; /* holds info about the installation device */ variable in typeref:struct:pkgdev
344 if (devtype(device, &pkgdev)) {
348 if (pkgdev.norewind) {
353 if (pkgdev.mount) {
354 if (n = pkgmount(&pkgdev, NULL, 0, 0, 1))
546 if (pkgdev.dirname == NULL) {
550 if (statvfs64(pkgdev.dirname, &svfsb)) {
551 progerr(gettext(ERR_STATVFS), pkgdev
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c43 #include <pkgdev.h>
99 struct pkgdev pkgdev; /* holds info about the installation device */ variable in typeref:struct:pkgdev
658 if (devtype((spoolDir ? spoolDir : get_PKGLOC()), &pkgdev) ||
659 pkgdev.dirname == NULL) {
665 pkgdir = pkgdev.dirname;
666 repeat = ((optind >= argc) && pkgdev.mount);
693 if (pkgdev.mount) {
694 if (n = pkgmount(&pkgdev, NULL, 0, 0, 1)) {
700 if (chdir(pkgdev
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c521 get_signature(PKG_ERR *err, char *ids_name, struct pkgdev *devp, PKCS7 **result)
751 * pkgdev - Package context handle of package to verify
764 ds_validate_signature(PKG_ERR *err, struct pkgdev *pkgdev, char **pkgs, argument
811 (void) ds_init(ids_name, pkgs, pkgdev->norewind);
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c52 #include <pkgdev.h>
122 struct pkgdev pkgdev; /* holds info about the installation device */ variable in typeref:struct:pkgdev
1256 * validate the package source device - return pkgdev info that
1260 if (devtype(device, &pkgdev)) {
1280 &pkgdev, optind);
1326 &pkgdev, optind);
1348 progerr(ERR_NOPKGS, pkgdev.dirname);
1396 PSTR(pkgdev.dirname));
1398 rrmdir(pkgdev
[all...]

Completed in 76 milliseconds