Searched refs:nextport (Results 1 – 7 of 7) sorted by relevance
61 uint_t nextport; variable130 for (i = 0; i < nextport; i++) { in find_by_linkid()191 for (posn = 0; posn < nextport; posn++) { in update_port()201 sizeof (*newarr) * (nextport + ALLOCINCR)); in update_port()205 sizeof (*fds) * (nextport + ALLOCINCR + FDOFFSET)); in update_port()213 numports = nextport + ALLOCINCR; in update_port()220 if (posn == nextport) { in update_port()233 nextport++; in update_port()314 if (posn + 1 == nextport) { in update_port()316 nextport--; in update_port()[all …]
67 if (port_index > nextport || port_index < 0) in flush_lt()107 if (port_index > nextport || port_index <= 0) in get_port_mac()118 if (port_index > nextport || port_index == 0) in get_port_oper_speed()129 if (port_index > nextport || port_index <= 0) { in get_port_link_status()146 if (port_index > nextport || port_index <= 0) in get_duplex()179 if (port_index > nextport || port_index <= 0) in set_port_state()240 if (port_index > nextport || port_index <= 0) in tx_bpdu()260 if (port_index > nextport || port_index <= 0) in get_port_name()284 if (port_index > nextport || port_index <= 0) in get_init_port_cfg()
97 if (nextport == 0) { in bridge_door_server()102 rlen = sizeof (int) + nextport * sizeof (datalink_id_t); in bridge_door_server()105 for (i = nports = 0; i < nextport; i++) { in bridge_door_server()
100 extern uint_t nextport;
289 in_port_t nextport; in tcp_get_next_priv_port() local301 (nextport = tsol_next_port(crgetzone(tcp->tcp_connp->conn_cred), in tcp_get_next_priv_port()303 next_priv_port = nextport; in tcp_get_next_priv_port()
362 in_port_t nextport; in udp_get_next_priv_port() local376 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred), in udp_get_next_priv_port()378 next_priv_port = nextport; in udp_get_next_priv_port()2528 in_port_t nextport; in udp_update_next_port() local2584 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred), in udp_update_next_port()2586 port = nextport; in udp_update_next_port()
7581 fc_local_port_t *nextport = tmpport->fp_port_next; in fp_fciocmd() local7604 nextport->fp_port_prev = prevport; in fp_fciocmd()7605 prevport->fp_port_next = nextport; in fp_fciocmd()