Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDconfig_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()
HDconfig_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()
HDconfig_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()
HDconfig.h1617 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
/dragonfly/sys/dev/disk/mpt/
HDmpt.c504 MSG_CONFIG *cfgp; in mpt_config_reply_handler() local
507 cfgp = (MSG_CONFIG *)req->req_vbuf; in mpt_config_reply_handler()
510 bcopy(&reply->Header, &cfgp->Header, in mpt_config_reply_handler()
511 sizeof(cfgp->Header)); in mpt_config_reply_handler()
512 cfgp->ExtPageLength = reply->ExtPageLength; in mpt_config_reply_handler()
513 cfgp->ExtPageType = reply->ExtPageType; 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()
[all …]
HDmpt_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()