Home | History | Annotate | Download | only in sys

Lines Matching refs:_s

98 #define	__IDSTRING(_n,_s)		__SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
111 #define __KERNEL_RCSID(_n, _s) __RCSID(_s)
112 #define __KERNEL_SCCSID(_n, _s)
114 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)