Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig_none.c20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) in wpa_config_read() argument
26 if (cfgp) in wpa_config_read()
27 config = cfgp; in wpa_config_read()
H A Dconfig_winreg.c440 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) in wpa_config_read() argument
450 if (cfgp) in wpa_config_read()
451 config = cfgp; in wpa_config_read()
H A Dconfig_file.c376 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) in wpa_config_read() argument
389 if (cfgp) in wpa_config_read()
390 config = cfgp; in wpa_config_read()
410 if (config != cfgp) in wpa_config_read()
477 if (config != cfgp) in wpa_config_read()
H A Dconfig.h1617 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.c504 MSG_CONFIG *cfgp; in mpt_config_reply_handler() local
511 sizeof(cfgp->Header)); in mpt_config_reply_handler()
1584 MSG_CONFIG *cfgp; in mpt_issue_cfg_req() local
1587 cfgp = req->req_vbuf; in mpt_issue_cfg_req()
1588 memset(cfgp, 0, sizeof *cfgp); in mpt_issue_cfg_req()
1589 cfgp->Action = params->Action; in mpt_issue_cfg_req()
1597 cfgp->Header.PageLength = 0; in mpt_issue_cfg_req()
1630 MSG_CONFIG_REPLY *cfgp; in mpt_read_extcfg_header() local
1663 cfgp = req->req_vbuf; in mpt_read_extcfg_header()
1736 MSG_CONFIG *cfgp; in mpt_read_cfg_header() local
[all …]
H A Dmpt_user.c242 MSG_CONFIG *cfgp; in mpt_user_read_cfg_header() local
272 cfgp = req->req_vbuf; in mpt_user_read_cfg_header()
273 bcopy(&cfgp->Header, &page_req->header, in mpt_user_read_cfg_header()
325 MSG_CONFIG_REPLY *cfgp; in mpt_user_read_extcfg_header() local
357 cfgp = req->req_vbuf; in mpt_user_read_extcfg_header()
358 ext_page_req->header.PageVersion = cfgp->Header.PageVersion; in mpt_user_read_extcfg_header()
359 ext_page_req->header.PageNumber = cfgp->Header.PageNumber; in mpt_user_read_extcfg_header()
360 ext_page_req->header.PageType = cfgp->Header.PageType; in mpt_user_read_extcfg_header()
361 ext_page_req->header.ExtPageLength = cfgp->ExtPageLength; in mpt_user_read_extcfg_header()
362 ext_page_req->header.ExtPageType = cfgp->ExtPageType; in mpt_user_read_extcfg_header()