Home
last modified time | relevance | path

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

/csrg-svn/usr.bin/pascal/libpc/
H A DUNIT.c15 UNIT(curfile) in UNIT() function
/csrg-svn/sys/hp300/dev/
H A Dppi.c50 #define UNIT(x) minor(x) macro
H A Dct.c102 #define UNIT(x) (minor(x) & 3) macro
H A Dst.c130 #define UNIT(x) (minor(x) & 3) macro
H A Ddcm.c163 #define UNIT(x) minor(x) macro
/csrg-svn/sys/i386/isa/
H A Dcom.c84 #define UNIT(x) minor(x) macro
/csrg-svn/old/prof/
H A Dprof.c13 typedef unsigned short UNIT; /* unit of profiling */ typedef
/csrg-svn/sys/vax/uba/
H A Ddhu.c57 #define UNIT(x) (minor(x)) macro
H A Duu.c88 #define UNIT(dev) (minor(dev)>>1) macro
/csrg-svn/sys/hp/dev/
H A Ddca.c99 #define UNIT(x) minor(x) macro
H A Ditevar.h17 #define UNIT(dev) minor(dev) macro
/csrg-svn/usr.bin/gprof/
H A Dgprof.h58 typedef u_short UNIT; /* unit of profiling */ typedef
/csrg-svn/sys/vax/if/ACC/driver/
H A Dif_x29.c105 #define UNIT(x) ((minor(x) >> LOG2_XXLPERBRD) & LOG2_XXBOARDS) macro