Home | History | Annotate | Download | only in sys

Lines Matching refs:_s

77 #define	__IDSTRING(_n,_s)		__SECTIONSTRING(.ident,_s)
79 #define __RCSID(_s) __IDSTRING(rcsid,_s)
80 #define __SCCSID(_s)
81 #define __SCCSID2(_s)
83 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
85 #define __COPYRIGHT(_s) \
87 __attribute__((__unused__,__section__(".copyright"))) = _s
90 #define __KERNEL_RCSID(_n, _s) __RCSID(_s)
91 #define __KERNEL_SCCSID(_n, _s)
93 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)
95 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)