/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 6 # Simply expanded variable. 12 # Recursively expanded variable. 18 # Append something to a simply expanded variable. 24 # Append something to a recursively expanded variable. 31 # This works as a recursively expanded variable.
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-macro-language.txt | 19 The macro language replaces the variable references with their expanded form, 50 variable is expanded "in place" to yield a text string that may then be 51 expanded further. To get the value of a variable, enclose the variable name in 55 There are two types of variables: simply expanded variables and recursively 56 expanded variables. 58 A simply expanded variable is defined using the := assignment operator. Its 59 righthand side is expanded immediately upon reading the line from the Kconfig 62 A recursively expanded variable is defined using the = assignment operator. 68 variable. The righthand side of += is expanded immediately if the lefthand 79 Useful functions must be expanded when they are used since the same function is [all …]
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 23 # The following should print "$(X)". It should not be expanded further. 32 # A simple expanded should not be expanded multiple times. 33 # The following should print "$(X)". It should not be expanded further.
|
/Linux-v4.19/usr/ |
D | gen_init_cpio.c | 385 char expanded[PATH_MAX + 1]; in cpio_replace_env() local 392 snprintf(expanded, sizeof expanded, "%s%s%s", in cpio_replace_env() 394 strcpy(new_location, expanded); in cpio_replace_env()
|
/Linux-v4.19/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 345 char *expanded; in get_defined_attribute() local 347 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute() 348 if (!expanded) { in get_defined_attribute() 350 return expanded; in get_defined_attribute() 353 found = expanded; in get_defined_attribute()
|
/Linux-v4.19/Documentation/core-api/ |
D | librs.rst | 60 The expanded data can be inverted on the fly by providing a non-zero 61 inversion mask. The expanded data is XOR'ed with the mask. This is used 67 The databytes are expanded to the given symbol size on the fly. There is 97 The databytes are expanded to the given symbol size on the fly. There is
|
/Linux-v4.19/arch/powerpc/perf/ |
D | hv-common.c | 36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
|
D | hv-common.h | 12 expanded:1, member
|
D | hv-gpci.c | 104 HV_CAPS_ATTR(expanded, "%d\n");
|
/Linux-v4.19/fs/ |
D | file.c | 198 int expanded = 0; in expand_files() local 205 return expanded; in expand_files() 213 expanded = 1; in expand_files() 221 expanded = expand_fdtable(files, nr); in expand_files() 225 return expanded; in expand_files()
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 24 # 'filename' is expanded to the currently parsed file name,
|
/Linux-v4.19/scripts/gdb/linux/ |
D | constants.py.in | 19 /* We need to stringify expanded macros so that they can be parsed */
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-srggb10.rst | 16 10-bit Bayer formats expanded to 16 bits
|
D | pixfmt-srggb12.rst | 17 12-bit Bayer formats expanded to 16 bits
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_gpci | 17 What: /sys/bus/event_source/devices/hv_gpci/interface/expanded
|
/Linux-v4.19/Documentation/networking/ |
D | ipsec.txt | 18 datagram fragmentation when the expanded datagram is larger than the
|
D | vxlan.txt | 6 size of the identifier is expanded to 24 bits (16777216).
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | soft-dirty.rst | 41 expanded regions) as soft dirty.
|
/Linux-v4.19/drivers/s390/block/ |
D | Kconfig | 10 Select this option if you want to use your expanded storage on S/390
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 82 Compile in register value tables for the output of expanded register
|
D | Kconfig.aic7xxx | 87 Compile in register value tables for the output of expanded register
|
/Linux-v4.19/Documentation/i2c/ |
D | i2c-protocol | 10 Addr (7 bits): I2C 7 bit address. Note that this can be expanded as usual to
|
/Linux-v4.19/drivers/md/ |
D | raid5.h | 274 int syncing, expanding, expanded, replacing; member
|
/Linux-v4.19/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 158 struct rdac_pg_expanded expanded; member 277 rdac_pg = &ctlr->mode_select.expanded; in rdac_failover_get()
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | hists.c | 283 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() local 285 if (expanded) in on_row_activated()
|