Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1763 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_logdata() argument
1776 if ((rval = copyout(sc->log_data_buffer, data_in_buf, (num_entries * entry_sz)))) { in mpi3mr_get_logdata()
1798 void *data_in_buf, U32 data_in_sz) in mpi3mr_logdata_enable() argument
1825 if ((rval = copyout(&logdata_enable, data_in_buf, sizeof(logdata_enable)))) { in mpi3mr_logdata_enable()
1847 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_change_count() argument
1855 if ((rval = copyout(&chg_count, data_in_buf, sizeof(chg_count)))) { in mpi3mr_get_change_count()
1880 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_alltgtinfo() argument
1889 … struct mpi3mr_ioctl_all_tgtinfo *all_tgtinfo = (struct mpi3mr_ioctl_all_tgtinfo *)data_in_buf; in mpi3mr_get_alltgtinfo()
2031 if (copyout(&tgtinfo, karg->data_in_buf, sizeof(tgtinfo))) { in mpi3mr_get_tgtinfo()
2054 void *data_in_buf, U32 data_in_sz) in mpi3mr_get_pciinfo() argument
[all …]
H A Dmpi3mr_app.h133 void *data_in_buf; member