Home
last modified time | relevance | path

Searched refs:uq32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_stats.c306 [VSD_DTYPE_Q_U32] = {.q32 = {.uq32 = 0}},
319 [VSD_DTYPE_Q_U32] = {.q32 = {.uq32 = Q_IFMAXVAL(UINT32_MAX)}},
518 curstepexp) <= Q_GIVAL(bkt_lb->q32.uq32))
571 error = Q_QADDI(&bkt_ub->q32.uq32, step);
640 done = Q_QGTQ(bkt_ub.q32.uq32,
641 info->ub.q32.uq32);
918 *((u32q_t *)vss->iv) = Q_SCVAL(iv.q32.uq32,
1994 char qstr[Q_MAXSTRLEN(vsd->q32.uq32, 10)];
1995 Q_TOSTR((u32q_t)vsd->q32.uq32, -1, 10, qstr, sizeof(qstr));
2318 Q_SIFVAL(VSD(q32, vsd)->uq32, 0);
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_ioc32.c115 drm_unique32_t *uq32 = data; in compat_drm_getunique() local
119 u.unique_len = uq32->unique_len; in compat_drm_getunique()
120 u.unique = (void *)(unsigned long)uq32->unique; in compat_drm_getunique()
126 uq32->unique_len = u.unique_len; in compat_drm_getunique()
134 drm_unique32_t *uq32 = data; in compat_drm_setunique() local
137 u.unique_len = uq32->unique_len; in compat_drm_setunique()
138 u.unique = (void *)(unsigned long)uq32->unique; in compat_drm_setunique()
/freebsd/sys/sys/
H A Dstats.h161 u32q_t uq32; member
193 u32q_t uq32; member
1174 tmp.q32.uq32 = voival; in stats_voi_update_abs_uq32()
1188 tmp.q32.uq32 = voival; in stats_voi_update_rel_uq32()