Home
last modified time | relevance | path

Searched refs:HAL_TYPE_DEVICE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h66 #define HAL_TYPE_DEVICE (hal_device_get_type ()) macro
68 HAL_TYPE_DEVICE, HalDevice))
70 HAL_TYPE_DEVICE, HalDeviceClass))
72 HAL_TYPE_DEVICE))
74 HAL_TYPE_DEVICE))
H A Ddevice.c177 device = g_object_new (HAL_TYPE_DEVICE, NULL, NULL); in hal_device_new()