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

/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c60 #define PART_STR_MLEN (128 + 1) macro
67 u_char *label; /* max allocated len will be PART_STR_MLEN */
68 u_char *id; /* max allocated len will be PART_STR_MLEN */
83 u_char *id; /* max allocated len will be PART_STR_MLEN */
191 if (id_len > PART_STR_MLEN)
192 id_len = PART_STR_MLEN;
238 if (id_len > PART_STR_MLEN)
239 id_len = PART_STR_MLEN;

Completed in 101 milliseconds