/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.h | 27 void (*transmit)P((struct nic *, const char *d, member
|
H A D | pnic.c | 250 nic->transmit = pnic_transmit; in pnic_probe()
|
H A D | 3c595.c | 513 nic->transmit = t595_transmit; in t595_probe()
|
H A D | epic100.c | 206 nic->transmit = epic100_transmit; in epic100_probe()
|
H A D | rtl8139.c | 227 nic->transmit = rtl_transmit; in rtl8139_probe()
|
H A D | davicom.c | 698 nic->transmit = davicom_transmit; in davicom_probe()
|
H A D | natsemi.c | 320 nic->transmit = natsemi_transmit; in natsemi_probe()
|
H A D | eepro100.c | 742 nic->transmit = eepro100_transmit; in eepro100_probe()
|
H A D | tlan.c | 918 nic->transmit = tlan_transmit; 924 nic->transmit = tlan_transmit;
|
H A D | r8169.c | 835 nic->transmit = r8169_transmit; in r8169_probe()
|
H A D | 3c90x.c | 955 nic->transmit = a3c90x_transmit; in a3c90x_probe()
|
H A D | w89c840.c | 700 nic->transmit = w89c840_transmit; in w89c840_probe()
|
/titanic_50/usr/src/lib/librstp/ |
H A D | Makefile.com | 31 times.o topoch.o transmit.o vector.o
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | port.c | 105 STP_STATE_MACH_IN_LIST(transmit); in STP_port_create() 112 this->transmit->ignoreHop2State = 3; /* IDLE */ in STP_port_create()
|
H A D | port.h | 65 STATE_MACH_T* transmit; /* 17.26 */ member
|
H A D | README.files | 44 transmit.c - Port Transmit State Machine 17.27
|
/titanic_50/usr/src/cmd/tip/ |
H A D | cmds.c | 39 void transmit(FILE *, char *, char *); 266 transmit(fd, value(EOFWRITE), NULL); in tip_sendfile() 280 transmit(FILE *fd, char *eofchars, char *command) in transmit() function 412 transmit(fd, "\04", line); in cu_put()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 51 The data is then sent over the INPUT-end (transmit-end) of the channel to the
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | vsw_ldc.h | 408 int (*transmit)(vsw_ldc_t *, mblk_t *); member
|
/titanic_50/usr/src/uts/common/io/ |
H A D | wscons.c | 1286 goto transmit; in wconsout() 1302 goto transmit; in wconsout() 1314 transmit: in wconsout()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | cu.c | 224 extern int conn(), altconn(), transmit(), tilda(); 596 Rtn_code = transmit(); 668 transmit() in transmit() function
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README | 115 Added transmit mutex locking to the 82547 workaround code. 270 4990064 e1000g leaks memory when it runs out of transmit descriptors 288 5067162 e1000g cannot transmit heavy UDP 590 6637659 e1000g has problem on transmit hardware checksum support 656 6589577 Huron does not discard and does transmit frames greater than maxFrameSize
|
H A D | README.new | 283 supported for both transmit and receive. 286 Both transmit and receive offloading will be either enabled or
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | README | 115 Added transmit mutex locking to the 82547 workaround code. 270 4990064 e1000g leaks memory when it runs out of transmit descriptors 288 5067162 e1000g cannot transmit heavy UDP 590 6637659 e1000g has problem on transmit hardware checksum support 656 6589577 Huron does not discard and does transmit frames greater than maxFrameSize
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_ldc.c | 2742 port->transmit = vsw_dringsend; in vsw_process_attr_info() 2746 port->transmit = vsw_descrsend; in vsw_process_attr_info() 4048 if (port->transmit != NULL) { in vsw_ldcsend() 4049 status = (*port->transmit)(ldcp, mp); in vsw_ldcsend() 4307 port->transmit = vsw_dringsend_shm; in vsw_send_dring_info()
|