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

/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c54 #define PART_STR_MLEN (128 + 1) macro
61 u_char *label; /* max allocated len will be PART_STR_MLEN */
62 u_char *id; /* max allocated len will be PART_STR_MLEN */
77 u_char *id; /* max allocated len will be PART_STR_MLEN */
185 if (id_len > PART_STR_MLEN)
186 id_len = PART_STR_MLEN;
232 if (id_len > PART_STR_MLEN)
233 id_len = PART_STR_MLEN;

Completed in 121 milliseconds