OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userconf_commands
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/stand/efiboot/
userconf.c
40
TAILQ_HEAD(, userconf_command)
userconf_commands
=
41
TAILQ_HEAD_INITIALIZER(
userconf_commands
);
48
TAILQ_FOREACH(uc, &
userconf_commands
, entries) {
80
TAILQ_INSERT_TAIL(&
userconf_commands
, uc, entries);
/src/sys/arch/i386/stand/lib/
exec.c
137
userconf_command_t *
userconf_commands
= NULL;
variable in typeref:typename:userconf_command_t *
295
if (
userconf_commands
== NULL)
296
userconf_commands
= uc;
299
for (ucp =
userconf_commands
; ucp->uc_next != NULL;
788
for (uc =
userconf_commands
; uc != NULL; uc = uc->uc_next)
806
for (uc =
userconf_commands
; uc != NULL; uc = uc->uc_next) {
Completed in 11 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025