Searched defs:added (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c140 /* The following routine was added to make lint shut up about converting from
253 static char added[100]; local
302 added[0] = 0;
458 (void) strcat(added, xp);
726 (void) strcpy(outp, added);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_buf.c169 * A null termination character will also be added.
204 * Appends a single character. Only the single character is added. No null
205 * termination is added.
608 * added to the buffer and zero will be returned.
616 int added = 0; local
620 added++;
628 added = 0;
631 return (added);
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_store.c151 gboolean added,
158 device, key, added, removed);
397 const char *key, gboolean removed, gboolean added,
402 /* Only want to do it for added or changed properties */
422 gboolean added, gpointer user_data)
426 if (!added)
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
421 store_changed(HalDeviceStore *store, HalDevice *device, gboolean added, gpointer user_data) argument
H A Dhald.c146 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 Ddevice.c1004 gboolean removed, gboolean added, gpointer user_data)
1003 prop_changed_cb(HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
H A Dhald_dbus.c616 * @param device The HalDevice added
2227 dbus_bool_t added; /**< true iff property was added */ member in struct:PendingUpdate_s
2320 &(pu_iter2->added));
2357 dbus_bool_t added, dbus_bool_t removed)
2364 HAL_INFO(("Entering, udi=%s, key=%s, in_gdl=%s, removed=%s added=%s",
2368 added ? "true" : "false"));
2378 pu->added = added;
2415 dbus_message_iter_append_basic (&iter_struct, DBUS_TYPE_BOOLEAN, &added);
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 DWorkSpace.py35 # modified/added/removed as compared to the parent workspace, whether
273 if entry.name in status['added']:
456 def added(self): member in class:activectx
560 states = ['modified', 'added', 'removed', 'deleted', 'unknown',
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c233 /** Device added */
985 dbus_bool_t added; local
1005 dbus_message_iter_get_basic (&iter_struct, &added);
1010 added);
2776 * Returns: TRUE if the capability was added, FALSE if the device didn't exist
3261 * @callback: the function to call when a device is added
3263 * Set the callback for when a device is added

Completed in 46 milliseconds