Lines Matching refs:token
301 cmdline_parse_token_num_t token; in test_parse_num_invalid_param() local
305 token.num_data.type = RTE_UINT32; in test_parse_num_invalid_param()
325 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*)&token, NULL, in test_parse_num_invalid_param()
333 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*)&token, buf, in test_parse_num_invalid_param()
358 ret = cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, buf, sizeof(buf)); in test_parse_num_invalid_param()
375 cmdline_parse_token_num_t token; in test_parse_num_invalid_data() local
379 token.num_data.type = type; in test_parse_num_invalid_data()
387 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_invalid_data()
391 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_invalid_data()
412 cmdline_parse_token_num_t token; in test_parse_num_valid() local
418 token.num_data.type = type; in test_parse_num_valid()
425 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid()
428 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*) &token, in test_parse_num_valid()
453 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid()
456 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*) &token, in test_parse_num_valid()
496 token.num_data.type = type; in test_parse_num_valid()
503 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid()
506 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*) &token, in test_parse_num_valid()
531 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid()
534 ret = cmdline_parse_num((cmdline_parse_token_hdr_t*) &token, in test_parse_num_valid()
576 cmdline_get_help_num((cmdline_parse_token_hdr_t*)&token, in test_parse_num_valid()