Home | History | Annotate | Download | only in sys

Lines Matching refs:_s

70 #define	__IDSTRING(_n,_s)		__SECTIONSTRING(.ident,_s)
72 #define __RCSID(_s) __IDSTRING(rcsid,_s)
73 #define __SCCSID(_s)
74 #define __SCCSID2(_s)
76 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
78 #define __COPYRIGHT(_s) \
80 __attribute__((__unused__,__section__(".copyright"))) = _s
83 #define __KERNEL_RCSID(_n, _s) __RCSID(_s)
84 #define __KERNEL_SCCSID(_n, _s)
86 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)
88 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)