Searched defs:SIZ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c93 #define SIZ(b) ((b)->nxt-(b)->buf) macro
966 if (SIZ(&tmp))
970 if (SIZ(&tmp))
1070 if (SIZ(&tmp))
1074 if (SIZ(&tmp))
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c73 #define SIZ 30 /* max processes that can be specified with -p and -g */ macro
H A Dps.c72 #define SIZ 30 /* initial size of tables for -p, -s, -g, -h and -z */ macro
476 lgrps_size = SIZ;
592 pidsz = SIZ;
625 sessidsz = SIZ;
658 grpidsz = SIZ;
711 zoneidsz = SIZ;

Completed in 71 milliseconds