Home | History | Annotate | Download | only in backends

Lines Matching full:ulong

33    defines macros ULONG, [PUG]ID_T, and ALIGN_*, TYPE_*.
47 # define PR_REG ULONG
74 FIELD (ULONG, tv_sec);
75 FIELD (ULONG, tv_usec);
81 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2)
83 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2)
91 FIELD (ULONG, pr_sigpend);
92 FIELD (ULONG, pr_sighold);
121 FIELD (ULONG, pr_flag);
152 FIELD (signal2, ULONG, sigpend, 'B'),
153 FIELD (signal3, ULONG, sighold, 'B'),
186 FIELD (state, ULONG, flag, 'x'),