Searched refs:Arguments (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | DAC960.h | 2136 #define DAC960_Announce(Format, Arguments...) \ argument 2137 DAC960_Message(DAC960_AnnounceLevel, Format, ##Arguments) 2139 #define DAC960_Info(Format, Arguments...) \ argument 2140 DAC960_Message(DAC960_InfoLevel, Format, ##Arguments) 2142 #define DAC960_Notice(Format, Arguments...) \ argument 2143 DAC960_Message(DAC960_NoticeLevel, Format, ##Arguments) 2145 #define DAC960_Warning(Format, Arguments...) \ argument 2146 DAC960_Message(DAC960_WarningLevel, Format, ##Arguments) 2148 #define DAC960_Error(Format, Arguments...) \ argument 2149 DAC960_Message(DAC960_ErrorLevel, Format, ##Arguments) [all …]
|
D | DAC960.c | 5757 va_list Arguments; in DAC960_Message() local 5759 va_start(Arguments, Controller); in DAC960_Message() 5760 Length = vsprintf(Buffer, Format, Arguments); in DAC960_Message() 5761 va_end(Arguments); in DAC960_Message()
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | iskeleton.S | 190 | Arguments: 256 | Arguments:
|
/linux-4.1.27/Documentation/ |
D | efi-stub.txt | 42 Arguments to the kernel can be passed after bzImage.efi, e.g.
|
/linux-4.1.27/Documentation/mn10300/ |
D | ABI.txt | 29 Arguments smaller than 32-bits are not coalesced within a register or a stack
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf_asm.S | 103 ;* Arguments: 1359 ;* Arguments:
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 32 FETCHARGS : Arguments. Each probe can have up to 128 args.
|
D | kprobetrace.txt | 36 FETCHARGS : Arguments. Each probe can have up to 128 args.
|
D | mmiotrace.txt | 127 dependent arguments. Arguments are separated by a space, or continue until the
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-raid.txt | 154 Arguments that can be repeated are ordered by value.
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 137 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 9 constant bitrates payloads such as IEC61937 in mind. Arguments and
|
/linux-4.1.27/arch/sh/lib/ |
D | memcpy-sh4.S | 191 ! Arguments are not nicely long word aligned or zero len.
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 127 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1263 /* Arguments of yyformat. */
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1188 /* Arguments of yyformat. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1090 /* Arguments of yyformat. */
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 988 Arguments for enabling a feature. If a feature needs initial values to
|