Lines Matching defs:from

23  *	  products derived from this software without specific prior written
404 * The requested amount of data is then read from the tape device and written
880 * Do not change the mover position if we are reading from
904 * amount of data is then read from the tape device and written to the
1430 * can be written directly from user supplied location.
1526 * Reads data from the local tape device.
1616 * Copy from the data buffer first.
1702 * Reads data from the remote mover.
1768 * excess data from the seek has to be discardd.
2026 * The requested amount of data is then read from the tape device and
2090 * will be read from tape.
2191 * Accept a data connection from a data server.
2208 struct sockaddr_in from;
2211 from_len = sizeof (from);
2212 session->ns_mover.md_sock = accept(fd, (struct sockaddr *)&from,
2235 inet_ntoa(IN_ADDR(from.sin_addr.s_addr)),
2236 ntohs(from.sin_port));
2239 inet_ntoa(IN_ADDR(from.sin_addr.s_addr)),
2240 ntohs(from.sin_port));
2251 * Reads a data record from tape. Detects and handles EOT conditions.
2309 /* Retry the read from the new tape. */
2377 * Read and discard data from the data connection.
2379 * reading all of the data from the previous seek.
2413 * Read one buffer from the tape. This is used by mover_tape_reader
2433 * Remove the file handler to prevent this function from
2465 NDMP_LOG(LOG_DEBUG, "read %d bytes from tape", n);
2627 * function from getting called. The next mover_read request
2646 * from the tape to the data server through the network socket.
2801 * Read one buffer from the network socket for the mover. This is used
2867 * Mover socket reader thread. This is used when reading data from the
3007 * in a 3-way configuration. It writes the data from network socket to
3615 * can be written directly from user supplied location.
3677 * Reads backup data from the data connection and writes the
3716 NDMP_LOG(LOG_ERR, "Failed to read from socket: %m");
3757 * Reads a data record from tape. Detects and handles EOT conditions.
3796 * trying to read from blank tape is NDMP_EOM_ERR.
3846 /* Retry the read from new location */
3856 * Reads backup data from the tape device and writes the
3882 * Remove the file handler to prevent this function from
3922 "read %u bytes from tape", n);
4011 * will read more data from the tape device into the buffer.
4021 * function from getting called. The next mover_read request
4032 * Accept a data connection from a data server.
4050 struct sockaddr_in from;
4052 from_len = sizeof (from);
4053 session->ns_mover.md_sock = accept(fd, (struct sockaddr *)&from,
4056 NDMP_LOG(LOG_DEBUG, "sin: port %d addr %s", ntohs(from.sin_port),
4057 inet_ntoa(IN_ADDR(from.sin_addr.s_addr)));
4072 session->ns_mover.md_data_addr.tcp_ip_v3 = from.sin_addr.s_addr;
4073 session->ns_mover.md_data_addr.tcp_port_v3 = ntohs(from.sin_port);
4079 * Backup/restore is handled by a callback called from main event loop,
4102 inet_ntoa(IN_ADDR(from.sin_addr.s_addr)),
4103 ntohs(from.sin_port));
4106 inet_ntoa(IN_ADDR(from.sin_addr.s_addr)),
4107 ntohs(from.sin_port));
4178 * Backup/restore is handled by a callback called from main event loop,
4208 * Reads data from the local tape device.
4290 * Copy from the data buffer first.