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

/illumos-gate/usr/src/cmd/cron/
H A Datt2.l79 "min"s?|"minute"s? { LL(UNIT, MINUTE); }
80 "hour"s? { LL(UNIT, HOUR); }
81 "day"s? { LL(UNIT, DAY); }
82 "week"s? { LL(UNIT, WEEK); }
83 "month"s? { LL(UNIT, MONTH); }
84 "year"s? { LL(UNIT, YEAR); }
H A Datt1.y55 %token UNIT
186 | NEXT UNIT { addincr:
208 | PLUS opt_number UNIT { goto addincr; }
/illumos-gate/usr/src/lib/libdscp/svc/
H A Dsvc-dscp68 for UNIT in 0 1 2 3 4 5 6 7 8 9; do
69 /usr/bin/pppd $DM2S_DEVICE unit $UNIT file $PPP_OPTIONS
71 echo "sppp$UNIT" > $DSCP_IFNAME
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h36 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
H A Dgprof.h92 typedef short UNIT; /* unit of profiling */ typedef
H A Dprintgprof.c145 (long)scale * sizeof (UNIT));
214 (long)scale * sizeof (UNIT));
H A Dgprof.c36 static pctype lowpc, highpc; /* range profiled, in UNIT's */
102 nlp->svalue = nlp->value / sizeof (UNIT);
210 nl[j].value/sizeof (UNIT), svalue0,
1693 lowpc = h.lowpc / sizeof (UNIT);
1694 highpc = h.highpc / sizeof (UNIT);
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c886 if ((instance = UNIT(dev)) > max_asy_instance)
925 unit = UNIT(*dev);
1899 UNIT(async->async_dev));
2001 UNIT(async->async_dev));
2109 UNIT(async->async_dev));
2206 UNIT(async->async_dev));
2210 UNIT(async->async_dev));
2226 UNIT(async->async_dev));
2238 UNIT(async->async_dev), cc);
2296 UNIT(asyn
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1128 instance = UNIT(dev);
1553 unit = UNIT(*dev);
1783 instance = UNIT(async->async_dev);
2037 instance = UNIT(async->async_dev);
2567 int instance = UNIT(async->async_dev);
2681 int instance = UNIT(async->async_dev);
2991 int instance = UNIT(async->async_dev);
3039 int instance = UNIT(async->async_dev);
3223 instance = UNIT(async->async_dev);
3321 int instance = UNIT(asyn
[all...]
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h68 #define UNIT(x) (getminor(x) & ~OUTLINE) macro
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h379 #define UNIT(x) (getminor(x) & ~(OUTLINE | RSC_DEVICE)) macro
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c273 UNIT(za->za_dev)); \
313 UNIT(za->za_dev)); \
559 if ((unit = UNIT(dev)) >= nzs)
725 unit = UNIT(*dev);
2296 cmn_err(CE_NOTE, "zs%d: silo overflow\n", UNIT(za->za_dev));
2302 UNIT(za->za_dev));
3134 zs = &zscom[UNIT(dev)];
H A Dzs_hdlc.c444 if ((unit = UNIT(dev)) >= nzs)
532 unit = UNIT(*dev);
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h430 #define UNIT(x) (getminor(x) & ~OUTLINE) macro

Completed in 89 milliseconds