Lines Matching defs:drinfo
96 static struct drinfo { struct
97 unsigned partial_set:1; /* 1 if a partial installation was detected. */
98 unsigned partial:1; /* 1 if a partial installation was detected. */
99 unsigned runlevel_set:1;
100 unsigned runlevel:1; /* 1 if runlevel test returned an error. */
101 unsigned pkgfiles_set:1;
102 unsigned pkgfiles:1;
103 unsigned depend_set:1;
104 unsigned depend:1;
105 unsigned space_set:1;
106 unsigned space:1;
107 unsigned conflict_set:1;
108 unsigned conflict:1;
109 unsigned setuid_set:1;
110 unsigned setuid:1;
111 unsigned priv_set:1;
112 unsigned priv:1;
113 unsigned pkgdirs_set:1;
114 unsigned pkgdirs:1;
115 unsigned reqexit_set:1;
116 unsigned checkexit_set:1;
118 int type; /* type of operation */
119 int reqexit; /* request script exit code */
120 int checkexit; /* checkinstall script exit code */
121 int exitcode; /* overall program exit code. */
123 struct dr_pkg_entry *packages; /* pointer to the list of packages */
125 int total_ext_recs; /* total extlist entries */
126 int total_fs_recs; /* total fs_tab entries */
127 int total_pkgs; /* total number of dryrun packages */
128 int do_not_continue; /* error stacking is likely */