Searched full:autoconf (Results 1 – 25 of 44) sorted by relevance
12
/linux-6.12.1/tools/testing/shared/ |
D | shared.mk | 11 generated/bit-length.h generated/autoconf.h \ 55 generated/autoconf.h: 57 cp ../shared/autoconf.h generated/autoconf.h
|
/linux-6.12.1/include/linux/ |
D | kconfig.h | 5 #include <generated/autoconf.h> 55 * autoconf.h. 71 * autoconf.h, while CONFIG_FOO=m results in "#define CONFIG_FOO_MODULE 1".
|
D | ipv6.h | 26 __s32 autoconf; member 99 __s32 autoconf; member
|
/linux-6.12.1/kernel/ |
D | gen_kheaders.sh | 44 # When Kconfig regenerates include/generated/autoconf.h, its timestamp is 48 # check include/generated/autoconf.h explicitly. 53 grep -v "include/generated/autoconf.h" |
|
/linux-6.12.1/scripts/basic/ |
D | fixdep.c | 19 * every file in the kernel includes autoconf.h. 21 * If the user re-runs make *config, autoconf.h will be 23 * includes autoconf.h, i.e. basically all files. This is extremely 27 * the dependency on autoconf.h by a dependency on every config 76 * process filtering out the dependency on autoconf.h and adding 244 return str_ends_with(s, len, "include/generated/autoconf.h"); in is_ignored_file()
|
/linux-6.12.1/tools/usb/usbip/ |
D | INSTALL | 41 `configure' by a program called `autoconf'. You need `configure.ac' if 43 of `autoconf'. 197 an Autoconf bug. Until the bug is fixed you can use this workaround: 212 Print the version of Autoconf used to generate the `configure'
|
D | autogen.sh | 7 #autoconf
|
D | configure.ac | 1 dnl Process this file with autoconf to produce a configure script.
|
/linux-6.12.1/tools/testing/vma/ |
D | .gitignore | 4 generated/autoconf.h
|
D | Makefile | 18 …$(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h generated/autoconf.h
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | .gitignore | 2 generated/autoconf.h
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | autoconf_helper.h | 4 # include "autoconf.h"
|
/linux-6.12.1/Documentation/admin-guide/nfs/ |
D | nfsroot.rst | 88 ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:<dns0-ip>:<dns1-ip>:<nt… 100 The <autoconf> parameter can appear alone as the value to the ip 151 <autoconf> Method to use for autoconfiguration.
|
/linux-6.12.1/arch/arc/include/uapi/asm/ |
D | page.h | 23 * using the correct uClibc header and in their build our autoconf.h is
|
/linux-6.12.1/Documentation/networking/ |
D | ipv6.rst | 42 autoconf
|
/linux-6.12.1/Documentation/kbuild/ |
D | kconfig.rst | 159 "autoconf.h" (header) file. 160 Its default value is "include/generated/autoconf.h".
|
/linux-6.12.1/scripts/ |
D | gfp-translate | 78 #include <generated/autoconf.h>
|
/linux-6.12.1/Documentation/ |
D | dontdiff | 91 autoconf.h*
|
/linux-6.12.1/arch/sh/configs/ |
D | titan_defconfig | 23 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw"
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | phy-cadence-sierra.yaml | 64 cdns,autoconf:
|
/linux-6.12.1/lib/ |
D | gen_crc32table.c | 4 #include "../include/generated/autoconf.h"
|
/linux-6.12.1/include/net/ |
D | addrconf.h | 40 autoconf : 1, member 48 autoconf : 1,
|
/linux-6.12.1/net/ipv6/ |
D | af_inet6.c | 86 .autoconf = 1, 97 module_param_named(autoconf, ipv6_defaults.autoconf, int, 0444); 98 MODULE_PARM_DESC(autoconf, "Enable IPv6 address autoconfiguration on all interfaces");
|
/linux-6.12.1/arch/x86/boot/ |
D | Makefile | 42 -include include/generated/autoconf.h \
|
/linux-6.12.1/drivers/phy/cadence/ |
D | phy-cadence-sierra.c | 405 bool autoconf; member 554 if (phy->autoconf || phy->already_configured || phy->nsubnodes > 1) in cdns_sierra_phy_init() 1440 sp->autoconf = of_property_read_bool(dn, "cdns,autoconf"); in cdns_sierra_phy_probe() 1459 if (!sp->autoconf) { in cdns_sierra_phy_probe() 1494 if (!sp->already_configured && !sp->autoconf && sp->nsubnodes > 1) { in cdns_sierra_phy_probe()
|
12