Searched refs:nconf (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 35 nconfig-prog := nconf 168 hostprogs += nconf 169 nconf-objs := nconf.o nconf.gui.o $(common-objs) 171 HOSTLDLIBS_nconf = $(call read-file, $(obj)/nconf-libs) 172 HOSTCFLAGS_nconf.o = $(call read-file, $(obj)/nconf-cflags) 173 HOSTCFLAGS_nconf.gui.o = $(call read-file, $(obj)/nconf-cflags) 175 $(obj)/nconf: | $(obj)/nconf-libs 176 $(obj)/nconf.o $(obj)/nconf.gui.o: | $(obj)/nconf-cflags
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | rpcbind_add_option_to_fix_port_number.patch | 58 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);
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | Makefile | 40 nconfig: $(obj)/nconf 212 nconf-objs := nconf.o zconf.tab.o nconf.gui.o 218 hostprogs-y := conf nconf mconf kxgettext qconf gconf
|
H A D | .gitignore | 14 nconf
|
/openbmc/linux/net/mac80211/ |
H A D | cfg.c | 2517 const struct mesh_config *nconf) in ieee80211_update_mesh_config() argument 2529 conf->dot11MeshRetryTimeout = nconf->dot11MeshRetryTimeout; in ieee80211_update_mesh_config() 2531 conf->dot11MeshConfirmTimeout = nconf->dot11MeshConfirmTimeout; in ieee80211_update_mesh_config() 2533 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout; in ieee80211_update_mesh_config() 2535 conf->dot11MeshMaxPeerLinks = nconf->dot11MeshMaxPeerLinks; in ieee80211_update_mesh_config() 2537 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config() 2539 conf->dot11MeshTTL = nconf->dot11MeshTTL; in ieee80211_update_mesh_config() 2541 conf->element_ttl = nconf->element_ttl; in ieee80211_update_mesh_config() 2545 conf->auto_open_plinks = nconf->auto_open_plinks; in ieee80211_update_mesh_config() 2549 nconf->dot11MeshNbrOffsetMaxNeighbor; in ieee80211_update_mesh_config() [all …]
|
/openbmc/linux/Documentation/ |
H A D | dontdiff | 186 nconf 187 nconf-cfg
|
/openbmc/linux/net/wireless/ |
H A D | rdev-ops.h | 345 const struct mesh_config *nconf) in rdev_update_mesh_config() argument 348 trace_rdev_update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config() 349 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig.rst | 9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 4492 const struct mesh_config *nconf);
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |