Searched refs:__IDSTRING (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | cdefs.h | 594 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 602 #define __IDSTRING(name,string) static const char name[] __unused = string macro 613 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 621 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 629 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 637 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 645 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|