Searched defs:oz (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_kstat.c127 * If old_ksp->ks_data is NULL and 'oz' is set then pretend
131 delta(kstat_t *new_ksp, kstat_t *old_ksp, char *name, int oz) argument
138 return ((oz == 1) ? new_ksn->value.ui64 : 0);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c2293 int oz; local
2299 oz = pp.constack;
2300 op = pp.maxcon - oz + 1;
2301 nz = oz * 2;
2312 pp.control = np + oz;
H A Dppproto.c78 int oz; /* output buffer size */ member in struct:proto
2168 proto->oz = 3 * n;
2182 proto->oz = 3 * n;
2189 proto->ip = proto->ib = iob + proto->oz + n;
2336 proto->oz += proto->iz;
2352 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2380 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2461 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2477 register char* ep = proto->ob + proto->oz
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Diconv.c268 size_t oz; local
306 oz = 0;
319 if (!(fz = oz))
327 oz = fz;
360 oz = 0;
374 if (!(fz = oz))
382 oz = bz;
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c559 int oy, oz; local
577 oz = 17 + 2 * bsize; /* Offset of Z<8:5> */
588 baddr |= (laddr >> (60 - oz)) & (0x0f << oz); /* Z_integer<8:5> */

Completed in 85 milliseconds