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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) argument
26 if (cfgp)
27 config = cfgp;
H A Dconfig.h1315 * @cfgp: Pointer to previously allocated configuration data or %NULL if none
1324 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
H A Dconfig_file.c362 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) argument
375 if (cfgp)
376 config = cfgp;
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_config.h254 /** Set @a *cfgp to an empty @c svn_config_t structure,
266 svn_config_create2(svn_config_t **cfgp,
279 svn_config_create(svn_config_t **cfgp,
284 * @a *cfgp, allocated in @a pool.
298 svn_config_read3(svn_config_t **cfgp,
313 svn_config_read2(svn_config_t **cfgp,
326 svn_config_read(svn_config_t **cfgp,
331 /** Read configuration data from @a stream into @a *cfgp, allocated in
344 svn_config_parse(svn_config_t **cfgp,
888 * it in @a cfgp, allocatin
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c86 svn_config_create2(svn_config_t **cfgp,
103 *cfgp = cfg;
108 svn_config_read3(svn_config_t **cfgp, const char *file,
138 *cfgp = cfg;
144 svn_config_parse(svn_config_t **cfgp, svn_stream_t *stream,
162 *cfgp = cfg;
184 read_all(svn_config_t **cfgp,
198 SVN_ERR(svn_config_read3(cfgp, sys_registry_path, FALSE, FALSE, FALSE,
207 SVN_ERR(svn_config_merge(*cfgp, sys_file_path, FALSE));
210 SVN_ERR(svn_config_read3(cfgp, sys_file_pat
83 svn_config_create2(svn_config_t **cfgp, svn_boolean_t section_names_case_sensitive, svn_boolean_t option_names_case_sensitive, apr_pool_t *result_pool) argument
105 svn_config_read3(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, svn_boolean_t section_names_case_sensitive, svn_boolean_t option_names_case_sensitive, apr_pool_t *result_pool) argument
141 svn_config_parse(svn_config_t **cfgp, svn_stream_t *stream, svn_boolean_t section_names_case_sensitive, svn_boolean_t option_names_case_sensitive, apr_pool_t *result_pool) argument
181 read_all(svn_config_t **cfgp, const char *sys_registry_path, const char *usr_registry_path, const char *sys_file_path, const char *usr_file_path, apr_pool_t *pool) argument
1126 svn_config_dup(svn_config_t **cfgp, const svn_config_t *src, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c1299 svn_config_create(svn_config_t **cfgp,
1303 return svn_error_trace(svn_config_create2(cfgp,
1310 svn_config_read2(svn_config_t **cfgp, const char *file,
1315 return svn_error_trace(svn_config_read3(cfgp, file,
1323 svn_config_read(svn_config_t **cfgp, const char *file,
1327 return svn_error_trace(svn_config_read3(cfgp, file,
1297 svn_config_create(svn_config_t **cfgp, svn_boolean_t section_names_case_sensitive, apr_pool_t *result_pool) argument
1308 svn_config_read2(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, svn_boolean_t section_names_case_sensitive, apr_pool_t *result_pool) argument
1321 svn_config_read(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, apr_pool_t *result_pool) argument
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt.c507 MSG_CONFIG *cfgp; local
510 cfgp = (MSG_CONFIG *)req->req_vbuf;
513 bcopy(&reply->Header, &cfgp->Header,
514 sizeof(cfgp->Header));
515 cfgp->ExtPageLength = reply->ExtPageLength;
516 cfgp->ExtPageType = reply->ExtPageType;
1585 MSG_CONFIG *cfgp; local
1588 cfgp = req->req_vbuf;
1589 memset(cfgp, 0, sizeof *cfgp);
1631 MSG_CONFIG_REPLY *cfgp; local
1736 MSG_CONFIG *cfgp; local
[all...]
H A Dmpt_user.c247 MSG_CONFIG *cfgp; local
277 cfgp = req->req_vbuf;
278 bcopy(&cfgp->Header, &page_req->header,
330 MSG_CONFIG_REPLY *cfgp; local
362 cfgp = req->req_vbuf;
363 ext_page_req->header.PageVersion = cfgp->Header.PageVersion;
364 ext_page_req->header.PageNumber = cfgp->Header.PageNumber;
365 ext_page_req->header.PageType = cfgp->Header.PageType;
366 ext_page_req->header.ExtPageLength = cfgp->ExtPageLength;
367 ext_page_req->header.ExtPageType = cfgp
[all...]
/freebsd-11.0-release/contrib/ntp/libparse/
H A Ddata_mbg.c117 CFG *cfgp
120 *cfgp = (CFG) get_lsb_short(bufpp);

Completed in 198 milliseconds