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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2262 struct fcip_routing_table *frtp; local
2426 frtp = fptr->fcip_rtable[index];
2427 while (frtp) {
2428 frtp->fcipr_state = PORT_DEVICE_INVALID;
2429 frtp = frtp->fcipr_next;
4921 struct fcip_routing_table *frtp, *frtp_next; local
4922 frtp = fptr->fcip_rtable[index];
4923 while (frtp) {
4924 frtp_next = frtp
7202 struct fcip_routing_table *frtp; local
7425 struct fcip_routing_table *frtp, *frtp_next, *frtp_prev; local
[all...]

Completed in 57 milliseconds