Home
last modified time | relevance | path

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

/freebsd/sys/dev/ciss/
H A Dciss.c134 static int ciss_filter_physical(struct ciss_softc *sc, struct ciss_lun_report *cll);
1359 struct ciss_lun_report *cll; in ciss_report_luns() local
1367 cll = NULL; in ciss_report_luns()
1374 report_size = sizeof(*cll) + nunits * sizeof(union ciss_device_address); in ciss_report_luns()
1375 if ((cll = malloc(report_size, CISS_MALLOC_CLASS, M_NOWAIT | M_ZERO)) == NULL) { in ciss_report_luns()
1385 cr->cr_data = cll; in ciss_report_luns()
1402 cll->list_size = htonl(report_size - sizeof(*cll)); /* big-endian field */ in ciss_report_luns()
1437 if (error && cll != NULL) { in ciss_report_luns()
1438 free(cll, CISS_MALLOC_CLASS); in ciss_report_luns()
1439 cll = NULL; in ciss_report_luns()
[all …]