Searched defs:lilp_device_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7291 int lilp_device_count; local
7320 lilp_device_count = lilp_map->lilp_length;
7321 for (index = 0; index < lilp_device_count; index++) {
10479 int lilp_device_count; local
10519 * lilp_device_count is 1 more than fp->fp_total_devices since
10526 lilp_device_count = lilp_map->lilp_length;
10528 for (count = index = 0; index < lilp_device_count &&

Completed in 86 milliseconds