Searched refs:__IDSTRING (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h592 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
598 * #define __IDSTRING(name,string) struct __hack
600 #define __IDSTRING(name,string) static const char name[] __unused = string macro
611 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
619 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
627 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
635 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
643 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)

Completed in 59 milliseconds