Searched refs:clen (Results 1 – 1 of 1) sorted by relevance
299 int err, tlen, clen; in vio_create_one() local320 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one()322 clen = 0; in vio_create_one()323 } else if (clen > VIO_MAX_COMPAT_LEN) { in vio_create_one()325 clen, type); in vio_create_one()338 memcpy(vdev->compat, compat, clen); in vio_create_one()341 vdev->compat_len = clen; in vio_create_one()