Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysinfo.h62 UNIT = 263 /* UNIT */ enumerator
76 #define UNIT 263 macro
H A Dsysinfo.c138 UNIT = 263 /* UNIT */ enumerator
152 #define UNIT 263 macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.h62 UNIT = 263 /* UNIT */ enumerator
76 #define UNIT 263 macro
H A Dsysinfo.c138 UNIT = 263 /* UNIT */ enumerator
152 #define UNIT 263 macro
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dsamachdep.h211 #define UNIT(ctlr, target) ((ctlr) * 10 + (target)) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc.c246 #define UNIT SZ_1M in guc_ctl_log_params_flags() macro
249 #define UNIT SZ_4K in guc_ctl_log_params_flags() macro
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.h105 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgprof.h105 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
/netbsd-src/sys/dev/pci/bktr/
H A 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/sys/arch/x68k/dev/
H A Dopmbell.c105 #define UNIT(x) minor(x) macro
H A Dpar.c100 #define UNIT(x) minor(x) macro
H A Ditevar.h41 #define UNIT(dev) minor(dev) macro
/netbsd-src/sys/arch/hp300/dev/
H A Dppi.c143 #define UNIT(x) minor(x) macro
H A Dmt.c126 #define UNIT(x) (minor(x) & 3) macro
H A Dct.c212 #define UNIT(x) (minor(x) & 3) macro
/netbsd-src/sys/dev/gpib/
H A Dppi.c143 #define UNIT(x) minor(x) macro
/netbsd-src/sys/arch/amiga/dev/
H A Dpar.c83 #define UNIT(x) minor(x) macro
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c66 #define UNIT(dev) (minor(dev) & XLCOM_UNIT_MASK) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsumod.h321 # define UNIT(x) ((x) << 24) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c97 #define UNIT_NUMBER(UNIT) (((UNIT) - 1) / 2) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc98 #define UNIT_NUMBER(UNIT) (((UNIT) - 1) / 2) argument