Home
last modified time | relevance | path

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

/f-stack/dpdk/usertools/
H A Ddpdk-devbind.py82 b_flag = None variable
600 global b_flag
677 b_flag = opt.bind
679 b_flag = "none"
682 if not b_flag and not status_flag:
689 if b_flag and not args:
702 global b_flag
707 if b_flag in ["none", "None"]:
709 elif b_flag is not None:
710 bind_all(args, b_flag, force_flag)
[all …]