Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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
27 if (cfgp) in wpa_config_read()
28 config = cfgp; in wpa_config_read()
H A Dconfig_winreg.c449 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp, in wpa_config_read() argument
460 if (cfgp) in wpa_config_read()
461 config = cfgp; in wpa_config_read()
H A Dconfig_file.c299 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp, in wpa_config_read() argument
313 if (cfgp) in wpa_config_read()
314 config = cfgp; in wpa_config_read()
334 if (config != cfgp) in wpa_config_read()
402 if (config != cfgp) in wpa_config_read()
H A Dconfig.h1882 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
/freebsd/sys/dev/mpt/
H A Dmpt.c507 MSG_CONFIG *cfgp; in mpt_config_reply_handler() local
510 cfgp = (MSG_CONFIG *)req->req_vbuf; in mpt_config_reply_handler()
513 bcopy(&reply->Header, &cfgp->Header, in mpt_config_reply_handler()
514 sizeof(cfgp->Header)); in mpt_config_reply_handler()
515 cfgp->ExtPageLength = reply->ExtPageLength; in mpt_config_reply_handler()
516 cfgp->ExtPageType = reply->ExtPageType; in mpt_config_reply_handler()
1581 MSG_CONFIG *cfgp; in mpt_issue_cfg_req() local
1584 cfgp = req->req_vbuf; in mpt_issue_cfg_req()
1585 memset(cfgp, 0, sizeof *cfgp); in mpt_issue_cfg_req()
1586 cfgp->Action = params->Action; in mpt_issue_cfg_req()
[all …]
H A Dmpt_user.c249 MSG_CONFIG *cfgp; in mpt_user_read_cfg_header() local
279 cfgp = req->req_vbuf; in mpt_user_read_cfg_header()
280 bcopy(&cfgp->Header, &page_req->header, in mpt_user_read_cfg_header()
332 MSG_CONFIG_REPLY *cfgp; in mpt_user_read_extcfg_header() local
364 cfgp = req->req_vbuf; in mpt_user_read_extcfg_header()
365 ext_page_req->header.PageVersion = cfgp->Header.PageVersion; in mpt_user_read_extcfg_header()
366 ext_page_req->header.PageNumber = cfgp->Header.PageNumber; in mpt_user_read_extcfg_header()
367 ext_page_req->header.PageType = cfgp->Header.PageType; in mpt_user_read_extcfg_header()
368 ext_page_req->header.ExtPageLength = cfgp->ExtPageLength; in mpt_user_read_extcfg_header()
369 ext_page_req->header.ExtPageType = cfgp->ExtPageType; in mpt_user_read_extcfg_header()
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c117 CFG *cfgp in get_mbg_cfg() argument
120 *cfgp = (CFG) get_lsb_short(bufpp); in get_mbg_cfg()