Home | History | Annotate | Download | only in sys

Lines Matching refs:_s

117 #define	__IDSTRING(_n,_s)		__SECTIONSTRING(.ident,_s)
119 #define __RCSID(_s) __IDSTRING(rcsid,_s)
120 #define __SCCSID(_s)
121 #define __SCCSID2(_s)
123 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
125 #define __COPYRIGHT(_s) \
127 __attribute__((__unused__,__section__(".copyright"))) = _s
130 #define __KERNEL_RCSID(_n, _s) __RCSID(_s)
131 #define __KERNEL_SCCSID(_n, _s)
133 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)
135 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)