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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c149 if (!libhal_ctx_init (hal_ctx, &error)) {
151 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
H A Dhal_find_by_property.c156 if (!libhal_ctx_init (hal_ctx, &error)) {
158 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
H A Dhal_get_property.c166 if (!libhal_ctx_init (hal_ctx, &error)) {
168 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
H A Dhal_set_property.c233 if (!libhal_ctx_init (hal_ctx, &error)) {
235 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
H A Dhal-device.c142 if (!libhal_ctx_init(hal_ctx, &error)) {
144 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
H A Dlshal.c684 if (!libhal_ctx_init (hal_ctx, &error)) {
686 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.h226 dbus_bool_t libhal_ctx_init (LibHalContext *ctx, DBusError *error);
H A Dlibhal.c3109 * libhal_ctx_init:
3118 libhal_ctx_init (LibHalContext *ctx, DBusError *error) function

Completed in 3263 milliseconds