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

/freebsd-11-stable/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.h1608 * @cfgp: Pointer to previously allocated configuration data or %NULL if none
1617 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
H A Dconfig_file.c376 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) argument
389 if (cfgp)
390 config = cfgp;
410 if (config != cfgp)
477 if (config != cfgp)
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_config.h260 /** Set @a *cfgp to an empty @c svn_config_t structure,
272 svn_config_create2(svn_config_t **cfgp,
285 svn_config_create(svn_config_t **cfgp,
290 * @a *cfgp, allocated in @a pool.
304 svn_config_read3(svn_config_t **cfgp,
319 svn_config_read2(svn_config_t **cfgp,
332 svn_config_read(svn_config_t **cfgp,
337 /** Read configuration data from @a stream into @a *cfgp, allocated in
350 svn_config_parse(svn_config_t **cfgp,
894 * it in @a cfgp, allocatin
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c110 svn_config_create2(svn_config_t **cfgp,
127 *cfgp = cfg;
132 svn_config_read3(svn_config_t **cfgp, const char *file,
162 *cfgp = cfg;
180 svn_config_parse(svn_config_t **cfgp, svn_stream_t *stream,
203 *cfgp = cfg;
225 read_all(svn_config_t **cfgp,
239 SVN_ERR(svn_config_read3(cfgp, sys_registry_path, FALSE, FALSE, FALSE,
248 SVN_ERR(svn_config_merge(*cfgp, sys_file_path, FALSE));
251 SVN_ERR(svn_config_read3(cfgp, sys_file_pat
107 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
129 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
177 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
222 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
1193 svn_config_dup(svn_config_t **cfgp, const svn_config_t *src, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c1748 svn_config_create(svn_config_t **cfgp,
1752 return svn_error_trace(svn_config_create2(cfgp,
1759 svn_config_read2(svn_config_t **cfgp, const char *file,
1764 return svn_error_trace(svn_config_read3(cfgp, file,
1772 svn_config_read(svn_config_t **cfgp, const char *file,
1776 return svn_error_trace(svn_config_read3(cfgp, file,
1746 svn_config_create(svn_config_t **cfgp, svn_boolean_t section_names_case_sensitive, apr_pool_t *result_pool) argument
1757 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
1770 svn_config_read(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, apr_pool_t *result_pool) argument
/freebsd-11-stable/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.c250 MSG_CONFIG *cfgp; local
280 cfgp = req->req_vbuf;
281 bcopy(&cfgp->Header, &page_req->header,
333 MSG_CONFIG_REPLY *cfgp; local
365 cfgp = req->req_vbuf;
366 ext_page_req->header.PageVersion = cfgp->Header.PageVersion;
367 ext_page_req->header.PageNumber = cfgp->Header.PageNumber;
368 ext_page_req->header.PageType = cfgp->Header.PageType;
369 ext_page_req->header.ExtPageLength = cfgp->ExtPageLength;
370 ext_page_req->header.ExtPageType = cfgp
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c117 CFG *cfgp
120 *cfgp = (CFG) get_lsb_short(bufpp);

Completed in 104 milliseconds