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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c7583 } ocs_hw_get_profile_list_cb_arg_t; typedef in typeref:struct:ocs_hw_get_profile_list_cb_arg_s
7606 ocs_hw_get_profile_list_cb_arg_t *cb_arg = arg;
7634 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_profile_list_cb_arg_t));
7664 ocs_hw_get_profile_list_cb_arg_t *cb_arg;
7681 cb_arg = ocs_malloc(hw->os, sizeof(ocs_hw_get_profile_list_cb_arg_t), OCS_M_NOWAIT);
7695 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_profile_list_cb_arg_t));
7707 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_profile_list_cb_arg_t));

Completed in 73 milliseconds