| /src/sys/external/bsd/drm2/include/linux/ |
| tracepoint.h | 42 #define DEFINE_EVENT(CLASS, NAME, PROTOTYPE, ARGS) \
|
| ww_mutex.h | 47 #define DEFINE_WW_CLASS(CLASS) \ 48 struct ww_class CLASS = { \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_openbsd.h | 364 #define CHECK_SIZE_AND_OFFSET(CLASS, MEMBER) \ 365 COMPILER_CHECK(sizeof(((__sanitizer_##CLASS *)NULL)->MEMBER) == \ 366 sizeof(((CLASS *)NULL)->MEMBER)); \ 367 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \ 368 offsetof(CLASS, MEMBER)) 372 #define CHECK_STRUCT_SIZE_AND_OFFSET(CLASS, MEMBER) \ 373 COMPILER_CHECK(sizeof(((struct __sanitizer_##CLASS *)NULL)->MEMBER) == \ 374 sizeof(((struct CLASS *)NULL)->MEMBER)); \ 375 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \ 376 offsetof(struct CLASS, MEMBER) [all...] |
| sanitizer_platform_limits_solaris.h | 480 #define CHECK_SIZE_AND_OFFSET(CLASS, MEMBER) \ 481 COMPILER_CHECK(sizeof(((__sanitizer_##CLASS *) NULL)->MEMBER) == \ 482 sizeof(((CLASS *) NULL)->MEMBER)); \ 483 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \ 484 offsetof(CLASS, MEMBER)) 488 #define CHECK_STRUCT_SIZE_AND_OFFSET(CLASS, MEMBER) \ 489 COMPILER_CHECK(sizeof(((struct __sanitizer_##CLASS *) NULL)->MEMBER) == \ 490 sizeof(((struct CLASS *) NULL)->MEMBER)); \ 491 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \ 492 offsetof(struct CLASS, MEMBER) [all...] |
| sanitizer_platform_limits_freebsd.h | 638 #define CHECK_SIZE_AND_OFFSET(CLASS, MEMBER) \ 639 COMPILER_CHECK(sizeof(((__sanitizer_##CLASS *) NULL)->MEMBER) == \ 640 sizeof(((CLASS *) NULL)->MEMBER)); \ 641 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \ 642 offsetof(CLASS, MEMBER)) 646 #define CHECK_STRUCT_SIZE_AND_OFFSET(CLASS, MEMBER) \ 647 COMPILER_CHECK(sizeof(((struct __sanitizer_##CLASS *) NULL)->MEMBER) == \ 648 sizeof(((struct CLASS *) NULL)->MEMBER)); \ 649 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \ 650 offsetof(struct CLASS, MEMBER) [all...] |
| sanitizer_platform_limits_posix.h | 1437 #define CHECK_SIZE_AND_OFFSET(CLASS, MEMBER) \ 1438 COMPILER_CHECK(sizeof(((__sanitizer_##CLASS *) NULL)->MEMBER) == \ 1439 sizeof(((CLASS *) NULL)->MEMBER)); \ 1440 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \ 1441 offsetof(CLASS, MEMBER)) 1445 #define CHECK_STRUCT_SIZE_AND_OFFSET(CLASS, MEMBER) \ 1446 COMPILER_CHECK(sizeof(((struct __sanitizer_##CLASS *) NULL)->MEMBER) == \ 1447 sizeof(((struct CLASS *) NULL)->MEMBER)); \ 1448 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \ 1449 offsetof(struct CLASS, MEMBER) [all...] |
| sanitizer_platform_limits_netbsd.h | 2371 #define CHECK_SIZE_AND_OFFSET(CLASS, MEMBER) \ 2372 COMPILER_CHECK(sizeof(((__sanitizer_##CLASS *)NULL)->MEMBER) == \ 2373 sizeof(((CLASS *)NULL)->MEMBER)); \ 2374 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \ 2375 offsetof(CLASS, MEMBER)) 2379 #define CHECK_STRUCT_SIZE_AND_OFFSET(CLASS, MEMBER) \ 2380 COMPILER_CHECK(sizeof(((struct __sanitizer_##CLASS *)NULL)->MEMBER) == \ 2381 sizeof(((struct CLASS *)NULL)->MEMBER)); \ 2382 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \ 2383 offsetof(struct CLASS, MEMBER) [all...] |
| /src/sys/arch/prep/stand/boot/ |
| pci.c | 61 #define CLASS (PCI_CLASS_REG >> 2) 168 if (((pslot->regs[CLASS] & 0xffffff00) == 170 ((pslot->regs[CLASS] & 0xffffff00) ==
|
| /src/sys/arch/bebox/stand/boot/ |
| pci.c | 73 #define CLASS (PCI_CLASS_REG >> 2) 122 if (PCI_CLASS(pslot->regs[CLASS]) ==
|
| /src/usr.bin/tr/ |
| str.c | 184 case ':': /* "[:class:]" */ 216 } CLASS; 218 static const CLASS classes[] = { 239 genclass(const char *class, size_t len) 242 const CLASS *cp; 247 /* Find the class */ 248 key.name = class; 253 errx(1, "unknown class %.*s", (int)len, class); 257 * Figure out what characters are in the class [all...] |
| /src/usr.sbin/altq/altqstat/ |
| quip_client.c | 58 * <interface> or <class> or <filter>. 60 * <class> = <if_name>:<class_path>/<class_name> 96 * convert class handle to class name: 104 enum nametype { INTERFACE, CLASS, FILTER, CONDITIONER }; 381 /* get class name from the server */ 387 errx(1, "can't get class name"); 493 type = CLASS; 503 case CLASS: 504 printf("class: %s (handle:%#lx)\n" [all...] |
| /src/sys/arch/arm/footbridge/ |
| dc21285reg.h | 48 #define CLASS 0x0A
|
| /src/usr.sbin/gspa/gspa/ |
| gsp_inst.c | 44 u_char class; /* instruction class + flags */ member in struct:inst 48 /* Values for flags in class field */ 56 #define CLASS 0x1F 58 /* Values for class */ 288 if( ip->class == PSEUDO ){ 442 int opc, nw, class, flags, ms, md, off; local 460 class = ip->class & CLASS; [all...] |