Searched refs:port2 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 163 static char port2[MAXNAMELEN] = {NULL}; in q_qlgc_update() local 319 (void) strcpy(port2, ptr1); in q_qlgc_update() 320 if (strcmp(port1, port2) == 0) { in q_qlgc_update() 374 (void) strcpy(port1, port2); in q_qlgc_update()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_rules.c | 249 ports2str(short port1, short port2, char *buf, const int sz) in ports2str() argument 251 if (port2 <= port1) in ports2str() 254 (void) snprintf(buf, sz, "port=%d-%d", port1, port2); in ports2str()
|
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 2263 yge_port_t *port2; in yge_intr() local 2277 port2 = dev->d_port[YGE_PORT_B]; in yge_intr() 2304 dispatch_wrk |= yge_intr_gmac(port2); in yge_intr() 2308 yge_error(NULL, status & Y2_IS_CHK_RX1 ? port1 : port2, in yge_intr() 2315 yge_error(NULL, status & Y2_IS_CHK_TXA1 ? port1 : port2, in yge_intr() 2356 if (port2->p_running) { in yge_intr() 2358 yge_txeof(port2, txindex[1]); in yge_intr() 2361 mac_rx(port2->p_mh, NULL, heads[1]); in yge_intr()
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | scn.c | 1569 uint32_t port2 in connect_to() argument 1583 tcp = (port2 & 0x10000) == 0 ? 1 : 0; in connect_to() 1584 port = (uint16_t)(port2 & 0xFFFF); in connect_to()
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txc_hw.h | 287 uint32_t port2:4; member 297 uint32_t port2:4;
|