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

/freebsd-10.1-release/lib/libmemstat/
H A Dmemstat_malloc.c89 list->mtl_error = MEMSTAT_ERROR_PERMISSION;
91 list->mtl_error = MEMSTAT_ERROR_DATAERROR;
95 list->mtl_error = MEMSTAT_ERROR_DATAERROR;
102 list->mtl_error = MEMSTAT_ERROR_PERMISSION;
104 list->mtl_error = MEMSTAT_ERROR_VERSION;
108 list->mtl_error = MEMSTAT_ERROR_DATAERROR;
117 list->mtl_error = MEMSTAT_ERROR_NOMEMORY;
131 list->mtl_error = MEMSTAT_ERROR_PERMISSION;
133 list->mtl_error = MEMSTAT_ERROR_VERSION;
144 list->mtl_error
[all...]
H A Dmemstat_uma.c98 list->mtl_error = MEMSTAT_ERROR_PERMISSION;
100 list->mtl_error = MEMSTAT_ERROR_DATAERROR;
104 list->mtl_error = MEMSTAT_ERROR_DATAERROR;
111 list->mtl_error = MEMSTAT_ERROR_PERMISSION;
113 list->mtl_error = MEMSTAT_ERROR_VERSION;
117 list->mtl_error = MEMSTAT_ERROR_DATAERROR;
126 list->mtl_error = MEMSTAT_ERROR_NOMEMORY;
140 list->mtl_error = MEMSTAT_ERROR_PERMISSION;
142 list->mtl_error = MEMSTAT_ERROR_VERSION;
153 list->mtl_error
[all...]
H A Dmemstat_internal.h117 int mtl_error; member in struct:memory_type_list
H A Dmemstat.c76 mtlp->mtl_error = MEMSTAT_ERROR_UNDEFINED;
119 return (list->mtl_error);

Completed in 48 milliseconds