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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4119 int full_list; local
4138 for (full_list = listlen = index = 0;
4143 full_list++;
4161 if (full_list == 0 && *len == 0) {
4163 *len = full_list;
4177 sizeof (*listptr) * full_list, KM_SLEEP);
4178 *len = full_list;
4187 if (*len < full_list) {
4188 *len = full_list;
4193 *len = full_list;
[all...]

Completed in 56 milliseconds