Home
last modified time | relevance | path

Searched refs:fp_sym_port_namelen (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h502 uchar_t fp_sym_port_namelen; /* Symb port name len */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c894 if (port->fp_sym_port_namelen == 0) { in fp_init_symbolic_names()
898 port->fp_sym_port_namelen = strlen(pathname); in fp_init_symbolic_names()
899 if (port->fp_sym_port_namelen >= FCHBA_SYMB_NAME_LEN) { in fp_init_symbolic_names()
900 port->fp_sym_port_namelen = FCHBA_SYMB_NAME_LEN; in fp_init_symbolic_names()
903 port->fp_sym_port_namelen); in fp_init_symbolic_names()
5494 name_len = port->fp_sym_port_namelen; in fp_ns_reg()
7875 port->fp_sym_port_namelen); in fp_fciocmd()
13872 port->fp_sym_port_namelen = port_namelen; in fp_bind_callbacks()
H A Dfctl.c5101 port->fp_sym_port_namelen = spn->spn_len; in fctl_update_host_ns_values()
5185 spn->spn_len = port->fp_sym_port_namelen; in fctl_retrieve_host_ns_values()