Searched defs:UIOMOVE_FROMBUF (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/fs/procfs/
H A Dprocfs_fpregs.c67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro
72 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
H A Dprocfs_regs.c67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro
72 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
H A Dprocfs_dbregs.c73 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro
78 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro

Completed in 136 milliseconds