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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c139 int fctl_nwwn_table_size = NWWN_HASH_TABLE_SIZE; variable
509 fctl_nwwn_table_size, KM_SLEEP);
520 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
531 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
558 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
3299 fctl_nwwn_table_size);
3330 fctl_nwwn_table_size);
3380 fctl_nwwn_table_size);
3381 ASSERT(index >= 0 && index < fctl_nwwn_table_size);
3420 fctl_nwwn_table_size);
[all...]

Completed in 134 milliseconds