Lines Matching refs:added
887 struct hpsa_scsi_dev_t *added[], int *nadded) in hpsa_scsi_add_entry() argument
949 added[*nadded] = device; in hpsa_scsi_add_entry()
1000 struct hpsa_scsi_dev_t *added[], int *nadded, in hpsa_scsi_replace_entry() argument
1018 added[*nadded] = new_entry; in hpsa_scsi_replace_entry()
1058 struct hpsa_scsi_dev_t *added) in fixup_botched_add() argument
1068 if (h->dev[i] == added) { in fixup_botched_add()
1076 kfree(added); in fixup_botched_add()
1352 struct hpsa_scsi_dev_t **added, **removed; in adjust_hpsa_scsi_table() local
1356 added = kzalloc(sizeof(*added) * HPSA_MAX_DEVICES, GFP_KERNEL); in adjust_hpsa_scsi_table()
1359 if (!added || !removed) { in adjust_hpsa_scsi_table()
1388 added, &nadded, removed, &nremoved); in adjust_hpsa_scsi_table()
1425 added, &nadded) != 0) in adjust_hpsa_scsi_table()
1480 if (scsi_add_device(sh, added[i]->bus, in adjust_hpsa_scsi_table()
1481 added[i]->target, added[i]->lun) == 0) in adjust_hpsa_scsi_table()
1484 "device not added.\n", hostno, added[i]->bus, in adjust_hpsa_scsi_table()
1485 added[i]->target, added[i]->lun); in adjust_hpsa_scsi_table()
1489 fixup_botched_add(h, added[i]); in adjust_hpsa_scsi_table()
1493 kfree(added); in adjust_hpsa_scsi_table()