Home
last modified time | relevance | path

Searched full:alias (Results 1 – 25 of 2040) sorted by relevance

12345678910>>...82

/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.symbols
H A Dmodules.alias
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/
H A Dgconv-modules30 # If the lines start with `alias'
31 # alias: alias name which is not really recognized.
34 alias ISO-IR-4// BS_4730//
35 alias ISO646-GB// BS_4730//
36 alias GB// BS_4730//
37 alias UK// BS_4730//
38 alias CSISO4UNITEDKINGDOM// BS_4730//
42 alias ISO-IR-121// CSA_Z243.4-1985-1//
43 alias ISO646-CA// CSA_Z243.4-1985-1//
44 alias CSA7-1// CSA_Z243.4-1985-1//
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/lib64/gconv/
H A Dgconv-modules30 # If the lines start with `alias'
31 # alias: alias name which is not really recognized.
34 alias ISO-IR-4// BS_4730//
35 alias ISO646-GB// BS_4730//
36 alias GB// BS_4730//
37 alias UK// BS_4730//
38 alias CSISO4UNITEDKINGDOM// BS_4730//
42 alias ISO-IR-121// CSA_Z243.4-1985-1//
43 alias ISO646-CA// CSA_Z243.4-1985-1//
44 alias CSA7-1// CSA_Z243.4-1985-1//
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A Dgit-mailrc8 alias uboot u-boot@lists.denx.de
9 alias u-boot uboot
11 # Maintainer aliases. Use the same alias here as patchwork to keep
13 alias aaribaud Albert Aribaud <albert.u.boot@aribaud.net>
14 alias abiessmann Andreas Bießmann <andreas@biessmann.org>
15 alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com>
16 alias afleming Andy Fleming <afleming@gmail.com>
17 alias ag Anatolij Gustschin <agust@denx.de>
18 alias alisonwang Alison Wang <alison.wang@freescale.com>
19 alias angelo_ts Angelo Dureghello <angelo@sysam.it>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dmapbox.qrc3 <file alias="aerialway.svg">maki-4.0.0/aerialway.svg</file>
4 <file alias="airfield.svg">maki-4.0.0/airfield.svg</file>
5 <file alias="airport.svg">maki-4.0.0/airport.svg</file>
6 <file alias="alcohol-shop">maki-4.0.0/alcohol-shop.svg</file>
7 <file alias="america-football">maki-4.0.0/america-football.svg</file>
8 <file alias="amusement-park">maki-4.0.0/amusement-park.svg</file>
9 <file alias="aquarium.svg">maki-4.0.0/aquarium.svg</file>
10 <file alias="art-gallery">maki-4.0.0/art-gallery.svg</file>
11 <file alias="attraction.svg">maki-4.0.0/attraction.svg</file>
12 <file alias="bakery.svg">maki-4.0.0/bakery.svg</file>
[all …]
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dfile2alias.c1 /* Simple code to turn various tables in an ELF file into alias definitions.
59 int (*do_entry)(const char *filename, void *symval, char *alias);
62 /* Size of alias provided to do_entry functions */
162 char alias[500]; in do_usb_entry() local
175 strcpy(alias, "usb:"); in do_usb_entry()
176 ADD(alias, "v", match_flags&USB_DEVICE_ID_MATCH_VENDOR, in do_usb_entry()
178 ADD(alias, "p", match_flags&USB_DEVICE_ID_MATCH_PRODUCT, in do_usb_entry()
181 strcat(alias, "d"); in do_usb_entry()
183 sprintf(alias + strlen(alias), "%0*X", in do_usb_entry()
186 sprintf(alias + strlen(alias), "%X", range_lo); in do_usb_entry()
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py289 def BuildEmailList(in_list, tag=None, alias=None, raise_on_error=True): argument
302 alias: Alias dictionary
303 raise_on_error: True to raise an error when an alias fails to match,
309 >>> alias = {}
310 >>> alias['fred'] = ['f.bloggs@napier.co.nz']
311 >>> alias['john'] = ['j.bloggs@napier.co.nz']
312 >>> alias['mary'] = ['Mary Poppins <m.poppins@cloud.net>']
313 >>> alias['boys'] = ['fred', ' john']
314 >>> alias['all'] = ['fred ', 'john', ' mary ']
315 >>> BuildEmailList(['john', 'mary'], None, alias)
[all …]
H A Dsettings.py44 ... [alias]
58 # Check to make sure that bogus project gets general alias.
61 >>> config.get("alias", "enemies")
64 # Check to make sure that alias gets overridden by project.
67 >>> config.get("alias", "enemies")
157 """Read a git alias file. This is in the form used by git:
159 alias uboot u-boot@lists.denx.de
160 alias wd Wolfgang Denk <wd@denx.de>
168 print("Warning: Cannot find alias file '%s'" % fname)
171 re_line = re.compile('alias\s+(\S+)\s+(.*)')
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-s3c64xx.c311 ALIAS(FOUT_APLL, NULL, "fout_apll"),
312 ALIAS(FOUT_MPLL, NULL, "fout_mpll"),
313 ALIAS(FOUT_EPLL, NULL, "fout_epll"),
314 ALIAS(MOUT_EPLL, NULL, "mout_epll"),
315 ALIAS(DOUT_MPLL, NULL, "dout_mpll"),
316 ALIAS(HCLKX2, NULL, "hclk2"),
317 ALIAS(HCLK, NULL, "hclk"),
318 ALIAS(PCLK, NULL, "pclk"),
319 ALIAS(PCLK, NULL, "clk_uart_baud2"),
320 ALIAS(ARMCLK, NULL, "armclk"),
[all …]
H A Dclk-s3c2443.c146 ALIAS(MSYSCLK, NULL, "msysclk"),
147 ALIAS(ARMCLK, NULL, "armclk"),
148 ALIAS(MPLL, NULL, "mpll"),
149 ALIAS(EPLL, NULL, "epll"),
150 ALIAS(HCLK, NULL, "hclk"),
151 ALIAS(HCLK_SSMC, NULL, "nand"),
152 ALIAS(PCLK_UART0, "s3c2440-uart.0", "uart"),
153 ALIAS(PCLK_UART1, "s3c2440-uart.1", "uart"),
154 ALIAS(PCLK_UART2, "s3c2440-uart.2", "uart"),
155 ALIAS(PCLK_UART3, "s3c2440-uart.3", "uart"),
[all …]
H A Dclk-s3c2410.c97 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"),
98 ALIAS(PCLK_ADC, NULL, "adc"),
99 ALIAS(PCLK_RTC, NULL, "rtc"),
100 ALIAS(PCLK_PWM, NULL, "timers"),
101 ALIAS(HCLK_LCD, NULL, "lcd"),
102 ALIAS(HCLK_USBD, NULL, "usb-device"),
103 ALIAS(HCLK_USBH, NULL, "usb-host"),
104 ALIAS(UCLK, NULL, "usb-bus-host"),
105 ALIAS(UCLK, NULL, "usb-bus-gadget"),
106 ALIAS(ARMCLK, NULL, "armclk"),
[all …]
H A Dclk-s3c2412.c137 ALIAS(PCLK_UART0, "s3c2412-uart.0", "uart"),
138 ALIAS(PCLK_UART1, "s3c2412-uart.1", "uart"),
139 ALIAS(PCLK_UART2, "s3c2412-uart.2", "uart"),
140 ALIAS(PCLK_UART0, "s3c2412-uart.0", "clk_uart_baud2"),
141 ALIAS(PCLK_UART1, "s3c2412-uart.1", "clk_uart_baud2"),
142 ALIAS(PCLK_UART2, "s3c2412-uart.2", "clk_uart_baud2"),
143 ALIAS(SCLK_UART, NULL, "clk_uart_baud3"),
144 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"),
145 ALIAS(PCLK_ADC, NULL, "adc"),
146 ALIAS(PCLK_RTC, NULL, "rtc"),
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpmu.c143 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale() argument
169 ret = perf_pmu__convert_scale(scale, NULL, &alias->scale); in perf_pmu__parse_scale()
175 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit() argument
187 sret = read(fd, alias->unit, UNIT_MAX_LEN); in perf_pmu__parse_unit()
193 if (alias->unit[sret - 1] == '\n') in perf_pmu__parse_unit()
194 alias->unit[sret - 1] = '\0'; in perf_pmu__parse_unit()
196 alias->unit[sret] = '\0'; in perf_pmu__parse_unit()
201 alias->unit[0] = '\0'; in perf_pmu__parse_unit()
206 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg() argument
219 alias->per_pkg = true; in perf_pmu__parse_per_pkg()
[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 DAliases.html79 <p><small>GDB</small> itself uses aliases. For example &lsquo;<samp>s</samp>&rsquo; is an alias
85 &lsquo;<samp>tty</samp>&rsquo; alias of the &lsquo;<samp>set inferior-tty</samp>&rsquo; command.
87 <p>You can define a new alias with the &lsquo;<samp>alias</samp>&rsquo; command.
91 <a name="index-alias"></a>
93 <dt><code>alias [-a] [--] <var>ALIAS</var> = <var>COMMAND</var> [DEFAULT-ARGS...]</code></dt>
96 <p><var>ALIAS</var> specifies the name of the new alias.
97 Each word of <var>ALIAS</var> must consist of letters, numbers, dashes and
103 <p><var>COMMAND</var> can also be the name of an existing alias. In this case,
104 <var>COMMAND</var> cannot be an alias that has default arguments.
106 <p>The &lsquo;<samp>-a</samp>&rsquo; option specifies that the new alias is an abbreviation
[all …]
/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 DAliases.html79 <p><small>GDB</small> itself uses aliases. For example &lsquo;<samp>s</samp>&rsquo; is an alias
85 &lsquo;<samp>tty</samp>&rsquo; alias of the &lsquo;<samp>set inferior-tty</samp>&rsquo; command.
87 <p>You can define a new alias with the &lsquo;<samp>alias</samp>&rsquo; command.
91 <a name="index-alias"></a>
93 <dt><code>alias [-a] [--] <var>ALIAS</var> = <var>COMMAND</var> [DEFAULT-ARGS...]</code></dt>
96 <p><var>ALIAS</var> specifies the name of the new alias.
97 Each word of <var>ALIAS</var> must consist of letters, numbers, dashes and
103 <p><var>COMMAND</var> can also be the name of an existing alias. In this case,
104 <var>COMMAND</var> cannot be an alias that has default arguments.
106 <p>The &lsquo;<samp>-a</samp>&rsquo; option specifies that the new alias is an abbreviation
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/syscalls/
H A Dfreebsd.xml31 <syscall name="freebsd11_mknod" number="14" alias="mknod"/>
35 <syscall name="freebsd4_getfsstat" number="18" alias="getfsstat"/>
56 <syscall name="freebsd10_pipe" number="42" alias="pipe"/>
79 <syscall name="freebsd11_vadvise" number="72" alias="vadvise"/>
131 <syscall name="freebsd4_statfs" number="157" alias="statfs"/>
132 <syscall name="freebsd4_fstatfs" number="158" alias="fstatfs"/>
135 <syscall name="freebsd4_getdomainname" number="162" alias="getdomainname"/>
136 <syscall name="freebsd4_setdomainname" number="163" alias="setdomainname"/>
137 <syscall name="freebsd4_uname" number="164" alias="uname"/>
143 <syscall name="freebsd6_pread" number="173" alias="pread"/>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/syscalls/
H A Dfreebsd.xml31 <syscall name="freebsd11_mknod" number="14" alias="mknod"/>
35 <syscall name="freebsd4_getfsstat" number="18" alias="getfsstat"/>
56 <syscall name="freebsd10_pipe" number="42" alias="pipe"/>
79 <syscall name="freebsd11_vadvise" number="72" alias="vadvise"/>
131 <syscall name="freebsd4_statfs" number="157" alias="statfs"/>
132 <syscall name="freebsd4_fstatfs" number="158" alias="fstatfs"/>
135 <syscall name="freebsd4_getdomainname" number="162" alias="getdomainname"/>
136 <syscall name="freebsd4_setdomainname" number="163" alias="setdomainname"/>
137 <syscall name="freebsd4_uname" number="164" alias="uname"/>
143 <syscall name="freebsd6_pread" number="173" alias="pread"/>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dcdefs.h184 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
186 # define __REDIRECT_NTH(name, proto, alias) \ argument
187 name proto __THROW __asm__ (__ASMNAME (#alias))
188 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
189 name proto __THROWNL __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT_NTH(name, proto, alias) \ argument
192 name proto __asm__ (__ASMNAME (#alias)) __THROW
193 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
194 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
202 # define __REDIRECT(name, proto, alias) name proto; \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dcdefs.h184 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
186 # define __REDIRECT_NTH(name, proto, alias) \ argument
187 name proto __THROW __asm__ (__ASMNAME (#alias))
188 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
189 name proto __THROWNL __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT_NTH(name, proto, alias) \ argument
192 name proto __asm__ (__ASMNAME (#alias)) __THROW
193 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
194 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
202 # define __REDIRECT(name, proto, alias) name proto; \
[all …]
/OK3568_Linux_fs/buildroot/build/
H A Denvsetup.sh171 # Set alias
172 alias croot='cd "$TOP_DIR"'
173 alias broot='cd "$BUILDROOT_DIR"'
174 alias bmake='make -C "$BUILDROOT_OUTPUT_DIR"'
176 alias bconfig='bpkg_run configure'
177 alias bbuild='bpkg_run build'
178 alias binstall='bpkg_run install'
179 alias bdeploy='bpkg_run deploy'
180 alias bupdate='bpkg_run update'
182 alias breconfig='bpkg_run reconfig'
[all …]
/OK3568_Linux_fs/buildroot/
H A Denvsetup.sh171 # Set alias
172 alias croot='cd "$TOP_DIR"'
173 alias broot='cd "$BUILDROOT_DIR"'
174 alias bmake='make -C "$BUILDROOT_OUTPUT_DIR"'
176 alias bconfig='bpkg_run configure'
177 alias bbuild='bpkg_run build'
178 alias binstall='bpkg_run install'
179 alias bdeploy='bpkg_run deploy'
180 alias bupdate='bpkg_run update'
182 alias breconfig='bpkg_run reconfig'
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_size_get.c55 __attribute__ ((alias( # to )));
56 #define ALIAS(from,to) ALIAS2( from, __gl ## to ## _size ) macro
58 #define ALIAS(from,to) \ macro
1187 ALIAS(Fogiv, Fogfv)
1188 ALIAS(Lightiv, Lightfv)
1189 ALIAS(LightModeliv, LightModelfv)
1190 ALIAS(Materialiv, Materialfv)
1191 ALIAS(TexParameteriv, TexParameterfv)
1192 ALIAS(TexEnviv, TexEnvfv)
1193 ALIAS(TexGenfv, TexGendv)
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
16 Alias creation
19 Alias creation is done by 'magic' interface naming: eg. to create a
20 200.1.1.1 alias for eth0 ...
24 ~~ -> request alias #0 creation (if not yet exists) for eth0
30 Alias deletion
33 The alias is removed by shutting the alias down::
36 ~~~~~~~~~~ -> will delete alias
39 Alias (re-)configuring

12345678910>>...82