Searched refs:hash_lookup_entry (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 284 static picl_errno_t hash_lookup_entry(picl_nodehdl_t, void **); 715 if (hash_lookup_entry(nodeh, (void **)&hashptr) != PICL_SUCCESS) { in frutree_dr_apstate_change_evhandler() 765 if (hash_lookup_entry(childh, (void **)&hashptr) == in frutree_dr_apstate_change_evhandler() 918 if (hash_lookup_entry(nodeh, (void **)&hashptr) != PICL_SUCCESS) { in frutree_dr_req_evhandler() 987 if (hash_lookup_entry(nodeh, (void **)&hashptr) != PICL_SUCCESS) { in frutree_cpu_state_change_evhandler() 1385 hash_lookup_entry(picl_nodehdl_t hdl, void **nodepp) in hash_lookup_entry() function 1945 if ((rc = hash_lookup_entry(rarg->nodeh, (void **)&hashptr)) != in get_loc_state() 2066 if ((rc = hash_lookup_entry(loch, (void **)&hashptr)) != in update_fru_state() 2192 if ((rc = hash_lookup_entry(loch, (void **)&hashptr)) != in update_fru_condition() 2271 if ((rc = hash_lookup_entry(rarg->nodeh, (void **)&hashptr)) != in get_fru_state() [all …]
|