/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device_store.c | 152 gboolean removed, 158 device, key, added, removed); 397 const char *key, gboolean removed, gboolean added, 403 if (removed) 149 emit_device_property_changed(HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer data) argument 396 match_device_async(HalDeviceStore *store, HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
|
H A D | hald.c | 146 const char *key, gboolean added, gboolean removed, 150 device_send_signal_property_modified (device, key, removed, added); 154 if (added == FALSE && removed == FALSE) 145 gdl_property_changed(HalDeviceStore *store, HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer user_data) argument
|
H A D | device.c | 1004 gboolean removed, gboolean added, gpointer user_data) 1012 if (removed) 1003 prop_changed_cb(HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
|
H A D | hald_dbus.c | 649 * @param device The HalDevice removed 2226 dbus_bool_t removed; /**< true iff property was removed */ member in struct:PendingUpdate_s 2316 &(pu_iter2->removed)); 2357 dbus_bool_t added, dbus_bool_t removed) 2364 HAL_INFO(("Entering, udi=%s, key=%s, in_gdl=%s, removed=%s added=%s", 2367 removed ? "true" : "false", 2377 pu->removed = removed; 2414 dbus_message_iter_append_basic (&iter_struct, DBUS_TYPE_BOOLEAN, &removed); 2356 device_send_signal_property_modified(HalDevice *device, const char *key, dbus_bool_t added, dbus_bool_t removed) argument [all...] |
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 35 # modified/added/removed as compared to the parent workspace, whether 83 REMOVED - File is being removed 188 # where source is on the removed list. 243 # Where source is removed, mark as renamed, and remove the 252 if oldname in status['removed']: 275 elif entry.name in status['removed']: 373 changesets which are components of the ActiveList removed.''' 459 def removed(self): member in class:activectx 560 states = ['modified', 'added', 'removed', 'deleted', 'unknown', 688 removed [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 73 * the position of the removed attribute. Returns TRUE if specified 74 * attribute is removed. 2191 boolean_t removed; local 2295 removed = remove_one_attribute(newTemplate, CKA_VALUE_LEN, 2298 rv = kernel_build_object(newTemplate, removed ? attr_count - 1 :
|
/osnet-11/usr/src/lib/hal/libhal/common/ |
H A D | libhal.c | 236 /** Device removed */ 984 dbus_bool_t removed; local 1003 dbus_message_iter_get_basic (&iter_struct, &removed); 1009 key, removed, 1925 * Returns: TRUE if the string was removed, FALSE if the device didn't 1978 * Returns: TRUE if the string was removed, FALSE if the device didn't 2287 * This method can be invoked when a device is removed. The HAL daemon 2294 * Returns: TRUE if the device was removed, FALSE otherwise 2962 * libhal_device_remove_property_watch, if the device is removed. 3279 * @callback: the function to call when a device is removed [all...] |