Home
last modified time | relevance | path

Searched refs:is_removed (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/tools/onbld/hgext/
H A Dcdm.py380 if e and e.is_removed():
416 if e and e.is_removed():
462 if e and e.is_removed():
498 if e and e.is_removed():
530 if e and e.is_removed():
565 if e and e.is_removed():
595 if e and e.is_removed():
626 if e and e.is_removed():
749 if e and e.is_removed():
1069 files = [x.name for x in act if not x.is_removed()]
[all …]
/titanic_41/usr/src/cmd/hal/tools/
H A Dlshal.c478 dbus_bool_t is_removed, in property_modified() argument
488 is_removed ? "true" : "false", in property_modified()
490 if (!is_removed) in property_modified()
495 if (is_removed) in property_modified()
/titanic_41/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c80 const char *key, dbus_bool_t is_removed, dbus_bool_t is_added);
448 dbus_bool_t is_removed, dbus_bool_t is_added) in rmm_property_modified() argument
/titanic_41/usr/src/tools/onbld/Scm/
H A DWorkSpace.py103 def is_removed(self): member in ActiveEntry
255 if not entry.is_removed():
582 ret = set(entry.name for entry in self.__active if entry.is_removed())
/titanic_41/usr/src/lib/hal/libhal/common/
H A Dlibhal.h171 dbus_bool_t is_removed,