Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1736 * @data_in_buf: User buffer to copy the logdata entries
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()
1770 * @data_in_buf: User buffer to copy the max logdata entry count
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()
1819 * @data_in_buf: User buffer to copy the change count
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()
1850 * @data_in_buf
1863 mpi3mr_get_alltgtinfo(struct mpi3mr_softc * sc,void * data_in_buf,U32 data_in_sz) mpi3mr_get_alltgtinfo() argument
2037 mpi3mr_get_pciinfo(struct mpi3mr_softc * sc,void * data_in_buf,U32 data_in_sz) mpi3mr_get_pciinfo() argument
2070 mpi3mr_get_adpinfo(struct mpi3mr_softc * sc,void * data_in_buf,U32 data_in_sz) mpi3mr_get_adpinfo() argument
[all...]
H A Dmpi3mr_app.h133 void *data_in_buf; member