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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c141 static fctl_nwwn_list_t *fctl_nwwn_hash_table; variable
146 _NOTE(MUTEX_PROTECTS_DATA(fctl_nwwn_hash_mutex, fctl_nwwn_hash_table))
512 fctl_nwwn_hash_table = kmem_zalloc(sizeof (*fctl_nwwn_hash_table) *
523 kmem_free(fctl_nwwn_hash_table,
524 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
534 kmem_free(fctl_nwwn_hash_table,
535 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_size);
561 kmem_free(fctl_nwwn_hash_table,
562 sizeof (*fctl_nwwn_hash_table) * fctl_nwwn_table_siz
[all...]

Completed in 88 milliseconds