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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.h123 envmon_handle_t *envhandles; member in struct:__anon1119
H A Dpiclenvmon.c367 envmon_handle_t *envhandles; local
385 envhandles = calloc(maxnum, sizeof (envmon_handle_t));
387 if ((fru_types == NULL) || (envhandles == NULL) ||
390 free(envhandles);
396 free(handle_arr.envhandles);
397 handle_arr.envhandles = envhandles;
403 (void) memset(handle_arr.envhandles, 0,
426 handle_arr.envhandles = calloc(maxnum, sizeof (envmon_handle_t));
930 id = handle_arr.envhandles[inde
[all...]

Completed in 46 milliseconds