Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h502 uchar_t fp_sym_port_namelen; /* Symb port name len */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c895 if (port->fp_sym_port_namelen == 0) { in fp_init_symbolic_names()
899 port->fp_sym_port_namelen = strlen(pathname); in fp_init_symbolic_names()
900 if (port->fp_sym_port_namelen >= FCHBA_SYMB_NAME_LEN) { in fp_init_symbolic_names()
901 port->fp_sym_port_namelen = FCHBA_SYMB_NAME_LEN; in fp_init_symbolic_names()
904 port->fp_sym_port_namelen); in fp_init_symbolic_names()
5495 name_len = port->fp_sym_port_namelen; in fp_ns_reg()
7876 port->fp_sym_port_namelen); in fp_fciocmd()
13876 port->fp_sym_port_namelen = port_namelen; in fp_bind_callbacks()
H A Dfctl.c5102 port->fp_sym_port_namelen = spn->spn_len; in fctl_update_host_ns_values()
5186 spn->spn_len = port->fp_sym_port_namelen; in fctl_retrieve_host_ns_values()