HomeSort by: relevance | last modified time | path
    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