Searched refs:UIOMOVE_FROMBUF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/fs/procfs/ |
| D | procfs_dbregs.c | 78 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro 83 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro 122 error = UIOMOVE_FROMBUF(r, uio); in procfs_doprocdbregs()
|
| D | procfs_regs.c | 72 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro 77 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro 120 error = UIOMOVE_FROMBUF(r, uio); in procfs_doprocregs()
|
| D | procfs_fpregs.c | 72 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro 77 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro 120 error = UIOMOVE_FROMBUF(r, uio); in procfs_doprocfpregs()
|