Searched defs:UIOMOVE_FROMBUF (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/procfs/ |
H A D | procfs_dbregs.c | 73 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro 78 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
|
H A D | procfs_fpregs.c | 67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro 72 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
|
H A D | procfs_regs.c | 67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro 72 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
|