Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c1280 MAX_TRUTHVAL_LEN); in read_volprop()
1282 (void) strlcpy(buf, pstr, MAX_TRUTHVAL_LEN); in read_volprop()
1302 MAX_TRUTHVAL_LEN); in read_volprop()
1304 (void) strlcpy(buf, pstr, MAX_TRUTHVAL_LEN); in read_volprop()
1727 PICL_PTYPE_CHARSTRING, PICL_READ, MAX_TRUTHVAL_LEN, in add_prop()
1737 PICL_PTYPE_CHARSTRING, PICL_READ, MAX_TRUTHVAL_LEN, in add_prop()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/include/
H A Dpicloids.h346 #define MAX_TRUTHVAL_LEN 32 macro