Searched defs:__FBSDID (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h92 #undef __FBSDID macro
94 #define __FBSDID(s) .ident s macro
96 #define __FBSDID(s) /* nothing */ macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h113 #undef __FBSDID macro
115 #define __FBSDID(s) .ident s macro
117 #define __FBSDID(s) /* nothing */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h607 * __FBSDID("$FreeBSD$");
609 #ifndef __FBSDID
611 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) macro
613 #define __FBSDID(s) struct __hack macro

Completed in 61 milliseconds