Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dpkgdev.h37 struct pkgdev { struct
38 int rdonly;
39 int mntflg;
40 longlong_t capacity; /* number of 512-blocks on device */
41 char *name;
42 char *dirname;
43 char *pathname;
44 char *mount;
45 char *fstyp;
46 char *cdevice;
[all …]
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c147 struct pkgdev pkgdev; /* holds info about the installation device */ variable
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c158 struct pkgdev pkgdev; variable
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c99 struct pkgdev pkgdev; /* holds info about the installation device */ variable
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c122 struct pkgdev pkgdev; /* holds info about the installation device */ variable
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c764 ds_validate_signature(PKG_ERR *err, struct pkgdev *pkgdev, char **pkgs, in ds_validate_signature()