Searched refs:dcd_node_props (Results 1 – 1 of 1) sorted by relevance
2818 struct dcd_nodeprops dcd_node_props; in node_get_uuid_props() local2853 dcd_node_props.str_create_phase_fxn = NULL; in node_get_uuid_props()2854 dcd_node_props.str_execute_phase_fxn = NULL; in node_get_uuid_props()2855 dcd_node_props.str_delete_phase_fxn = NULL; in node_get_uuid_props()2856 dcd_node_props.str_i_alg_name = NULL; in node_get_uuid_props()2860 (struct dcd_genericobj *)&dcd_node_props); in node_get_uuid_props()2863 *node_props = dcd_node_props.ndb_props; in node_get_uuid_props()2864 kfree(dcd_node_props.str_create_phase_fxn); in node_get_uuid_props()2866 kfree(dcd_node_props.str_execute_phase_fxn); in node_get_uuid_props()2868 kfree(dcd_node_props.str_delete_phase_fxn); in node_get_uuid_props()[all …]