Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c95 static const struct cmd_list_item show_command_list[] = { variable
259 for (i = 0, cmd = prev = NULL; i < nitems(show_command_list); i++) { in mac_ddb_init()
261 n = command_match(cmd, show_command_list[i]); in mac_ddb_init()
287 for (i = 0; i < nitems(show_command_list) - 1; i++) { in mac_ddb_init()
288 a = show_command_list[i].name; in mac_ddb_init()
289 b = show_command_list[i + 1].name; in mac_ddb_init()
308 for (i = 0; i < nitems(show_command_list); i++) { in mac_ddb_command_register()
309 n = command_match(cmd, show_command_list[i]); in mac_ddb_command_register()