Searched defs:drinfo (Results 1 – 2 of 2) sorted by relevance
96 static struct drinfo { struct97 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;[all …]
89 static struct module_info drinfo = { variable