OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_group_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/acpitools/aml/
aml_name.c
66
struct aml_name_group *
name_group_list
= &root_group;
variable in typeref:struct:aml_name_group *
248
result->next =
name_group_list
;
249
name_group_list
= result;
258
previous =
name_group_list
;
260
name_group_list
= target->next;
293
newname->chain =
name_group_list
->head;
294
name_group_list
->head = newname;
aml_name.c
66
struct aml_name_group *
name_group_list
= &root_group;
variable in typeref:struct:aml_name_group *
248
result->next =
name_group_list
;
249
name_group_list
= result;
258
previous =
name_group_list
;
260
name_group_list
= target->next;
293
newname->chain =
name_group_list
->head;
294
name_group_list
->head = newname;
Completed in 125 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025