OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sg_maps
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
aic79xxvar.h
679
SLIST_HEAD(, map_node)
sg_maps
;
member in struct:scb_data
aic7xxxvar.h
733
SLIST_HEAD(, sg_map_node)
sg_maps
;
member in struct:scb_data
aic7xxx.c
4175
SLIST_INIT(&scb_data->
sg_maps
);
4271
while ((sg_map = SLIST_FIRST(&scb_data->
sg_maps
))!= NULL) {
4272
SLIST_REMOVE_HEAD(&scb_data->
sg_maps
, links);
4335
SLIST_INSERT_HEAD(&scb_data->
sg_maps
, sg_map, links);
aic79xx.c
5417
SLIST_INIT(&scb_data->
sg_maps
);
5524
while ((sg_map = SLIST_FIRST(&scb_data->
sg_maps
)) != NULL) {
5525
SLIST_REMOVE_HEAD(&scb_data->
sg_maps
, links);
5804
sg_map = SLIST_FIRST(&scb_data->
sg_maps
);
5827
SLIST_INSERT_HEAD(&scb_data->
sg_maps
, sg_map, links);
Completed in 42 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026