Searched refs:tmplun (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/usr.sbin/ctld/ |
| HD | ctld.c | 1916 struct lun *oldlun, *newlun, *tmplun; in conf_apply() local 2015 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) { in conf_apply() 2089 TAILQ_FOREACH_SAFE(newlun, &newconf->conf_luns, l_next, tmplun) { in conf_apply()
|
| /freebsd-13-stable/sbin/camcontrol/ |
| HD | camcontrol.c | 7452 uint8_t tmplun[2]; in scsireportluns() local 7453 tmplun[0] = lundata->luns[i].lundata[j] & in scsireportluns() 7455 tmplun[1] = lundata->luns[i].lundata[j+1]; in scsireportluns() 7457 fprintf(stdout, "%d", scsi_2btoul(tmplun)); in scsireportluns()
|