Searched refs:wrap32 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/fs/procfs/
H A Dprocfs_fpregs.c64 #define PROC(d, w, t, r) wrap32 ? \
67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \
83 int wrap32 = 0; local
107 wrap32 = 1;
H A Dprocfs_regs.c64 #define PROC(d, w, t, r) wrap32 ? \
67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \
83 int wrap32 = 0; local
107 wrap32 = 1;
H A Dprocfs_dbregs.c70 #define PROC(d, w, t, r) wrap32 ? \
73 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \
89 int wrap32 = 0; local
109 wrap32 = 1;
H A Dprocfs_map.c93 bool wrap32; local
106 wrap32 = false;
110 wrap32 = true;
210 wrap32 ? NULL : obj, /* Hide 64 bit value */
/freebsd-current/sys/kern/
H A Dsys_process.c762 #define PROC_READ(w, t, a) wrap32 ? \
765 #define PROC_WRITE(w, t, a) wrap32 ? \
863 int wrap32 = 0, safe = 0; local
953 wrap32 = 1;
1176 || (wrap32 && !safe)
1192 || (wrap32 && !safe)

Completed in 191 milliseconds