Searched refs:propIntData (Results 1 – 2 of 2) sorted by relevance
94 int *propIntData; in add_hba_port_info() local248 "num-phys", &propIntData); in add_hba_port_info()259 SASPort->NumberofPhys = *propIntData; in add_hba_port_info()310 int *propIntData; in refresh_hba() local325 "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() local488 "supported-protocol", &propIntData)) == -1) { in devtree_get_one_hba()[all …]
221 int *propIntData = NULL; in get_attached_devices_info() local533 &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() local943 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()