Searched refs:TOTAL (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dbgpsize.c26 #define TOTAL (2*1024) macro
42 data = TOTAL - (fixed + pad);
43 if (total == TOTAL && pad == sizeof(bgp.pad) && data == sizeof(bgp.data))
46 sfprintf(sfstdout, "edit bgp.h and adjust padding dimensions to pad[%u] and data[%u] for data aligned to %d bytes and a total size of %u\n", pad, data, ALIGN, TOTAL);
/ast/src/cmd/coshell/
H A Dcommand.c686 sfprintf(state.string, "CON JOBS TOTAL USER SYS IDLE CPU LOAD RATING BIAS TYPE HOST\n");
797 sfprintf(state.string, "CON PID JOBS TOTAL TTY LABEL\n");

Completed in 14 milliseconds