Home
last modified time | relevance | path

Searched refs:token (Results 1 – 25 of 168) sorted by relevance

1234567

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dasltokens.y192 %token <i> PARSEOP_ADD
200 %token <i> PARSEOP_AND
251 %token <i> PARSEOP_DMA
288 %token <i> PARSEOP_IF
301 %token <i> PARSEOP_IO
308 %token <i> PARSEOP_IRQ
330 %token <i> PARSEOP_LOR
349 %token <i> PARSEOP_MID
352 %token <i> PARSEOP_MOD
360 %token <i> PARSEOP_NOR
[all …]
/f-stack/dpdk/app/test/
H A Dtest_cmdline_string.c122 cmdline_parse_token_string_t token; in test_parse_string_invalid_param() local
126 memset(&token, 0, sizeof(token)); in test_parse_string_invalid_param()
185 cmdline_parse_token_string_t token; in test_parse_string_invalid_data() local
194 memset(&token, 0, sizeof(token)); in test_parse_string_invalid_data()
219 memset(&token, 0, sizeof(token)); in test_parse_string_invalid_data()
225 token.string_data.str = NULL; in test_parse_string_invalid_data()
248 token.string_data.str = NULL; in test_parse_string_invalid_data()
271 token.string_data.str = NULL; in test_parse_string_invalid_data()
293 memset(&token, 0, sizeof(token)); in test_parse_string_valid()
325 memset(&token, 0, sizeof(token)); in test_parse_string_valid()
[all …]
H A Dtest_cmdline_ipaddr.c345 token.ipaddr_data.flags = flags; in test_parse_ipaddr_valid()
369 memset(&token, 0, sizeof(token)); in test_parse_ipaddr_valid()
371 token.ipaddr_data.flags = flags; in test_parse_ipaddr_valid()
419 memset(&token, 0, sizeof(token)); in test_parse_ipaddr_valid()
421 token.ipaddr_data.flags = flags; in test_parse_ipaddr_valid()
461 memset(&token, 0, sizeof(token)); in test_parse_ipaddr_valid()
463 token.ipaddr_data.flags = flags; in test_parse_ipaddr_valid()
504 memset(&token, 0, sizeof(token)); in test_parse_ipaddr_valid()
506 token.ipaddr_data.flags = flags; in test_parse_ipaddr_valid()
546 memset(&token, 0, sizeof(token)); in test_parse_ipaddr_valid()
[all …]
H A Dtest_cmdline_num.c301 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()
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()
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()
453 cmdline_get_help_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()
[all …]
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_vector.c194 else if (!strcmp(token, in op_ldpc_decoder_flag_strtoul()
197 else if (!strcmp(token, in op_ldpc_decoder_flag_strtoul()
200 else if (!strcmp(token, in op_ldpc_decoder_flag_strtoul()
305 trim_space(token); in op_turbo_type_strtol()
610 (uint16_t) strtoul(token, &err, 0); in parse_encoder_params()
615 (uint16_t) strtoul(token, &err, 0); in parse_encoder_params()
859 char *token, *key_token; in parse_entry() local
868 token = strtok(entry, ENTRY_DELIMITER); in parse_entry()
869 key_token = token; in parse_entry()
871 token = strtok(NULL, ENTRY_DELIMITER); in parse_entry()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats_print.c39 token_t token; member
45 token->parser = parser; in token_init()
47 token->pos = pos; in token_init()
48 token->len = len; in token_init()
49 token->line = line; in token_init()
50 token->col = col; in token_init()
54 token_error(token_t *token) { in token_error() argument
58 switch (token->token_type) { in token_error()
63 token->line, token->col); in token_error()
67 token->col); in token_error()
[all …]
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni.h234 uint16_t token);
238 uint16_t token);
264 uint16_t token,
270 uint16_t token,
288 uint16_t token,
352 uint16_t token,
731 uint16_t token,
746 uint16_t token,
751 uint16_t token,
828 uint16_t token,
[all …]
H A Dfsl_dpdmux.h22 uint16_t *token);
26 uint16_t token);
118 uint16_t token);
131 uint16_t token);
153 uint16_t token,
158 uint16_t token,
353 uint16_t token,
358 uint16_t token,
363 uint16_t token,
396 uint16_t token,
[all …]
H A Ddpni.c77 token); in dpni_close()
200 token); in dpni_set_pools()
236 token); in dpni_enable()
259 token); in dpni_disable()
286 token); in dpni_is_enabled()
317 token); in dpni_reset()
350 token); in dpni_set_irq_enable()
384 token); in dpni_get_irq_enable()
1837 token); in dpni_set_congestion_notification()
1889 token); in dpni_get_congestion_notification()
[all …]
H A Ddprtc.c70 uint16_t token) in dprtc_close() argument
76 token); in dprtc_close()
178 token); in dprtc_enable()
201 token); in dprtc_disable()
227 token); in dprtc_is_enabled()
258 token); in dprtc_reset()
286 token); in dprtc_get_attributes()
324 token); in dprtc_set_clock_offset()
353 token); in dprtc_set_freq_compensation()
383 token); in dprtc_get_freq_compensation()
[all …]
H A Ddpdmux.c36 uint16_t *token) in dpdmux_open() argument
80 token); in dpdmux_close()
194 token); in dpdmux_enable()
217 token); in dpdmux_disable()
244 token); in dpdmux_is_enabled()
275 token); in dpdmux_reset()
302 token); in dpdmux_get_attributes()
341 token); in dpdmux_if_enable()
369 token); in dpdmux_if_disable()
402 token); in dpdmux_set_max_frame_length()
[all …]
H A Dfsl_dprtc.h21 uint16_t token);
44 uint16_t token);
48 uint16_t token);
52 uint16_t token,
57 uint16_t token);
61 uint16_t token,
66 uint16_t token,
71 uint16_t token,
76 uint16_t token,
81 uint16_t token,
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c880 token->type = T_ERROR; in json_set_token_error()
941 token->type = T_STRING; in json_next_string_token()
942 token->value.string = strbuf_string(json->tmp, &token->string_len); in json_next_string_token()
1000 token->type = T_NUMBER; in json_next_number_token()
1137 json_token_t token; in json_parse_object_context() local
1158 lua_pushlstring(l, token.value.string, token.string_len); in json_parse_object_context()
1188 json_token_t token; in json_parse_array_context() local
1227 switch (token->type) { in json_process_value()
1229 lua_pushlstring(l, token->value.string, token->string_len); in json_process_value()
1256 json_token_t token; in json_decode() local
[all …]
/f-stack/freebsd/contrib/rdma/krping/
H A Dgetopt.c33 char *token; in krping_getopt() local
37 if ((token = strsep(options, ",")) == NULL) in krping_getopt()
39 } while (*token == '\0'); in krping_getopt()
41 *optopt = token; in krping_getopt()
43 if ((val = strchr (token, '=')) != NULL) { in krping_getopt()
48 if (!strcmp(opts->name, token)) { in krping_getopt()
54 "an argument\n", caller, token); in krping_getopt()
65 "in %s=%s\n", caller, token, val); in krping_getopt()
72 "%s option\n", caller, val, token); in krping_getopt()
76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token); in krping_getopt()
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Ddpio.c73 token); in dpio_close()
178 uint16_t token) in dpio_enable() argument
185 token); in dpio_enable()
208 token); in dpio_disable()
234 token); in dpio_is_enabled()
265 token); in dpio_reset()
292 token); in dpio_get_attributes()
336 token); in dpio_set_stashing_destination()
365 token); in dpio_get_stashing_destination()
403 token); in dpio_add_static_dequeue_channel()
[all …]
H A Dfsl_dpio.h22 uint16_t *token);
27 uint16_t token);
67 uint16_t token);
72 uint16_t token);
76 uint16_t token,
82 uint16_t token);
87 uint16_t token,
92 uint16_t token,
98 uint16_t token,
105 uint16_t token,
[all …]
H A Dfsl_dpci.h38 uint16_t *token);
42 uint16_t token);
82 uint16_t token);
86 uint16_t token);
90 uint16_t token,
95 uint16_t token);
109 uint16_t token,
187 uint16_t token,
206 uint16_t token,
235 uint16_t token,
[all …]
H A Ddpbp.c32 uint16_t *token) in dpbp_open() argument
68 uint16_t token) in dpbp_close() argument
74 token); in dpbp_close()
162 uint16_t token) in dpbp_enable() argument
168 token); in dpbp_enable()
184 uint16_t token) in dpbp_disable() argument
207 uint16_t token, in dpbp_is_enabled() argument
216 token); in dpbp_is_enabled()
263 uint16_t token, in dpbp_get_attributes() argument
334 uint16_t token, in dpbp_get_num_free_bufs() argument
[all …]
H A Ddpdmai.c30 uint16_t *token) in dpdmai_open() argument
67 uint16_t token) in dpdmai_close() argument
182 token); in dpdmai_enable()
205 token); in dpdmai_disable()
232 token); in dpdmai_is_enabled()
256 uint16_t token) in dpdmai_reset() argument
263 token); in dpdmai_reset()
290 token); in dpdmai_get_attributes()
334 token); in dpdmai_set_rx_queue()
378 token); in dpdmai_get_rx_queue()
[all …]
H A Ddpci.c76 token); in dpci_close()
183 token); in dpci_enable()
206 token); in dpci_disable()
232 token); in dpci_is_enabled()
263 token); in dpci_reset()
290 token); in dpci_get_attributes()
330 token); in dpci_set_rx_queue()
373 token); in dpci_get_rx_queue()
419 token); in dpci_get_tx_queue()
493 token); in dpci_set_opr()
[all …]
H A Ddpcon.c32 uint16_t *token) in dpcon_open() argument
69 uint16_t token) in dpcon_close() argument
76 token); in dpcon_close()
169 uint16_t token) in dpcon_enable() argument
176 token); in dpcon_enable()
192 uint16_t token) in dpcon_disable() argument
199 token); in dpcon_disable()
226 token); in dpcon_is_enabled()
250 uint16_t token) in dpcon_reset() argument
273 uint16_t token, in dpcon_get_attributes() argument
[all …]
H A Dfsl_dpdmai.h32 uint16_t *token);
37 uint16_t token);
64 uint16_t token);
69 uint16_t token);
73 uint16_t token,
78 uint16_t token);
94 uint16_t token,
161 uint16_t token,
182 uint16_t token,
199 uint16_t token,
H A Dfsl_dpbp.h23 uint16_t *token);
27 uint16_t token);
51 uint16_t token);
56 uint16_t token);
60 uint16_t token,
66 uint16_t token);
82 uint16_t token,
101 uint16_t token,
/f-stack/dpdk/drivers/crypto/dpaa2_sec/mc/
H A Dfsl_dpseci.h33 uint16_t *token);
37 uint16_t token);
77 uint16_t token);
81 uint16_t token);
90 uint16_t token);
111 uint16_t token,
187 uint16_t token,
209 uint16_t token,
225 uint16_t token,
292 uint16_t token,
[all …]
/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c156 char *token, *remaining; in nic_uio_probe() local
174 token = strsep(&remaining, ",:"); in nic_uio_probe()
175 if (token == NULL) in nic_uio_probe()
177 bus = strtol(token, NULL, 10); in nic_uio_probe()
179 if (token == NULL) in nic_uio_probe()
183 if (token == NULL) in nic_uio_probe()
261 char *token, *remaining; in nic_uio_load() local
282 if (token == NULL) in nic_uio_load()
284 bus = strtol(token, NULL, 10); in nic_uio_load()
286 if (token == NULL) in nic_uio_load()
[all …]

1234567