Home
last modified time | relevance | path

Searched defs:drinfo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c96 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;
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Ddrcompat.c89 static struct module_info drinfo = { variable