| /openbsd-src/sys/uvm/ |
| H A D | uvm.h | 137 #define VMMAP_FREE_START(_entry) ((_entry)->end + (_entry)->guard) argument 138 #define VMMAP_FREE_END(_entry) ((_entry)->end + (_entry)->guard + \ argument 139 (_entry)->fspace)
|
| H A D | uvm_map.h | 95 #define UVM_MAP_CLIP_START(_map, _entry, _addr) \ argument 97 KASSERT((_entry)->end + (_entry)->fspace > (_addr)); \ 98 if ((_entry)->start < (_addr)) \ 99 uvm_map_clip_start((_map), (_entry), (_addr)); \ 109 #define UVM_MAP_CLIP_END(_map, _entry, _addr) \ argument 111 KASSERT((_entry)->start < (_addr)); \ 112 if ((_entry)->end > (_addr)) \ 113 uvm_map_clip_end((_map), (_entry), (_addr)); \
|
| H A D | uvm_map.c | 553 #define DEAD_ENTRY_PUSH(_headptr, _entry) \ argument 554 dead_entry_push((_headptr), (_entry))
|
| /openbsd-src/usr.sbin/cron/ |
| H A D | structs.h | 24 typedef struct _entry { struct 25 SLIST_ENTRY(_entry) entries; 56 SLIST_HEAD(crontab_list, _entry) crontab; /* this person's crontab */ argument
|
| /openbsd-src/usr.bin/chpass/ |
| H A D | chpass.h | 37 typedef struct _entry { struct 39 int (*func)(char *, struct passwd *, struct _entry *); argument 40 len_entry global() argument 41 save_entry global() argument
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_context.c | 179 struct drm_map_list *_entry; in drm_legacy_getsareactx() local 193 list_for_each_entry(_entry, &dev->maplist, head) { in drm_legacy_getsareactx() 194 if (_entry->map == map) { in drm_legacy_getsareactx() 196 (void *)(unsigned long)_entry->user_token; in drm_legacy_getsareactx()
|
| H A D | drm_bufs.c | 396 struct drm_map_list *_entry; in drm_legacy_findmap() local 398 list_for_each_entry(_entry, &dev->maplist, head) in drm_legacy_findmap() 399 if (_entry->user_token == token) in drm_legacy_findmap() 400 return _entry->map; in drm_legacy_findmap()
|
| /openbsd-src/sys/dev/usb/dwc2/ |
| H A D | dwc2_core.h | 222 #define call_gadget(_hs, _entry) \ argument 225 (_hs)->driver && (_hs)->driver->_entry) { \ 227 (_hs)->driver->_entry(&(_hs)->gadget); \ 232 #define call_gadget(_hs, _entry) do {} while (0) argument
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ChangeLog-9697 | 343 * elf64-sparc.c (struct plt_template, plt_*_header, plt_*_entry,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ChangeLog-9697 | 343 * elf64-sparc.c (struct plt_template, plt_*_header, plt_*_entry,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 4429 def _entry : Flag<["--"], "entry">, Alias<e>;
|