Searched refs:arglist (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/powerpc/xmon/ |
D | ansidecl.h | 110 #define DEFUN(name, arglist, args) name(args) argument 113 #define PROTO(type, name, arglist) type name arglist argument 134 #define DEFUN(name, arglist, args) name arglist args; argument 136 #define PROTO(type, name, arglist) type name () argument
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 53 va_list arglist; in fatal() local 57 va_start(arglist, fmt); in fatal() 58 vfprintf(stderr, fmt, arglist); in fatal() 59 va_end(arglist); in fatal() 66 va_list arglist; in warn() local 70 va_start(arglist, fmt); in warn() 71 vfprintf(stderr, fmt, arglist); in warn() 72 va_end(arglist); in warn() 77 va_list arglist; in merror() local 81 va_start(arglist, fmt); in merror() [all …]
|
/linux-4.1.27/arch/metag/kernel/ |
D | head.S | 16 ! D0Ar4 contains kernel arglist pointer
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 506 (defun c-lineup-arglist-tabs-only (ignored) 521 (arglist-cont-nonempty 523 c-lineup-arglist-tabs-only))))))
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 320 * NCR5380.c: Update interrupt handler with new arglist. Minor
|