Lines Matching defs:added
1286 struct hpsa_scsi_dev_t *added[], int *nadded)
1350 added[*nadded] = device;
1353 device->expose_device ? "added" : "masked");
1417 struct hpsa_scsi_dev_t *added[], int *nadded,
1435 added[*nadded] = new_entry;
1472 struct hpsa_scsi_dev_t *added)
1482 if (h->dev[i] == added) {
1490 kfree(added);
1930 struct hpsa_scsi_dev_t **added, **removed;
1945 added = kcalloc(HPSA_MAX_DEVICES, sizeof(*added), GFP_KERNEL);
1948 if (!added || !removed) {
1976 added, &nadded, removed, &nremoved);
1992 if (!sd[i]) /* if already added above. */
2010 if (hpsa_scsi_add_entry(h, sd[i], added, &nadded) != 0)
2044 if (!sd[i]) /* if already added above. */
2067 /* Notify scsi mid layer of any added devices */
2071 if (added[i] == NULL)
2073 if (!(added[i]->expose_device))
2075 rc = hpsa_add_device(h, added[i]);
2079 "addition failed %d, device not added.", rc);
2081 * since it didn't get added to scsi mid layer
2083 fixup_botched_add(h, added[i]);
2088 kfree(added);
8453 * changes (added/changed/removed logical drives, etc.) which mean that