Home
last modified time | relevance | path

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

/dpdk/usertools/
H A Ddpdk-devbind.py96 b_flag = None variable
633 global b_flag
710 b_flag = opt.bind
712 b_flag = "none"
715 if not b_flag and not status_flag:
722 if b_flag and not args:
736 global b_flag
741 if b_flag in ["none", "None"]:
743 elif b_flag is not None:
744 bind_all(args, b_flag, force_flag)
[all …]