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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c139 if ((hal_ctx = libhal_ctx_new ()) == NULL) {
140 fprintf (stderr, "error: libhal_ctx_new\n");
H A Dhal_find_by_property.c147 if ((hal_ctx = libhal_ctx_new ()) == NULL) {
148 fprintf (stderr, "error: libhal_ctx_new\n");
H A Dhal_get_property.c157 if ((hal_ctx = libhal_ctx_new ()) == NULL) {
158 fprintf (stderr, "error: libhal_ctx_new\n");
H A Dhal_set_property.c224 if ((hal_ctx = libhal_ctx_new ()) == NULL) {
225 fprintf (stderr, "error: libhal_ctx_new\n");
H A Dhal-device.c140 if (!(hal_ctx = libhal_ctx_new())) return 3;
H A Dlshal.c675 if ((hal_ctx = libhal_ctx_new ()) == NULL) {
676 fprintf (stderr, "error: libhal_ctx_new\n");
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.c128 if ((ctx = libhal_ctx_new()) == NULL)
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h190 LibHalContext *libhal_ctx_new (void);
H A Dlibhal.c3114 * libhal_ctx_new:
3121 libhal_ctx_new (void) function
3271 ctx = libhal_ctx_new ();
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c88 if ((ctx = libhal_ctx_new()) == NULL) {
89 dprintf("libhal_ctx_new failed");

Completed in 72 milliseconds