HomeSort by: relevance | last modified time | path
    Searched defs:_entry (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/ofppc/stand/ofwboot/
ofwstart.S 34 .globl _entry
35 _entry: label
ofwstart.S 34 .globl _entry
35 _entry: label
  /src/usr.bin/man/
manconf.h 45 TAILQ_HEAD(tqh, _entry) entrylist; /* Queue of entries */
51 typedef struct _entry { struct
52 TAILQ_ENTRY(_entry) q; /* Queue of entries */
manconf.h 45 TAILQ_HEAD(tqh, _entry) entrylist; /* Queue of entries */
51 typedef struct _entry { struct
52 TAILQ_ENTRY(_entry) q; /* Queue of entries */
  /src/usr.bin/chpass/
chpass.h 36 typedef struct _entry { struct
38 int (*func)(const char *, struct passwd *, struct _entry *), restricted, len;
chpass.h 36 typedef struct _entry { struct
38 int (*func)(const char *, struct passwd *, struct _entry *), restricted, len;
  /src/sys/external/bsd/drm2/dist/drm/
drm_context.c 191 struct drm_map_list *_entry; local in function:drm_legacy_getsareactx
206 list_for_each_entry(_entry, &dev->maplist, head) {
207 if (_entry->map == map) {
209 (void *)(unsigned long)_entry->user_token;
drm_context.c 191 struct drm_map_list *_entry; local in function:drm_legacy_getsareactx
206 list_for_each_entry(_entry, &dev->maplist, head) {
207 if (_entry->map == map) {
209 (void *)(unsigned long)_entry->user_token;
drm_bufs.c 421 struct drm_map_list *_entry; local in function:drm_legacy_findmap
422 list_for_each_entry(_entry, &dev->maplist, head)
423 if (_entry->user_token == token)
424 return _entry->map;
drm_bufs.c 421 struct drm_map_list *_entry; local in function:drm_legacy_findmap
422 list_for_each_entry(_entry, &dev->maplist, head)
423 if (_entry->user_token == token)
424 return _entry->map;
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 559 struct drm_map_list *_entry; local in function:mga_do_agp_dma_bootstrap
562 list_for_each_entry(_entry, &dev->maplist, head) {
563 if (_entry->map == dev->agp_buffer_map)
564 agp_token = _entry->user_token;
mga_dma.c 559 struct drm_map_list *_entry; local in function:mga_do_agp_dma_bootstrap
562 list_for_each_entry(_entry, &dev->maplist, head) {
563 if (_entry->map == dev->agp_buffer_map)
564 agp_token = _entry->user_token;
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 571 struct drm_map_list *_entry; local in function:mga_do_agp_dma_bootstrap
574 list_for_each_entry(_entry, &dev->maplist, head) {
575 if (_entry->map == dev->agp_buffer_map)
576 agp_token = _entry->user_token;
mga_dma.c 571 struct drm_map_list *_entry; local in function:mga_do_agp_dma_bootstrap
574 list_for_each_entry(_entry, &dev->maplist, head) {
575 if (_entry->map == dev->agp_buffer_map)
576 agp_token = _entry->user_token;

Completed in 30 milliseconds