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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c284 static picl_errno_t hash_lookup_entry(picl_nodehdl_t, void **);
715 if (hash_lookup_entry(nodeh, (void **)&hashptr) != PICL_SUCCESS) {
765 if (hash_lookup_entry(childh, (void **)&hashptr) ==
918 if (hash_lookup_entry(nodeh, (void **)&hashptr) != PICL_SUCCESS) {
987 if (hash_lookup_entry(nodeh, (void **)&hashptr) != PICL_SUCCESS) {
1385 hash_lookup_entry(picl_nodehdl_t hdl, void **nodepp) function
1945 if ((rc = hash_lookup_entry(rarg->nodeh, (void **)&hashptr)) !=
2066 if ((rc = hash_lookup_entry(loch, (void **)&hashptr)) !=
2192 if ((rc = hash_lookup_entry(loch, (void **)&hashptr)) !=
2271 if ((rc = hash_lookup_entry(rar
[all...]

Completed in 176 milliseconds