Home
last modified time | relevance | path

Searched refs:nconf (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A DMakefile34 nconfig: $(obj)/nconf
39 build_nconfig: $(obj)/nconf
161 hostprogs += nconf
162 nconf-objs := nconf.o nconf.gui.o $(common-objs)
164 HOSTLDLIBS_nconf = $(shell . $(obj)/nconf-cfg && echo $$libs)
165 HOSTCFLAGS_nconf.o = $(shell . $(obj)/nconf-cfg && echo $$cflags)
166 HOSTCFLAGS_nconf.gui.o = $(shell . $(obj)/nconf-cfg && echo $$cflags)
168 $(obj)/nconf.o $(obj)/nconf.gui.o: $(obj)/nconf-cfg
H A D.gitignore10 nconf
/OK3568_Linux_fs/output/kconf/
H A D.depend
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Drpcbind_add_option_to_fix_port_number.patch58 create_rmtcall_fd(struct netconfig *nconf)
59 @@ -504,6 +506,8 @@ create_rmtcall_fd(struct netconfig *nconf)
66 if ((fd = __rpc_nconf2fd(nconf)) == -1) {
68 @@ -512,6 +516,19 @@ create_rmtcall_fd(struct netconfig *nconf)
69 nconf->nc_device, errno);
83 + xprt = svc_tli_create(fd, nconf, &taddr, RPC_MAXDATASIZE, RPC_MAXDATASIZE);
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D06-br-build-system-integration.patch9 -hostprogs-y := conf nconf mconf kxgettext qconf gconf
12 +ifeq ($(MAKECMDGOALS),nconf)
13 + hostprogs-y += nconf
/OK3568_Linux_fs/buildroot/support/kconfig/
H A DMakefile40 nconfig: $(obj)/nconf
208 nconf-objs := nconf.o zconf.tab.o nconf.gui.o
216 ifeq ($(MAKECMDGOALS),nconf)
217 hostprogs-y += nconf
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A DMakefile42 nconfig: $(obj)/nconf
198 nconf-objs := nconf.o zconf.tab.o nconf.gui.o
204 hostprogs-y := conf nconf mconf kxgettext qconf gconf
H A D.gitignore19 nconf
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dcfg.c2134 const struct mesh_config *nconf) in ieee80211_update_mesh_config() argument
2146 conf->dot11MeshRetryTimeout = nconf->dot11MeshRetryTimeout; in ieee80211_update_mesh_config()
2148 conf->dot11MeshConfirmTimeout = nconf->dot11MeshConfirmTimeout; in ieee80211_update_mesh_config()
2150 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout; in ieee80211_update_mesh_config()
2152 conf->dot11MeshMaxPeerLinks = nconf->dot11MeshMaxPeerLinks; in ieee80211_update_mesh_config()
2154 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config()
2156 conf->dot11MeshTTL = nconf->dot11MeshTTL; in ieee80211_update_mesh_config()
2158 conf->element_ttl = nconf->element_ttl; in ieee80211_update_mesh_config()
2162 conf->auto_open_plinks = nconf->auto_open_plinks; in ieee80211_update_mesh_config()
2166 nconf->dot11MeshNbrOffsetMaxNeighbor; in ieee80211_update_mesh_config()
[all …]
/OK3568_Linux_fs/kernel/Documentation/
H A Ddontdiff187 nconf
188 nconf-cfg
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/
H A Dsndio.h78 unsigned nconf; /* number of elements in confs[] */ member
/OK3568_Linux_fs/kernel/net/wireless/
H A Drdev-ops.h334 const struct mesh_config *nconf) in rdev_update_mesh_config() argument
337 trace_rdev_update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
338 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dasn1.h1066 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dasn1.h1066 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dasn1.h1066 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dasn1.h1066 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig.rst9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dasn1.h869 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dasn1.h869 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1.h1108 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
/OK3568_Linux_fs/buildroot/
H A DMakefile1031 nconfig: $(BUILD_DIR)/buildroot-config/nconf outputmakefile
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h4051 const struct mesh_config *nconf);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dioctl_cfg80211.c8235 , u32 mask, const struct mesh_config *nconf) in cfg80211_rtw_update_mesh_config() argument
8243 rtw_cfg80211_mesh_cfg_set(adapter, nconf, mask); in cfg80211_rtw_update_mesh_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dioctl_cfg80211.c8380 , u32 mask, const struct mesh_config *nconf) in cfg80211_rtw_update_mesh_config() argument
8388 rtw_cfg80211_mesh_cfg_set(adapter, nconf, mask); in cfg80211_rtw_update_mesh_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dioctl_cfg80211.c8360 , u32 mask, const struct mesh_config *nconf) in cfg80211_rtw_update_mesh_config() argument
8368 rtw_cfg80211_mesh_cfg_set(adapter, nconf, mask); in cfg80211_rtw_update_mesh_config()

12