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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c143 int fctl_nwwn_table_size = NWWN_HASH_TABLE_SIZE; variable
513 fctl_nwwn_table_size, KM_SLEEP);
524 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
535 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
562 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
3303 fctl_nwwn_table_size);
3334 fctl_nwwn_table_size);
3384 fctl_nwwn_table_size);
3385 ASSERT(index >= 0 && index < fctl_nwwn_table_size);
3424 fctl_nwwn_table_size);
[all...]

Completed in 55 milliseconds