Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse_string.c66 if (!tk || !buf || ! *buf) in cmdline_parse_string()
69 tk2 = (struct cmdline_token_string *)tk; in cmdline_parse_string()
139 int cmdline_complete_get_nb_string(cmdline_parse_token_hdr_t *tk) in cmdline_complete_get_nb_string() argument
146 if (!tk) in cmdline_complete_get_nb_string()
149 tk2 = (struct cmdline_token_string *)tk; in cmdline_complete_get_nb_string()
162 int cmdline_complete_get_elt_string(cmdline_parse_token_hdr_t *tk, int idx, in cmdline_complete_get_elt_string() argument
170 if (!tk || !dstbuf || idx < 0) in cmdline_complete_get_elt_string()
173 tk2 = (struct cmdline_token_string *)tk; in cmdline_complete_get_elt_string()
194 int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf, in cmdline_get_help_string() argument
201 if (!tk || !dstbuf) in cmdline_get_help_string()
[all …]
H A Dcmdline_parse_ipaddr.c34 cmdline_parse_ipaddr(cmdline_parse_token_hdr_t *tk, const char *buf, void *res, in cmdline_parse_ipaddr() argument
47 if (!buf || !tk || ! *buf) in cmdline_parse_ipaddr()
50 tk2 = (struct cmdline_token_ipaddr *)tk; in cmdline_parse_ipaddr()
99 int cmdline_get_help_ipaddr(cmdline_parse_token_hdr_t *tk, char *dstbuf, in cmdline_get_help_ipaddr() argument
104 if (!tk || !dstbuf) in cmdline_get_help_ipaddr()
107 tk2 = (struct cmdline_token_ipaddr *)tk; in cmdline_get_help_ipaddr()
H A Dcmdline_parse_string.h38 int cmdline_parse_string(cmdline_parse_token_hdr_t *tk, const char *srcbuf,
40 int cmdline_complete_get_nb_string(cmdline_parse_token_hdr_t *tk);
41 int cmdline_complete_get_elt_string(cmdline_parse_token_hdr_t *tk, int idx,
43 int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf,
H A Dcmdline_parse_num.c99 cmdline_parse_num(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res, in cmdline_parse_num() argument
108 if (!tk) in cmdline_parse_num()
117 memcpy(&nd, &((struct cmdline_token_num *)tk)->num_data, sizeof(nd)); in cmdline_parse_num()
320 cmdline_get_help_num(cmdline_parse_token_hdr_t *tk, char *dstbuf, unsigned int size) in cmdline_get_help_num() argument
325 if (!tk) in cmdline_get_help_num()
328 memcpy(&nd, &((struct cmdline_token_num *)tk)->num_data, sizeof(nd)); in cmdline_get_help_num()
H A Dcmdline_parse_etheraddr.h23 int cmdline_parse_etheraddr(cmdline_parse_token_hdr_t *tk, const char *srcbuf,
25 int cmdline_get_help_etheraddr(cmdline_parse_token_hdr_t *tk, char *dstbuf,
H A Dcmdline_parse_portlist.h32 int cmdline_parse_portlist(cmdline_parse_token_hdr_t *tk,
34 int cmdline_get_help_portlist(cmdline_parse_token_hdr_t *tk,
H A Dcmdline_parse_num.h39 int cmdline_parse_num(cmdline_parse_token_hdr_t *tk,
41 int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk,
H A Dcmdline_parse_etheraddr.c30 cmdline_parse_etheraddr(__rte_unused cmdline_parse_token_hdr_t *tk, in cmdline_parse_etheraddr() argument
61 cmdline_get_help_etheraddr(__rte_unused cmdline_parse_token_hdr_t *tk, in cmdline_get_help_etheraddr() argument
H A Dcmdline_parse_ipaddr.h43 int cmdline_parse_ipaddr(cmdline_parse_token_hdr_t *tk, const char *srcbuf,
45 int cmdline_get_help_ipaddr(cmdline_parse_token_hdr_t *tk, char *dstbuf,
H A Dcmdline_parse_portlist.c75 cmdline_parse_portlist(__rte_unused cmdline_parse_token_hdr_t *tk, in cmdline_parse_portlist() argument
111 cmdline_get_help_portlist(__rte_unused cmdline_parse_token_hdr_t *tk, in cmdline_get_help_portlist() argument
/f-stack/dpdk/examples/cmdline/
H A Dparse_obj_list.c33 parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *buf, void *res, in parse_obj_list() argument
36 struct token_obj_list *tk2 = (struct token_obj_list *)tk; in parse_obj_list()
67 int complete_get_nb_obj_list(cmdline_parse_token_hdr_t *tk) in complete_get_nb_obj_list() argument
69 struct token_obj_list *tk2 = (struct token_obj_list *)tk; in complete_get_nb_obj_list()
80 int complete_get_elt_obj_list(cmdline_parse_token_hdr_t *tk, in complete_get_elt_obj_list() argument
83 struct token_obj_list *tk2 = (struct token_obj_list *)tk; in complete_get_elt_obj_list()
107 int get_help_obj_list(__rte_unused cmdline_parse_token_hdr_t *tk, in get_help_obj_list() argument
H A Dparse_obj_list.h40 int parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res,
42 int complete_get_nb_obj_list(cmdline_parse_token_hdr_t *tk);
43 int complete_get_elt_obj_list(cmdline_parse_token_hdr_t *tk, int idx,
45 int get_help_obj_list(cmdline_parse_token_hdr_t *tk, char *dstbuf, unsigned int size);
/f-stack/freebsd/kern/
H A Dkern_sharedpage.c149 struct vdso_timekeep *tk; in timehands_update() local
161 tk = (struct vdso_timekeep *)(shared_page_mapping + in timehands_update()
163 tk->tk_th[idx].th_gen = 0; in timehands_update()
166 tk->tk_th[idx] = th; in timehands_update()
168 atomic_store_rel_32(&tk->tk_current, idx); in timehands_update()
174 tk->tk_enabled = enabled; in timehands_update()
182 struct vdso_timekeep32 *tk; in timehands_update32() local
196 tk->tk_th[idx].th_gen = 0; in timehands_update32()
199 tk->tk_th[idx] = th; in timehands_update32()
201 atomic_store_rel_32(&tk->tk_current, idx); in timehands_update32()
[all …]
/f-stack/freebsd/sys/
H A Dvdso.h83 int __vdso_gettimekeep(struct vdso_timekeep **tk);
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h182 unsigned int tk:1; member
/f-stack/app/nginx-1.16.1/conf/
H A Dmime.types66 application/x-tcl tcl tk;
/f-stack/freebsd/contrib/zlib/
H A DREADME49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
/f-stack/freebsd/contrib/openzfs/
H A DAUTHORS177 Jörg Thalheim <joerg@higgsboson.tk>