| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | aliasesdb | 6 if [ "$(/usr/sbin/postconf -h alias_database)" = "hash:/etc/aliases" ] 8 # /etc/aliases.db may be used by other MTA, make sure nothing 10 [ /etc/aliases -nt /etc/aliases.db ] || 11 [ "$ALIASESDB_STAMP" -nt /etc/aliases.db ] || 12 [ "$ALIASESDB_STAMP" -ot /etc/aliases.db ] || return 0 14 touch -r /etc/aliases.db "$ALIASESDB_STAMP"
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pmu.c | 475 * Reading the pmu event aliases definition, which should be located at: 513 * which we don't want for implicit terms in aliases. in pmu_alias_terms() 723 * Match more complex aliases where the alias name is a comma-delimited in pmu_uncore_alias_match() 747 * as aliases. 755 * Found a matching PMU events table. Create aliases in pmu_add_cpu_aliases_map() 822 LIST_HEAD(aliases); in pmu_lookup() 839 if (pmu_aliases(name, &aliases)) in pmu_lookup() 851 pmu_add_cpu_aliases(&aliases, pmu); in pmu_lookup() 854 INIT_LIST_HEAD(&pmu->aliases); in pmu_lookup() 857 list_splice(&aliases, &pmu->aliases); in pmu_lookup() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec_test.c | 62 /* maximum number of nodes / aliases to generate */ 70 * @param aliases Specifies alias assignments. Format is a list of items 77 static int make_fdt(void *fdt, int size, const char *aliases, in make_fdt() argument 88 CHECK(fdt_begin_node(fdt, "aliases")); in make_fdt() 89 for (s = aliases; *s;) { in make_fdt() 122 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() argument 135 printf("aliases=%s, nodes=%s, expect=%s: ", aliases, nodes, expect); in run_test() 136 CHECKVAL(make_fdt(blob, FDT_SIZE, aliases, nodes), 0); in run_test() 191 /* no aliases */ in do_test_fdtdec() 199 /* conflicting aliases - first one gets it */ in do_test_fdtdec()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | mpic_msgr.c | 108 struct device_node *aliases; in mpic_msgr_number_of_blocks() local 111 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_number_of_blocks() 113 if (aliases) { in mpic_msgr_number_of_blocks() 118 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks() 135 struct device_node *aliases; in mpic_msgr_block_number() local 140 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_block_number() 141 if (!aliases) in mpic_msgr_block_number() 148 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | pmu-events.c | 19 /* extra events for aliases */ 256 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias() argument 260 list_for_each_entry(alias, aliases, list) in find_alias() 267 /* Verify aliases are as expected */ 273 LIST_HEAD(aliases); in __test__pmu_event_aliases() 296 pmu_add_cpu_aliases_map(&aliases, pmu, map); in __test__pmu_event_aliases() 299 struct perf_pmu_alias *alias = find_alias(te->name, &aliases); in __test__pmu_event_aliases() 306 pr_debug3("testing aliases PMU %s: skip matching alias %s\n", in __test__pmu_event_aliases() 311 pr_debug2("testing aliases PMU %s: no alias, alias_table->name=%s\n", in __test__pmu_event_aliases() 318 pr_debug2("testing aliases PMU %s: mismatched desc, %s vs %s\n", in __test__pmu_event_aliases() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Help.html | 30 <link href="Command-aliases-default-args.html#Command-aliases-default-args" rel="previous" title="C… 67 …revious: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="p" re… 90 aliases -- User-defined aliases of other commands 116 aliases, the aliases are given after the command name, separated by 147 one or more aliases, <small>GDB</small> will display a first line with 148 the command name and all its aliases separated by commas. 149 This first line will be followed by the full definition of all aliases 170 aliases -- User-defined aliases of other commands 311 …revious: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="p" re…
|
| H A D | Command-aliases-default-args.html | 17 <title>Debugging with GDB: Command aliases default args</title> 19 <meta name="description" content="Debugging with GDB: Command aliases default args"> 20 <meta name="keywords" content="Debugging with GDB: Command aliases default args"> 64 <a name="Command-aliases-default-args"></a> 70 <a name="Automatically-Prepend-Default-Arguments-to-User_002dDefined-Aliases"></a> 71 <h3 class="section">3.5 Automatically Prepend Default Arguments to User-Defined Aliases</h3> 103 <p>The different aliases of a command do not share their default args. 114 <p>(For more on using the <code>alias</code> command, see <a href="Aliases.html#Aliases">Aliases</a… 157 could easily accept default arguments for pre-defined commands and aliases,
|
| H A D | Aliases.html | 17 <title>Debugging with GDB: Aliases</title> 19 <meta name="description" content="Debugging with GDB: Aliases"> 20 <meta name="keywords" content="Debugging with GDB: Aliases"> 64 <a name="Aliases"></a> 72 <a name="index-aliases-for-commands"></a> 79 <p><small>GDB</small> itself uses aliases. For example ‘<samp>s</samp>’ is an alias 83 <p>Aliases are also used to provide shortened or more common versions 122 …<a href="Command-aliases-default-args.html#Command-aliases-default-args">Automatically prepend def… 135 <p>Note that aliases are different from user-defined commands.
|
| H A D | Command-Options.html | 29 <link href="Command-aliases-default-args.html#Command-aliases-default-args" rel="next" title="Comma… 67 Next: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="n" rel="n… 138 Next: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="n" rel="n…
|
| H A D | Multiple-Extension-Languages.html | 29 <link href="Aliases.html#Aliases" rel="next" title="Aliases"> 67 Next: <a href="Aliases.html#Aliases" accesskey="n" rel="next">Aliases</a>, Previous: <a href="Auto_…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Help.html | 30 <link href="Command-aliases-default-args.html#Command-aliases-default-args" rel="previous" title="C… 67 …revious: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="p" re… 90 aliases -- User-defined aliases of other commands 116 aliases, the aliases are given after the command name, separated by 147 one or more aliases, <small>GDB</small> will display a first line with 148 the command name and all its aliases separated by commas. 149 This first line will be followed by the full definition of all aliases 170 aliases -- User-defined aliases of other commands 311 …revious: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="p" re…
|
| H A D | Command-aliases-default-args.html | 17 <title>Debugging with GDB: Command aliases default args</title> 19 <meta name="description" content="Debugging with GDB: Command aliases default args"> 20 <meta name="keywords" content="Debugging with GDB: Command aliases default args"> 64 <a name="Command-aliases-default-args"></a> 70 <a name="Automatically-Prepend-Default-Arguments-to-User_002dDefined-Aliases"></a> 71 <h3 class="section">3.5 Automatically Prepend Default Arguments to User-Defined Aliases</h3> 103 <p>The different aliases of a command do not share their default args. 114 <p>(For more on using the <code>alias</code> command, see <a href="Aliases.html#Aliases">Aliases</a… 157 could easily accept default arguments for pre-defined commands and aliases,
|
| H A D | Aliases.html | 17 <title>Debugging with GDB: Aliases</title> 19 <meta name="description" content="Debugging with GDB: Aliases"> 20 <meta name="keywords" content="Debugging with GDB: Aliases"> 64 <a name="Aliases"></a> 72 <a name="index-aliases-for-commands"></a> 79 <p><small>GDB</small> itself uses aliases. For example ‘<samp>s</samp>’ is an alias 83 <p>Aliases are also used to provide shortened or more common versions 122 …<a href="Command-aliases-default-args.html#Command-aliases-default-args">Automatically prepend def… 135 <p>Note that aliases are different from user-defined commands.
|
| H A D | Command-Options.html | 29 <link href="Command-aliases-default-args.html#Command-aliases-default-args" rel="next" title="Comma… 67 Next: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="n" rel="n… 138 Next: <a href="Command-aliases-default-args.html#Command-aliases-default-args" accesskey="n" rel="n…
|
| H A D | Multiple-Extension-Languages.html | 29 <link href="Aliases.html#Aliases" rel="next" title="Aliases"> 67 Next: <a href="Aliases.html#Aliases" accesskey="n" rel="next">Aliases</a>, Previous: <a href="Auto_…
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/ |
| H A D | octeon-platform.c | 705 int aliases; in octeon_fill_mac_addresses() local 709 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses() 710 if (aliases < 0) in octeon_fill_mac_addresses() 725 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_fill_mac_addresses() 735 alias_prop = fdt_getprop(initial_boot_params, aliases, "pip", NULL); in octeon_fill_mac_addresses() 772 int aliases; in octeon_prune_device_tree() local 781 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 782 if (aliases < 0) { in octeon_prune_device_tree() 783 pr_err("Error: No /aliases node in device tree."); in octeon_prune_device_tree() 802 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_prune_device_tree() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | exynos5-gsc.txt | 26 Aliases: 27 Each G-Scaler node should have a numbered alias in the aliases node, 28 in the form of gscN, N = 0...3. G-Scaler driver uses these aliases 33 aliases {
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | expunge-gconv-modules | 20 # associated aliases. 24 aliases[$3] = aliases[$3] " " $2; 39 printf("# Modules and aliases for: %s\n", file); 42 nb_aliases = split(aliases[mods[i]], mod_aliases);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | s390-Operand-Modifier.html | 29 <link href="s390-Aliases.html#s390-Aliases" rel="previous" title="s390 Aliases"> 66 …ction Marker</a>, Previous: <a href="s390-Aliases.html#s390-Aliases" accesskey="p" rel="previous">… 154 …ction Marker</a>, Previous: <a href="s390-Aliases.html#s390-Aliases" accesskey="p" rel="previous">…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | s390-Operand-Modifier.html | 29 <link href="s390-Aliases.html#s390-Aliases" rel="previous" title="s390 Aliases"> 66 …ction Marker</a>, Previous: <a href="s390-Aliases.html#s390-Aliases" accesskey="p" rel="previous">… 154 …ction Marker</a>, Previous: <a href="s390-Aliases.html#s390-Aliases" accesskey="p" rel="previous">…
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | alias.rst | 7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks 9 address/prefixes per interface, but aliases are still supported 42 Aliases are not real devices, but programs should be able to configure 49 If the base device is shut down the added aliases will be deleted too.
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | devres.c | 328 * multiple aliases 335 * @num_id: number of aliases to register 340 * aliases in one operation, the aliases will be automatically 342 * aliases cannot be registered any aliases that were registered 378 * multiple aliases 382 * @num_id: number of aliases to unregister 384 * Unregister aliases registered with
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | mpic-msgr.txt | 32 Aliases: 36 may require aliases to be present. Aliases are of the form 42 aliases {
|
| /OK3568_Linux_fs/kernel/sound/ |
| H A D | Kconfig | 24 module aliases when one of the device numbers is opened. With 27 standard char-major-* aliases. 29 The only visible difference is use of additional module aliases 31 /proc/devices. sound-slot/service-* module aliases are scheduled
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | simple-framebuffer.yaml | 30 It is advised to add display# aliases to help the OS determine how 31 to number things. If display# aliases are used, then if the simplefb 32 node contains a display property then the /aliases/display# path 39 aliases. If display aliases are used then it should be set to the
|