Searched refs:port2 (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c156 * The variables port1 and port2 are used to store the bus id
163 static char port2[MAXNAMELEN] = {NULL}; local
319 (void) strcpy(port2, ptr1);
320 if (strcmp(port1, port2) == 0) {
374 (void) strcpy(port1, port2);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c248 ports2str(short port1, short port2, char *buf, const int sz) argument
250 if (port2 <= port1)
253 (void) snprintf(buf, sz, "port=%d-%d", port1, port2);
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c1558 * port2- the port info.
1569 uint32_t port2
1583 tcp = (port2 & 0x10000) == 0 ? 1 : 0;
1584 port = (uint16_t)(port2 & 0xFFFF);
/opensolaris-onvv-gate/usr/src/uts/common/io/yge/
H A Dyge.c2263 yge_port_t *port2; local
2277 port2 = dev->d_port[YGE_PORT_B];
2304 dispatch_wrk |= yge_intr_gmac(port2);
2308 yge_error(NULL, status & Y2_IS_CHK_RX1 ? port1 : port2,
2315 yge_error(NULL, status & Y2_IS_CHK_TXA1 ? port1 : port2,
2356 if (port2->p_running) {
2358 yge_txeof(port2, txindex[1]);
2361 mac_rx(port2->p_mh, NULL, heads[1]);
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h287 uint32_t port2:4; member in struct:_txc_max_reorder_t::__anon8726::__anon8727
297 uint32_t port2:4;

Completed in 193 milliseconds