Lines Matching defs:added
1280 struct hpsa_scsi_dev_t *added[], int *nadded)
1344 added[*nadded] = device;
1347 device->expose_device ? "added" : "masked");
1411 struct hpsa_scsi_dev_t *added[], int *nadded,
1429 added[*nadded] = new_entry;
1466 struct hpsa_scsi_dev_t *added)
1476 if (h->dev[i] == added) {
1484 kfree(added);
1924 struct hpsa_scsi_dev_t **added, **removed;
1939 added = kcalloc(HPSA_MAX_DEVICES, sizeof(*added), GFP_KERNEL);
1942 if (!added || !removed) {
1970 added, &nadded, removed, &nremoved);
1986 if (!sd[i]) /* if already added above. */
2004 if (hpsa_scsi_add_entry(h, sd[i], added, &nadded) != 0)
2038 if (!sd[i]) /* if already added above. */
2061 /* Notify scsi mid layer of any added devices */
2065 if (added[i] == NULL)
2067 if (!(added[i]->expose_device))
2069 rc = hpsa_add_device(h, added[i]);
2073 "addition failed %d, device not added.", rc);
2075 * since it didn't get added to scsi mid layer
2077 fixup_botched_add(h, added[i]);
2082 kfree(added);
8428 * changes (added/changed/removed logical drives, etc.) which mean that