Searched refs:ident0 (Results 1 – 3 of 3) sorted by relevance
548 struct drm_vc5_get_param ident0 = { in vc5_get_device_info() local556 ret = vc5_ioctl(screen->fd, DRM_IOCTL_VC5_GET_PARAM, &ident0); in vc5_get_device_info()569 uint32_t major = (ident0.value >> 24) & 0xff; in vc5_get_device_info()
616 struct drm_vc4_get_param ident0 = { in vc4_get_chip_info() local624 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident0); in vc4_get_chip_info()645 uint32_t major = (ident0.value >> 24) & 0xff; in vc4_get_chip_info()
3679 vchar_t *ident0 = NULL; local3692 if (ident0 != NULL)3693 vfree(ident0);3694 ident0 = getidval(id->idtype, id->id);3700 if (eay_cmp_asn1dn(ident0, &ident) == 0)3704 sa = (struct sockaddr *)ident0->v;3728 if (memcmp(ident0->v, id_b + 1, ident0->l) == 0)3733 if (ident0 != NULL) {3734 vfree(ident0);3735 ident0 = NULL;[all …]