Searched defs:pkgdev (Results 1 – 6 of 6) sorted by relevance
37 struct pkgdev { struct38 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 …]
147 struct pkgdev pkgdev; /* holds info about the installation device */ variable
158 struct pkgdev pkgdev; variable
99 struct pkgdev pkgdev; /* holds info about the installation device */ variable
122 struct pkgdev pkgdev; /* holds info about the installation device */ variable
764 ds_validate_signature(PKG_ERR *err, struct pkgdev *pkgdev, char **pkgs, in ds_validate_signature()