HomeSort by: relevance | last modified time | path
    Searched defs:userconf_command (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/stand/efiboot/
userconf.c 36 struct userconf_command { struct
38 TAILQ_ENTRY(userconf_command) entries;
40 TAILQ_HEAD(, userconf_command) userconf_commands =
46 struct userconf_command *uc;
56 struct userconf_command *uc;
  /src/sys/arch/i386/stand/lib/
exec.c 132 typedef struct userconf_command { struct
135 struct userconf_command *uc_next;

Completed in 12 milliseconds