Searched refs:data_in_buf (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_app.c | 1746 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_logdata() argument 1759 if ((rval = copyout(sc->log_data_buffer, data_in_buf, (num_entries * entry_sz)))) { in mpi3mr_get_logdata() 1781 void *data_in_buf, U32 data_in_sz) in mpi3mr_logdata_enable() argument 1808 if ((rval = copyout(&logdata_enable, data_in_buf, sizeof(logdata_enable)))) { in mpi3mr_logdata_enable() 1830 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_change_count() argument 1838 if ((rval = copyout(&chg_count, data_in_buf, sizeof(chg_count)))) { in mpi3mr_get_change_count() 1863 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_alltgtinfo() argument 1872 … struct mpi3mr_ioctl_all_tgtinfo *all_tgtinfo = (struct mpi3mr_ioctl_all_tgtinfo *)data_in_buf; in mpi3mr_get_alltgtinfo() 2014 if (copyout(&tgtinfo, karg->data_in_buf, sizeof(tgtinfo))) { in mpi3mr_get_tgtinfo() 2037 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_pciinfo() argument [all …]
|
H A D | mpi3mr_app.h | 133 void *data_in_buf; member
|