HomeSort by: relevance | last modified time | path
    Searched defs:CLASS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
pci.c 73 #define CLASS (PCI_CLASS_REG >> 2)
122 if (PCI_CLASS(pslot->regs[CLASS]) ==
  /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/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/usr.sbin/gspa/gspa/
gsp_inst.c 47 u_char class; /* instruction class + flags */ member in struct:inst
51 /* Values for flags in class field */
59 #define CLASS 0x1F
61 /* Values for class */
291 if( ip->class == PSEUDO ){
445 int opc, nw, class, flags, ms, md, off; local in function:encode_instr
463 class = ip->class & CLASS;
    [all...]
  /src/sys/arch/arm/footbridge/
dc21285reg.h 48 #define CLASS 0x0A

Completed in 14 milliseconds