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

/freebsd-11.0-release/sys/fs/procfs/
H A Dprocfs_dbregs.c78 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro
83 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
H A Dprocfs_fpregs.c72 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro
77 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro
H A Dprocfs_regs.c72 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ macro
77 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) macro

Completed in 47 milliseconds