Home
last modified time | relevance | path

Searched refs:map_node (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
Daic79xx.h553 struct map_node { struct
557 SLIST_ENTRY(map_node) links; argument
632 struct map_node *hscb_map;
633 struct map_node *sg_map;
634 struct map_node *sense_map;
680 SLIST_HEAD(, map_node) hscb_maps;
681 SLIST_HEAD(, map_node) sg_maps;
682 SLIST_HEAD(, map_node) sense_maps;
1107 struct map_node *next_queued_hscb_map;
1262 struct map_node shared_data_map;
Daic79xx_inline.h740 struct map_node *q_hscb_map; in ahd_swap_with_next_hscb()
Daic79xx.c5814 struct map_node *sns_map; in ahd_fini_scbdata()
5829 struct map_node *sg_map; in ahd_fini_scbdata()
5844 struct map_node *hscb_map; in ahd_fini_scbdata()
6069 struct map_node *hscb_map; in ahd_alloc_scbs()
6070 struct map_node *sg_map; in ahd_alloc_scbs()
6071 struct map_node *sense_map; in ahd_alloc_scbs()
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Devmap.c80 HT_ENTRY(event_map_entry) map_node;
109 HT_PROTOTYPE(event_io_map, event_map_entry, map_node, hashsocket, eqsocket) in HT_PROTOTYPE() argument
110 HT_GENERATE(event_io_map, event_map_entry, map_node, hashsocket, eqsocket, in HT_PROTOTYPE()
125 HT_FIND_OR_INSERT_(event_io_map, map_node, hashsocket, map, \
136 HT_FOI_INSERT_(map_node, map, &key_, ent_, ptr) \