Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c94 int *propIntData; in add_hba_port_info() local
248 "num-phys", &propIntData); in add_hba_port_info()
259 SASPort->NumberofPhys = *propIntData; in add_hba_port_info()
310 int *propIntData; in refresh_hba() local
325 "supported-protocol", &propIntData)) == -1) { in refresh_hba()
329 protocol = *propIntData; in refresh_hba()
334 "virtual-port", &propIntData) >= 0) { in refresh_hba()
335 if (*propIntData) { in refresh_hba()
365 int *propIntData = NULL; in devtree_get_one_hba() local
488 "supported-protocol", &propIntData)) == -1) { in devtree_get_one_hba()
[all …]
H A Ddevtree_device_disco.c221 int *propIntData = NULL; in get_attached_devices_info() local
533 &propIntData) != -1) { in get_attached_devices_info()
534 mapping_ptr->entry.ScsiId.ScsiOSLun = *propIntData; in get_attached_devices_info()
565 "target", &propIntData) != -1) { in get_attached_devices_info()
566 mapping_ptr->entry.ScsiId.ScsiTargetNumber = *propIntData; in get_attached_devices_info()
643 int *propIntData = NULL; in get_attached_paths_info() local
943 if (di_path_prop_lookup_ints(path, "lun", &propIntData) != -1) { in get_attached_paths_info()
944 mapping_ptr->entry.ScsiId.ScsiOSLun = *propIntData; in get_attached_paths_info()
977 if (di_path_prop_lookup_ints(path, "target", &propIntData) != -1) { in get_attached_paths_info()
978 mapping_ptr->entry.ScsiId.ScsiTargetNumber = *propIntData; in get_attached_paths_info()