Searched refs:UNIT (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dmips.h43 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsyslex.l66 "bits" { yylval.i =1 ;return UNIT;}
67 "bit" { yylval.i = 1; return UNIT;}
68 "bytes" { yylval.i= 8; return UNIT;}
69 "byte" { yylval.i = 8; return UNIT;}
H A Dsysinfo.y48 %token <i> NUMBER UNIT
372 NUMBER UNIT
/freebsd-9.3-release/sys/dev/tdfx/
H A Dtdfx_vars.h72 #define UNIT(m) (m & 0xf) macro
/freebsd-9.3-release/sys/dev/pbio/
H A Dpbio.c82 #define UNIT(dev) (dev2unit(dev) >> 2) macro
253 unit = UNIT(dev);
290 unit = UNIT(dev);
323 unit = UNIT(dev);
379 unit = UNIT(dev);
408 unit = UNIT(dev);
455 unit = UNIT(dev);
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_os.c571 #define UNIT(x) ((x) & 0x0f) macro
584 unit = UNIT( dev2unit(dev) );
684 unit = UNIT( dev2unit(dev) );
722 unit = UNIT(dev2unit(dev));
760 unit = UNIT(dev2unit(dev));
800 unit = UNIT(dev2unit(dev));
833 unit = UNIT(dev2unit(dev));
1183 #define UNIT(x) (dev2unit((x) & 0x0f)) macro
1195 unit = UNIT(dev);
1228 unit = UNIT(de
[all...]
/freebsd-9.3-release/sys/dev/streams/
H A Dstreams.c113 #define UNIT(dev) dev2unit(dev) /* assume one minor number per unit */ macro
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dectest.c177 # define UNIT "s"
183 # define UNIT "units"
188 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
191 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
195 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
198 fprintf(stdout, "average: %.4f " UNIT "\n",
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2006 UNIT="day"
2009 UNIT="week"
2012 UNIT="month"
2019 UNIT="${UNIT}s"
2027 release within the next ${NUM} ${UNIT}.
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_sb.h189 #define XFS_SB_UNIT XFS_SB_MVAL(UNIT)

Completed in 1521 milliseconds