i2c_addr_to_string
if (!i2c_addr_to_string(i2cadm.i2c_hdl, addr, buf, buflen)) {
if (!i2c_addr_to_string(i2cadm.i2c_hdl, ia, addr, sizeof (addr))) {
VERIFY(i2c_addr_to_string(hdl, &addr, addrstr,
if (!i2c_addr_to_string(hdl, &daddr, daddrstr,
extern bool i2c_addr_to_string(i2c_hdl_t *, const i2c_addr_t *, char *, size_t);
if (!i2c_addr_to_string(hdl, &addr, buf, sizeof (buf))) {
if (i2c_addr_to_string(hdl, &addr, buf, sizeof (buf))) {
if (i2c_addr_to_string(hdl, &addr, buf, 0)) {
if (i2c_addr_to_string(hdl, &addr, buf, 2)) {
if (i2c_addr_to_string(hdl, NULL, buf, sizeof (buf))) {
if (i2c_addr_to_string(hdl, &addr, NULL, 0)) {