HomeSort by: relevance | last modified time | path
    Searched refs:cfgp (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_none.c 20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
27 if (cfgp)
28 config = cfgp;
config.h 1872 * @cfgp: Pointer to previously allocated configuration data or %NULL if none
1882 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
config_winreg.c 449 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
460 if (cfgp)
461 config = cfgp;
config_file.c 299 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
313 if (cfgp)
314 config = cfgp;
334 if (config != cfgp)
402 if (config != cfgp)
  /src/sys/dev/ic/
mpt.c 574 MSG_CONFIG *cfgp; local
579 cfgp = req->req_vbuf;
580 memset(cfgp, 0, sizeof *cfgp);
582 cfgp->Action = MPI_CONFIG_ACTION_PAGE_HEADER;
583 cfgp->Function = MPI_FUNCTION_CONFIG;
584 cfgp->Header.PageNumber = (U8) PageNumber;
585 cfgp->Header.PageType = (U8) PageType;
586 cfgp->PageAddress = htole32(PageAddress);
587 MPI_pSGE_SET_FLAGS(((SGE_SIMPLE32 *) &cfgp->PageBufferSGE)
625 MSG_CONFIG *cfgp; local
700 MSG_CONFIG *cfgp; local
    [all...]
  /src/external/bsd/ntp/dist/libparse/
data_mbg.c 119 CFG *cfgp
122 *cfgp = (CFG) get_lsb_short(bufpp);
  /src/external/mpl/bind/dist/bin/named/
server.c 508 newzone_cfgctx_destroy(void **cfgp);
14933 newzone_cfgctx_destroy(void **cfgp) {
14936 REQUIRE(cfgp != NULL && *cfgp != NULL);
14938 cfg = *cfgp;
14961 *cfgp = NULL;

Completed in 59 milliseconds