Home
last modified time | relevance | path

Searched refs:fp_pwwn_table (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c59 static struct pwwn_hash *fp_pwwn_table; variable
592 fp_pwwn_table = mdb_alloc(sizeof (struct pwwn_hash) * in pd_by_pwwn_walk_i()
606 if (mdb_vread(fp_pwwn_table, sizeof (struct pwwn_hash) * in pd_by_pwwn_walk_i()
607 PWWN_HASH_TABLE_SIZE, (uintptr_t)port.fp_pwwn_table) == -1) { in pd_by_pwwn_walk_i()
614 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) && in pd_by_pwwn_walk_i()
619 wsp->walk_addr = (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head; in pd_by_pwwn_walk_i()
659 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) && in pd_by_pwwn_walk_s()
670 (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head; in pd_by_pwwn_walk_s()
683 mdb_free(fp_pwwn_table, sizeof (struct pwwn_hash) * in pd_by_pwwn_walk_f()
685 fp_pwwn_table = NULL; in pd_by_pwwn_walk_f()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3745 head = &port->fp_pwwn_table[index]; in fctl_enlist_pwwn_table()
3759 tmp_head = &port->fp_pwwn_table[index]; in fctl_enlist_pwwn_table()
3815 head = &port->fp_pwwn_table[index]; in fctl_delist_pwwn_table()
3961 head = &port->fp_pwwn_table[index]; in fctl_get_remote_port_by_pwwn()
3994 head = &port->fp_pwwn_table[index]; in fctl_get_remote_port_by_pwwn_mutex_held()
4034 head = &port->fp_pwwn_table[index]; in fctl_hold_remote_port_by_pwwn()
4141 head = &port->fp_pwwn_table[index]; in fctl_fillout_map()
4198 head = &port->fp_pwwn_table[index]; in fctl_fillout_map()
5887 head = &port->fp_pwwn_table[index]; in fctl_remove_oldies()
5995 head = &port->fp_pwwn_table[index]; in fctl_lookup_pd_by_did()
[all …]
H A Dfp.c1023 port->fp_pwwn_table = kmem_zalloc(pwwn_table_size * in fp_attach_handler()
1246 if (port->fp_pwwn_table != NULL) { in fp_attach_handler()
1247 kmem_free(port->fp_pwwn_table, in fp_attach_handler()
1249 port->fp_pwwn_table = NULL; in fp_attach_handler()
1611 if (port->fp_pwwn_table) { in fp_detach_handler()
1612 kmem_free(port->fp_pwwn_table, pwwn_table_size * in fp_detach_handler()
1841 head = &port->fp_pwwn_table[index]; in fp_suspend_all()
3670 head = &port->fp_pwwn_table[index]; in fp_port_shutdown()
3692 head = &port->fp_pwwn_table[index]; in fp_port_shutdown()
4301 head = &port->fp_pwwn_table[index]; in fp_port_offline()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h517 struct pwwn_hash *fp_pwwn_table; member