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

/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h407 LibHalPropertySet *libhal_device_get_all_properties (LibHalContext *ctx,
411 /* Free a property set earlier obtained with libhal_device_get_all_properties(). */
H A Dlibhal.c412 * libhal_device_get_all_properties:
422 libhal_device_get_all_properties (LibHalContext *ctx, const char *udi, DBusError *error) function
557 * Free a property set earlier obtained with libhal_device_get_all_properties().
2727 if ((pset = libhal_device_get_all_properties (ctx, udi, error)) == NULL)
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c229 if (!(props = libhal_device_get_all_properties(hal_ctx, device_names[i], &error))) {
H A Dlshal.c98 props = libhal_device_get_all_properties (hal_ctx, udi, &error);
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c925 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);
1116 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);
1893 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);

Completed in 74 milliseconds