Searched refs:vt (Results 1 – 4 of 4) sorted by relevance
46 if (!vt) in vt100_init()48 vt->state = CMDLINE_VT100_INIT; in vt100_init()78 if (!vt) in vt100_parser()83 vt->bufpos = 0; in vt100_parser()86 vt->buf[vt->bufpos++] = c; in vt100_parser()87 size = vt->bufpos; in vt100_parser()89 switch (vt->state) { in vt100_parser()95 vt->bufpos = 0; in vt100_parser()105 vt->bufpos = 0; in vt100_parser()113 vt->bufpos = 0; in vt100_parser()[all …]
90 void vt100_init(struct cmdline_vt100 *vt);98 int vt100_parser(struct cmdline_vt100 *vt, char c);
3260 cmdline_fixed_string_t vt; member3338 TOKEN_STRING_INITIALIZER(struct cmd_config_dcb, vt, "vt");
2333 testpmd> port config (port_id) dcb vt (on|off) (traffic_class) pfc (on|off)