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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h123 int pix; \
125 for (pix = 0; pix < NCPU; pix++) { \
126 if (CPU_IN_SET(tmpset, pix)) { \
128 ASSERT(CPU_IN_SET(xc_mbox[lcx].xc_cpuset, pix));\
129 ASSERT(xc_mbox[pix].xc_state == state); \
130 XC_SETUP(pix, func, arg1, arg2); \
132 CPUSET_DEL(tmpset, pix); \
145 int pix; \
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c123 int pix; local
131 for (pix = 0; pix < NCPU; pix++) {
132 XC_STAT_INIT(pix);
154 for (pix = 0; pix < NCPU; pix++) {
155 maxfreq = MAX(cpunodes[pix].clock_freq, maxfreq);
727 int pix, lc local
820 int pix; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c835 if (format->fmt.pix.pixelformat ==
847 "pixelformat=%x", format->fmt.pix.pixelformat);
854 frame = usbvc_match_image_size(format->fmt.pix.width,
855 format->fmt.pix.height, fmtgrp);
861 "rh=%d", format->fmt.pix.width, format->fmt.pix.height);
1007 format->fmt.pix.colorspace = fmtgrp->v4l2_color;
1008 format->fmt.pix.field = V4L2_FIELD_NONE;
1009 format->fmt.pix.priv = 0;
1013 format->fmt.pix
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2354 int pix; local
2359 for (pix = 0; pix < NCPU; pix++) {
2360 if (CPU_XCALL_READY(pix)) {
2361 xc_one(pix, (xcfunc_t *)get_cpu_status,
2378 "error on %s%d)", pix, space,
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h1313 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anon9235

Completed in 80 milliseconds