Searched refs:first (Results 1 – 6 of 6) sorted by relevance
/hurd/hurd/ |
A D | ioctl.h | 56 #define _HURD_HANDLE_IOCTLS_1(handler, first, last, moniker) \ argument 59 { _IOC_NOTYPE (first), _IOC_NOTYPE (last), \ 63 #define _HURD_HANDLE_IOCTLS(handler, first, last) \ argument 64 _HURD_HANDLE_IOCTLS_1 (handler, first, last, first##_to_##last)
|
A D | sigpreempt.h | 36 unsigned long int first, last; /* Range of sigcode values preempted. */ member 73 unsigned long int first, unsigned long int last,
|
/hurd/ |
A D | hurdfault.h | 32 _hurdsig_fault_preemptor.first = (long int) (firstcode), \
|
A D | Depend | 4 # first (and mach before hurd, at that). The before-compile additions in
|
A D | catch-signal.c | 26 unsigned long int first, unsigned long int last, in __hurd_catch_signal() argument 39 sigset, first, last, in __hurd_catch_signal()
|
A D | hurdsig.c | 1640 _hurdsig_fault_preemptor.first = (long int) p; in _hurdsig_getenv() 1653 _hurdsig_fault_preemptor.first = (long int) ++ep; in _hurdsig_getenv()
|
Completed in 11 milliseconds