Lines Matching defs:resultsp

644     hp_node_t *resultsp)
695 *resultsp = root;
717 hp_node_t *resultsp)
730 if ((node == NULL) || (resultsp == NULL) ||
768 *resultsp = root;
782 hp_node_t *resultsp)
792 "state_priv=%s, resultsp=%p\n", (void *)node, flags, state,
793 state_priv ? state_priv : "NULL", (void *)resultsp);
796 if ((node == NULL) || (resultsp == NULL) ||
853 *resultsp = root;
867 hp_set_private(hp_node_t node, const char *options, char **resultsp)
876 i_hp_dprintf("hp_set_private: node=%p, options=%p, resultsp=%p\n",
877 (void *)node, (void *)options, (void *)resultsp);
880 if ((node == NULL) || (options == NULL) || (resultsp == NULL)) {
892 *resultsp = NULL;
913 *resultsp = values;
927 hp_get_private(hp_node_t node, const char *options, char **resultsp)
936 i_hp_dprintf("hp_get_private: node=%p, options=%p, resultsp=%p\n",
937 (void *)node, (void *)options, (void *)resultsp);
940 if ((node == NULL) || (options == NULL) || (resultsp == NULL)) {
952 *resultsp = NULL;
973 *resultsp = values;
986 hp_install(hp_node_t node, uint_t flags, hp_node_t *resultsp)
995 i_hp_dprintf("hp_install: node=%p, flags=0x%x, resultsp=%p\n",
996 (void *)node, flags, (void *)resultsp);
999 if ((node == NULL) || (resultsp == NULL)) {
1029 *resultsp = root;
1042 hp_uninstall(hp_node_t node, uint_t flags, hp_node_t *resultsp)
1051 i_hp_dprintf("hp_uninstall: node=%p, flags=0x%x, resultsp=%p\n",
1052 (void *)node, flags, (void *)resultsp);
1055 if ((node == NULL) || (resultsp == NULL)) {
1085 *resultsp = root;
1093 hp_create_port(hp_node_t node, const char *cn_name, hp_node_t *resultsp)
1118 *resultsp = NULL;
1130 *resultsp = root;
1137 hp_remove_port(hp_node_t node, hp_node_t *resultsp)
1162 *resultsp = NULL;
1174 *resultsp = root;
1696 i_hp_call_hotplugd(nvlist_t *args, nvlist_t **resultsp)
1707 *resultsp = NULL;
1793 *resultsp = results;