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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c84 static int get_envmon_node(picl_nodehdl_t *envmoninfh);
85 static char *create_envmon_pathname(picl_nodehdl_t envmoninfh);
431 get_envmon_node(picl_nodehdl_t *envmoninfh) argument
439 envmoninfh)) != PICL_SUCCESS) {
445 get_node_list_by_class(*envmoninfh, PICL_CLASS_SERVICE_PROCESSOR,
449 *envmoninfh = 0;
453 *envmoninfh = listp->head->nodeh;
461 create_envmon_pathname(picl_nodehdl_t envmoninfh) argument
477 if (ptree_get_propval_by_name(envmoninfh, PICL_PROP_DEVFS_PATH,
1558 picl_nodehdl_t envmoninfh; local
1722 picl_nodehdl_t envmoninfh; local
[all...]

Completed in 62 milliseconds