Searched refs:mover (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c61 mover(void *a) function
134 (void) pthread_create(&tid, NULL, mover, NULL);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmp.x1026 ndmp_mover_addr mover;
1327 ndmp_mover_addr mover;
1336 ndmp_mover_addr mover; /* mover to receive data */
1357 ndmp_mover_addr mover;
H A Dndmpd_mover.c60 * Maximum mover record size
126 * Status information for the mover state machine is returned.
198 reply.mover.addr_type = NDMP_ADDR_LOCAL;
206 reply.mover.addr_type = NDMP_ADDR_TCP;
207 reply.mover.ndmp_mover_addr_u.addr.ip_addr = htonl(addr);
208 reply.mover.ndmp_mover_addr_u.addr.port = htons(port);
400 * outside of the current window, the mover is paused and a notify_mover_paused
456 * Start the mover for restore in the 3-way backups.
540 * Status information for the mover state machine is returned.
623 "Invalid mover stat
1923 ndmp_mover_addr *mover = &session->ns_data.dd_mover; local
[all...]
H A Dndmpd_data.c117 reply.mover = session->ns_data.dd_mover;
149 session->ns_data.dd_mover = request->mover;
188 session->ns_data.dd_mover = request->mover;
407 "Connection to the mover is not established.");
653 * from a remote mover.
682 "Invalid mover state to process listen request.");
734 * or remote mover.
774 * Verify that the mover is listening for a
907 * or remote mover.
947 * Verify that the mover i
[all...]

Completed in 66 milliseconds