Searched refs:rogue (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h45 unsigned rogue:1; /* conflicting file not owned by a package */ member in struct:mergstat
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c67 int notlifo, rogue; /* counts of non-LIFO frees and rogue frees */ member in struct:mem_zone
148 /* if not found, update the rogue count */
150 zone->rogue++;
169 zone->rogue = 0;
225 if (zone->rogue)
227 prefix, zone->rogue);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c720 if (mstat->rogue) {
741 (mstat->rogue) ? "*" : " ", ept->path);
758 (mstat->rogue) ? "*" : " ", ept->path);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c546 * installed. We set the rogue flag to distinguish this from
549 * at the file level. Even rogue files count.
552 el_ent->mstat.rogue = 1;
556 el_ent->mstat.rogue = 0;

Completed in 97 milliseconds