Searched defs:NOTE (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | note.h | 29 * NOTE is the default interface, but if the identifier NOTE is in use for 32 * files should *not* use NOTE, since the name may already be in use in 49 #define NOTE _NOTE macro
|
/illumos-gate/usr/src/uts/i86xpv/ml/ |
H A D | xenguest.s | 44 #define NOTE(class, id, type, value) \ define 58 NOTE("Xen", XEN_ELFNOTE_LOADER, .string, "generic") 59 NOTE("Xen", XEN_ELFNOTE_XEN_VERSION, .string, "xen-3.0") 60 NOTE("Xen", XEN_ELFNOTE_GUEST_OS, .string, "Solaris") 61 NOTE("Xen", XEN_ELFNOTE_VIRT_BASE, .4byte, 0x40000000) 62 NOTE("Xen", XEN_ELFNOTE_PADDR_OFFSET, .4byte, 0x40000000) 64 NOTE("Xen", XEN_ELFNOTE_PAE_MODE, .string, "yes,bimodal")
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | kernel_int.c | 393 NOTE(NO_COMPETING_THREADS_NOW) 395 NOTE(COMPETING_THREADS_NOW) 444 * NOTE: the next statement is a structure 477 NOTE(NO_COMPETING_THREADS_NOW) 479 NOTE(COMPETING_THREADS_NOW) function 514 NOTE(NO_COMPETING_THREADS_NOW) 516 NOTE(COMPETING_THREADS_NOW)
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 59 /* we want _NOTE, but not NOTE (which collides with our own use) */ 60 #undef NOTE macro
|
H A D | engine.c | 139 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); } macro 143 #define NOTE(s) /* nothing */ macro 273 NOTE("finding start"); 296 NOTE("dissecting"); 307 NOTE("backref dissect"); 319 NOTE("backoff"); 330 NOTE("backoff dissect"); 338 NOTE("false alarm"); 834 break; /* NOTE BREAK OUT */ 935 break; /* NOTE BREA [all...] |
Completed in 60 milliseconds