Searched refs:arglist (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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.4.14/scripts/mod/ |
D | modpost.c | 54 va_list arglist; in fatal() local 58 va_start(arglist, fmt); in fatal() 59 vfprintf(stderr, fmt, arglist); in fatal() 60 va_end(arglist); in fatal() 67 va_list arglist; in warn() local 71 va_start(arglist, fmt); in warn() 72 vfprintf(stderr, fmt, arglist); in warn() 73 va_end(arglist); in warn() 78 va_list arglist; in merror() local 82 va_start(arglist, fmt); in merror() [all …]
|
/linux-4.4.14/arch/metag/kernel/ |
D | head.S | 16 ! D0Ar4 contains kernel arglist pointer
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 506 (defun c-lineup-arglist-tabs-only (ignored) 521 (arglist-cont-nonempty 523 c-lineup-arglist-tabs-only))))))
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 320 * NCR5380.c: Update interrupt handler with new arglist. Minor
|