Searched defs:ndmpd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_main.c50 #include "ndmpd.h"
60 typedef struct ndmpd { struct
65 ndmpd_t ndmpd; variable
209 * Check for existing ndmpd door server (make sure ndmpd is not already
213 /* ndmpd is already running, exit. */
214 (void) fprintf(stderr, "ndmpd is already running.\n");
301 NDMP_LOG(LOG_ERR, "Can not start ndmpd door server.");
317 while (!ndmpd.s_shutdown_flag) {
320 switch (ndmpd
[all...]

Completed in 57 milliseconds