Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102649938
D42585.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42585.diff
View Options
diff --git a/sys/dev/ocs_fc/ocs_hw.c b/sys/dev/ocs_fc/ocs_hw.c
--- a/sys/dev/ocs_fc/ocs_hw.c
+++ b/sys/dev/ocs_fc/ocs_hw.c
@@ -7740,7 +7740,7 @@
* context.
* - OCS_HW_RTN_ERROR on any other error.
*/
-int32_t
+ocs_hw_rtn_e
ocs_hw_get_active_profile(ocs_hw_t *hw, ocs_get_active_profile_cb_t cb, void* ul_arg)
{
uint8_t *mbxdata;
@@ -7837,7 +7837,7 @@
* context.
* - OCS_HW_RTN_ERROR on any other error.
*/
-int32_t
+ocs_hw_rtn_e
ocs_hw_get_nvparms(ocs_hw_t *hw, ocs_get_nvparms_cb_t cb, void* ul_arg)
{
uint8_t *mbxdata;
@@ -7934,7 +7934,7 @@
* context.
* - OCS_HW_RTN_ERROR on any other error.
*/
-int32_t
+ocs_hw_rtn_e
ocs_hw_set_nvparms(ocs_hw_t *hw, ocs_set_nvparms_cb_t cb, uint8_t *wwpn,
uint8_t *wwnn, uint8_t hard_alpa, uint32_t preferred_d_id, void* ul_arg)
{
@@ -8099,7 +8099,7 @@
* context.
* - OCS_HW_RTN_ERROR on any other error.
*/
-int32_t
+ocs_hw_rtn_e
ocs_hw_set_active_profile(ocs_hw_t *hw, ocs_set_active_profile_cb_t cb, uint32_t profile_id, void* ul_arg)
{
uint8_t *mbxdata;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 8:24 AM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14655847
Default Alt Text
D42585.diff (1 KB)
Attached To
Mode
D42585: ocs: Fix a couple of type mismatches in function prototypes
Attached
Detach File
Event Timeline
Log In to Comment