Searched refs:REMOVED (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTargetEvent.h48 REMOVED = HBA_EVENT_TARGET_REMOVED enumerator in enum:TargetEvent::EVENT_TYPE
H A DFCSyseventBridge.cc437 TargetEvent::REMOVED); member in class:TargetEvent
/illumos-gate/usr/src/lib/sun_sas/common/
H A Devent.c71 #define REMOVED 1 macro
106 if (update == REMOVED) {
178 update = REMOVED;
/illumos-gate/usr/src/cmd/print/scripts/
H A Dlpadmin79 REMOVED=$(${COMM} -23 ${1} ${2})
91 for DEST in ${REMOVED} ; do
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h117 #define REMOVED 0x0010 /* entry has been removed */ macro
H A Drestore.c704 ep->e_flags &= ~REMOVED;
977 np->e_flags |= REMOVED;
981 ep->e_flags |= REMOVED;
H A Dutilities.c197 ep->e_flags |= REMOVED;
238 ep->e_flags |= REMOVED;
418 if (ep->e_flags & REMOVED)
419 (void) strlcat(flagbuf, gettext("|REMOVED"), sizeof (flagbuf));
H A Dsymtab.c373 if ((ep->e_flags & REMOVED) == 0)
374 badentry(ep, gettext("not marked REMOVED"));
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c133 #define REMOVED 0x1 macro
919 deventry->flags |= REMOVED;
934 deventry->flags |= REMOVED;
2120 if (deventry->flags&REMOVED)
2153 if (!(hashline->flags&REMOVED)) {
2456 if (!(dependent->flags&REMOVED))
2980 if (dependent->flags & REMOVED) {
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py66 REMOVED - File is being removed
79 REMOVED = intern('removed') variable in class:ActiveEntry
85 assert change in (self.MODIFIED, self.ADDED, self.REMOVED)
105 return self.change is self.REMOVED

Completed in 124 milliseconds