Searched defs:mover (Results 1 - 2 of 2) 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 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...]

Completed in 59 milliseconds