Searched refs:lcrn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_cam.c2808 struct ocs_lun_crn *lcrn = NULL; local
2811 lcrn = node->ini_node.lun_crn[idx];
2813 if (lcrn == NULL) {
2814 lcrn = ocs_malloc(node->ocs, sizeof(struct ocs_lun_crn),
2816 if (lcrn == NULL) {
2820 lcrn->lun = lun;
2821 node->ini_node.lun_crn[idx] = lcrn;
2824 if (lcrn->lun != lun) {
2828 if (lcrn->crnseed == 0)
2829 lcrn
2839 struct ocs_lun_crn *lcrn = NULL; local
2855 struct ocs_lun_crn *lcrn = NULL; local
[all...]

Completed in 53 milliseconds