Home
last modified time | relevance | path

Searched refs:libhal_device_property_strlist_append (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c202 libhal_device_property_strlist_append(ctx, tmp_udi, in add_network_printer()
204 libhal_device_property_strlist_append(ctx, tmp_udi, in add_network_printer()
/titanic_50/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers74 libhal_device_property_strlist_append;
H A Dlibhal.h324 dbus_bool_t libhal_device_property_strlist_append (LibHalContext *ctx,
H A Dlibhal.c1888 libhal_device_property_strlist_append (LibHalContext *ctx, in libhal_device_property_strlist_append() function
/titanic_50/usr/src/cmd/hal/tools/
H A Dhal_set_property.c287 rc = libhal_device_property_strlist_append (hal_ctx, udi, key, str_value, &error); in main()
H A Dhal-device.c613 if (!libhal_device_property_strlist_append(hal_ctx, nd->real_udi, p->key, *s, &error)) { in add_properties()