Home
last modified time | relevance | path

Searched refs:DSYM_CLASS_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.h48 #define DSYM_CLASS_SIZE 128 /* Single class max */ macro
49 #define DSYM_MAX_CLASS_SIZE (DSYM_CLASS_SIZE * 10) /* At least 10 */
H A Ddhcp_symbol.c317 } else if (len > DSYM_CLASS_SIZE) { in dsym_parse_classes()