Lines Matching refs:xdip

442 parse_resources(ACPI_HANDLE handle, dev_info_t *xdip, char *path)
576 if (xdip != NULL) {
577 (void) ndi_prop_update_int_array(DDI_DEV_T_NONE, xdip,
581 if (interrupt_count && (xdip != NULL)) {
582 (void) ndi_prop_update_int_array(DDI_DEV_T_NONE, xdip,
585 if (dma_count && (xdip != NULL)) {
586 (void) ndi_prop_update_int_array(DDI_DEV_T_NONE, xdip,
625 * put content of properties (if any) to dev info tree at branch xdip
630 process_properties(dev_info_t *xdip, property_t *properties)
635 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
790 dev_info_t *xdip = NULL;
903 (pnode_t)DEVI_SID_NODEID, &xdip);
904 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
906 compatible_present = process_properties(xdip, m->properties);
913 (pnode_t)DEVI_SID_NODEID, &xdip);
914 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
916 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
923 (pnode_t)DEVI_SID_NODEID, &xdip);
925 xdip, "compatible", "pnpPNP,f03");
927 xdip, "model", "PNP0Fxx mouse");
929 (void) parse_resources(ObjHandle, xdip, path);
935 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip, "acpi-namespace",
938 (void) parse_resources(ObjHandle, xdip, path);
943 (void) ndi_prop_update_int(DDI_DEV_T_NONE, xdip, "reg", 0);
944 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
947 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
950 (void) ndi_prop_update_int(DDI_DEV_T_NONE, xdip, "reg", 1);
951 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
954 (void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
961 if (!ddi_prop_exists(DDI_DEV_T_ANY, xdip,
963 create_compatible_property(xdip, device_ids);
965 (void) ndi_devi_bind_driver(xdip, 0);