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.c366 struct sun_sas_hba *new_hba, *hba_ptr; local
404 if ((new_hba = (struct sun_sas_hba *)calloc(1,
411 (void) strlcpy(new_hba->device_path, hbaDevpath,
412 sizeof (new_hba->device_path));
415 (void) snprintf(new_hba->adapter_attributes.HBASymbolicName,
416 sizeof (new_hba->adapter_attributes.HBASymbolicName),
417 "%s%s", DEVICES_DIR, new_hba->device_path);
422 (void) strlcpy(new_hba->adapter_attributes.Manufacturer,
424 sizeof (new_hba->adapter_attributes.Manufacturer));
426 (void) strlcpy(new_hba
[all...]

Completed in 44 milliseconds