ocs_hw_profile_list_t
ocs_hw_profile_list_t *list;
list = ocs_malloc(hw->os, sizeof(ocs_hw_profile_list_t), OCS_M_ZERO);
typedef void (*ocs_get_profile_list_cb_t)(int32_t status, ocs_hw_profile_list_t*, void *arg);
ocs_hw_profile_list_t *list;
ocs_mgmt_get_profile_list_cb(int32_t status, ocs_hw_profile_list_t *list, void *ul_arg)
ocs_free(ocs, result.list, sizeof(ocs_hw_profile_list_t));