Home
last modified time | relevance | path

Searched refs:ext_val (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.c1855 static int set_kcfg_value_tri(struct extern_desc *ext, void *ext_val, argument
1865 *(bool *)ext_val = value == 'y' ? true : false;
1869 *(enum libbpf_tristate *)ext_val = TRI_YES;
1871 *(enum libbpf_tristate *)ext_val = TRI_MODULE;
1873 *(enum libbpf_tristate *)ext_val = TRI_NO;
1876 *(char *)ext_val = value;
1890 static int set_kcfg_value_str(struct extern_desc *ext, char *ext_val, argument
1915 memcpy(ext_val, value + 1, len);
1916 ext_val[len] = '\0';
1965 static int set_kcfg_value_num(struct extern_desc *ext, void *ext_val, argument
2011 void *ext_val; global() local
[all...]

Completed in 9 milliseconds