Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c371 struct sun_sas_hba *new_hba, *hba_ptr; in devtree_get_one_hba() local
409 if ((new_hba = (struct sun_sas_hba *)calloc(1, in devtree_get_one_hba()
416 (void) strlcpy(new_hba->device_path, hbaDevpath, in devtree_get_one_hba()
417 sizeof (new_hba->device_path)); in devtree_get_one_hba()
420 (void) snprintf(new_hba->adapter_attributes.HBASymbolicName, in devtree_get_one_hba()
421 sizeof (new_hba->adapter_attributes.HBASymbolicName), in devtree_get_one_hba()
422 "%s%s", DEVICES_DIR, new_hba->device_path); in devtree_get_one_hba()
427 (void) strlcpy(new_hba->adapter_attributes.Manufacturer, in devtree_get_one_hba()
429 sizeof (new_hba->adapter_attributes.Manufacturer)); in devtree_get_one_hba()
431 (void) strlcpy(new_hba->adapter_attributes.Manufacturer, in devtree_get_one_hba()
[all …]