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

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c272 * @param right_side Value to compare against
277 match_compare_property (HalDevice *d, const char *key, const char *right_side, dbus_int64_t *result) argument
290 *result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side);
295 *result = ((dbus_int64_t) hal_device_property_get_int (d, key)) - strtoll (right_side, NULL, 0);
300 *result = ((dbus_int64_t) hal_device_property_get_uint64 (d, key)) - ((dbus_int64_t) strtoll (right_side, NULL, 0));
305 *result = (dbus_int64_t) ceil (hal_device_property_get_double (d, key) - atof (right_side));

Completed in 50 milliseconds