Searched refs:PROP_BOOL (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal_set_property.c | 46 PROP_BOOL, enumerator 184 type = PROP_BOOL; in main() 280 case PROP_BOOL: in main()
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.h | 49 #define PROP_BOOL(d, node, v, diprop, halprop) \ macro
|
H A D | devinfo_storage.c | 229 PROP_BOOL(d, node, i, "hotpluggable", "storage.hotpluggable"); in devinfo_ide_storage_add() 230 PROP_BOOL(d, node, i, "removable-media", "storage.removable"); in devinfo_ide_storage_add() 304 PROP_BOOL(d, node, i, "hotpluggable", "storage.hotpluggable"); in devinfo_scsi_storage_add() 305 PROP_BOOL(d, node, i, "removable-media", "storage.removable"); in devinfo_scsi_storage_add() 423 PROP_BOOL(d, node, i, "hotpluggable", "storage.hotpluggable"); in devinfo_blkdev_storage_add() 424 PROP_BOOL(d, node, i, "removable-media", "storage.removable"); in devinfo_blkdev_storage_add()
|