Searched refs:ndmp_stat_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c68 static ndmp_stat_t *nstat;
71 static void dostats(ndmp_stat_t *, ndmp_stat_t *);
78 ndmp_stat_t *old = NULL;
126 if ((nstat = malloc(sizeof (ndmp_stat_t))) == NULL) {
143 if ((nstat = malloc(sizeof (ndmp_stat_t))) == NULL) {
173 dostats(ndmp_stat_t *old, ndmp_stat_t *new)
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dndmpd_door.h102 extern ndmp_stat_t ndstat;
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp.h331 } ndmp_stat_t; typedef in typeref:struct:ndmp_stat
346 extern int ndmp_get_stats(ndmp_stat_t *);
H A Dlibndmp.c368 ndmp_get_stats(ndmp_stat_t *statp)
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_door.c61 ndmp_stat_t ndstat;
H A Dndmpd.h719 extern ndmp_stat_t ndstat;

Completed in 258 milliseconds