Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/yajl/
H A D0003-Link-with-shared-libyajl-in-a-shared-build.patch39 ADD_EXECUTABLE(parse_config ${SRCS})
41 -TARGET_LINK_LIBRARIES(parse_config yajl_s)
43 + TARGET_LINK_LIBRARIES(parse_config yajl)
45 + TARGET_LINK_LIBRARIES(parse_config yajl_s)
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorg-wrapper.c83 static void parse_config(int *allowed, int *needs_root_rights) in parse_config() function
207 parse_config(&allowed, &needs_root_rights); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-4415-1.patch63 static int parse_config(void) {
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c126 static int parse_config(struct env_opts *opts);
1150 if (parse_config(opts)) /* should fill envdevices */ in fw_env_open()
1435 static int parse_config(struct env_opts *opts) in parse_config() function
/OK3568_Linux_fs/kernel/drivers/bus/mhi/core/
H A Dinit.c822 static int parse_config(struct mhi_controller *mhi_cntrl, in parse_config() function
877 ret = parse_config(mhi_cntrl, config); in mhi_register_controller()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dcistpl.c878 static int parse_config(tuple_t *tuple, cistpl_config_t *config) in parse_config() function
1329 ret = parse_config(tuple, &parse->config); in pcmcia_parse_tuple()