Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c275 static bool dl_no_arg(struct dl *dl) in dl_no_arg() function
1538 if (dl_argv_match(dl, "help") || dl_no_arg(dl)) { in cmd_dev_eswitch()
1594 dl_argv_match(dl, "list") || dl_no_arg(dl)) { in cmd_dev()
1742 dl_argv_match(dl, "list") || dl_no_arg(dl)) { in cmd_port()
1934 dl_argv_match(dl, "list") || dl_no_arg(dl)) { in cmd_sb_pool()
2019 dl_argv_match(dl, "list") || dl_no_arg(dl)) { in cmd_sb_port_pool()
2032 if (dl_argv_match(dl, "help") || dl_no_arg(dl)) { in cmd_sb_port()
2122 dl_argv_match(dl, "list") || dl_no_arg(dl)) { in cmd_sb_tc_bind()
2135 if (dl_argv_match(dl, "help") || dl_no_arg(dl)) { in cmd_sb_tc()
2487 if (dl_argv_match(dl, "help") || dl_no_arg(dl)) { in cmd_sb_occ()
[all …]