Home
last modified time | relevance | path

Searched refs:MPS_DIAG_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mps/
H A Dmps_user.c1235 status = MPS_DIAG_SUCCESS; in mps_post_fw_diag_buffer()
1325 status = MPS_DIAG_SUCCESS; in mps_release_fw_diag_buffer()
1397 return (MPS_DIAG_SUCCESS); in mps_diag_register()
1557 status = MPS_DIAG_SUCCESS; in mps_diag_unregister()
1568 if (status == MPS_DIAG_SUCCESS) { in mps_diag_unregister()
1655 return (MPS_DIAG_SUCCESS); in mps_diag_query()
1718 status = MPS_DIAG_SUCCESS; in mps_diag_read_buffer()
1777 int status = MPS_DIAG_SUCCESS; in mps_do_diag_action()
1823 if (status == MPS_DIAG_SUCCESS) in mps_do_diag_action()
1842 if (status == MPS_DIAG_SUCCESS) { in mps_do_diag_action()
[all …]
H A Dmps_ioctl.h261 #define MPS_DIAG_SUCCESS 0 macro