Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dsbp.c419 struct sbp_dev *sdev, **newluns; in sbp_alloc_lun() local
463 newluns = (struct sbp_dev **) realloc(target->luns, in sbp_alloc_lun()
467 if (newluns == NULL) { in sbp_alloc_lun()
469 newluns = target->luns; in sbp_alloc_lun()
478 bzero(&newluns[target->num_lun], in sbp_alloc_lun()
482 target->luns = newluns; in sbp_alloc_lun()