tx_fd             405 arch/um/drivers/vector_kern.c 						 vp->fds->tx_fd,
tx_fd             902 arch/um/drivers/vector_kern.c 		vp->fds->tx_fd,
tx_fd            1047 arch/um/drivers/vector_kern.c 		if ((vp->fds->rx_fd != vp->fds->tx_fd) && (vp->tx_irq != 0))
tx_fd            1048 arch/um/drivers/vector_kern.c 			deactivate_fd(vp->fds->tx_fd, vp->tx_irq);
tx_fd            1145 arch/um/drivers/vector_kern.c 	if (vp->fds->tx_fd > 0) {
tx_fd            1146 arch/um/drivers/vector_kern.c 		os_close_file(vp->fds->tx_fd);
tx_fd            1147 arch/um/drivers/vector_kern.c 		vp->fds->tx_fd = -1;
tx_fd            1253 arch/um/drivers/vector_kern.c 			irq_rr + VECTOR_BASE_IRQ, vp->fds->tx_fd,
tx_fd             403 arch/um/drivers/vector_transports.c 		if (!uml_raw_enable_vnet_headers(vp->fds->tx_fd))
tx_fd             440 arch/um/drivers/vector_transports.c 	if (uml_tap_enable_vnet_headers(vp->fds->tx_fd))
tx_fd             448 arch/um/drivers/vector_transports.c 	if (uml_tap_enable_vnet_headers(vp->fds->tx_fd)) {
tx_fd             207 arch/um/drivers/vector_user.c 	result->tx_fd = -1;
tx_fd             218 arch/um/drivers/vector_user.c 	result->tx_fd = fd;
tx_fd             245 arch/um/drivers/vector_user.c 	result->tx_fd = -1;
tx_fd             251 arch/um/drivers/vector_user.c 	result->tx_fd = create_tap_fd(iface);
tx_fd             252 arch/um/drivers/vector_user.c 	if (result->tx_fd < 0) {
tx_fd             253 arch/um/drivers/vector_user.c 		printk(UM_KERN_ERR "uml_tap: failed to create tun interface: %i\n", result->tx_fd);
tx_fd             339 arch/um/drivers/vector_user.c 	result->tx_fd = fd;
tx_fd             377 arch/um/drivers/vector_user.c 		result->tx_fd = txfd;
tx_fd             530 arch/um/drivers/vector_user.c 		result->tx_fd = fd;
tx_fd              63 arch/um/drivers/vector_user.h 	int tx_fd;
tx_fd             321 tools/spi/spidev_test.c 	int tx_fd;
tx_fd             328 tools/spi/spidev_test.c 	tx_fd = open(filename, O_RDONLY);
tx_fd             329 tools/spi/spidev_test.c 	if (tx_fd < 0)
tx_fd             340 tools/spi/spidev_test.c 	bytes = read(tx_fd, tx, sb.st_size);
tx_fd             347 tools/spi/spidev_test.c 	close(tx_fd);