Home
last modified time | relevance | path

Searched defs:UNIT (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dsysinfo.h62 UNIT = 263 /* UNIT */ enumerator
76 #define UNIT 263 macro
Dsysinfo.c138 UNIT = 263 /* UNIT */ enumerator
152 #define UNIT 263 macro
/netbsd/src/sys/arch/luna68k/stand/boot/
Dsamachdep.h211 #define UNIT(ctlr, target) ((ctlr) * 10 + (target)) macro
/netbsd/src/external/gpl3/binutils/dist/gprof/
Dgprof.h105 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
/netbsd/src/sys/arch/x68k/dev/
Dopmbell.c105 #define UNIT(x) minor(x) macro
Dpar.c100 #define UNIT(x) minor(x) macro
Ditevar.h41 #define UNIT(dev) minor(dev) macro
/netbsd/src/sys/dev/pci/bktr/
Dbktr_os.c589 #define UNIT(x) ((x) & 0x0f) macro
1093 #define UNIT(x) ((x) & 0x0f) macro
1650 #define UNIT(x) (minor((x) & 0x0f)) macro
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-model.h44 } UNIT; typedef
/netbsd/src/sys/arch/hp300/dev/
Dppi.c143 #define UNIT(x) minor(x) macro
Dmt.c126 #define UNIT(x) (minor(x) & 3) macro
Dct.c212 #define UNIT(x) (minor(x) & 3) macro
/netbsd/src/sys/dev/gpib/
Dppi.c143 #define UNIT(x) minor(x) macro
/netbsd/src/sys/arch/amiga/dev/
Dpar.c83 #define UNIT(x) minor(x) macro
/netbsd/src/sys/arch/evbppc/virtex/dev/
Dxlcom.c66 #define UNIT(dev) (minor(dev) & XLCOM_UNIT_MASK) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc98 #define UNIT_NUMBER(UNIT) (((UNIT) - 1) / 2) argument