Home
last modified time | relevance | path

Searched refs:command_list (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/crypto/heimdal/lib/sl/
Dmake_cmds.h54 struct command_list { struct
59 struct command_list *next; argument
60 struct command_list **tail; argument
Dmake_cmds.c56 static struct command_list *commands;
64 struct command_list *cl = malloc(sizeof(*cl)); in add_command()
147 struct command_list *cl, *xl; in generate_commands()
/freebsd-9-stable/tools/tools/bus_autoconf/
Dbus_sections.c155 static const char *command_list = "012345678:"; in format_parse_entries() local
191 cmd = strchr(command_list, linebuf[2][0]); in format_parse_entries()
193 cmd_index = cmd - command_list; in format_parse_entries()
/freebsd-9-stable/sys/dev/ips/
Dips.h145 SLIST_HEAD(command_list, ips_command) free_cmd_list;