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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c444 snmp_get_bitstr(picl_snmphdl_t hdl, char *prefix, int row, uchar_t **bitstrp, argument
453 if (smd == NULL || prefix == NULL || bitstrp == NULL || nbytes == NULL)
456 *bitstrp = NULL;
462 ret = fetch_single_bitstr(smd, prefix, row, bitstrp,
475 if ((*bitstrp = (uchar_t *)calloc(*nbytes, 1)) == NULL)
477 (void) memcpy(*bitstrp, (const void *)val, *nbytes);
494 if ((*bitstrp = (uchar_t *)calloc(*nbytes, 1)) == NULL)
496 (void) memcpy(*bitstrp, (const void *)val, *nbytes);

Completed in 46 milliseconds