Searched refs:filled (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemset.s69 .wrword:and %o1, 0xff, %o1 ! generate a word filled with c
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s83 sll %o1, 8, %o4 ! generate 4 bytes filled with char
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_svcout.c443 int filled; local
464 filled = 0;
472 filled = 1;
480 filled = 1;
487 if (!filled) {
493 filled = 0;
500 filled = 1;
506 if (!filled)
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h66 uint_t filled; /* number of bytes filled */ member in struct:usbvc_buf
192 USBVC_BUF_EMPTY = 2, /* not initialized, to be filled */
195 * buf is filled with a full frame without any errors,
201 * buf is filled to full but no EOF bit is found at the end
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2833 "usbvc_read_buf: buf=%p, buf->filled=%d, buf->len=%d,"
2835 (void *)buf, buf->filled, buf->len, buf->len_read,
2838 ASSERT(buf->len_read <= buf->filled);
2840 buf_residue = buf->filled - buf->len_read;
3471 bufgrp->buf_filling->filled = 0;
3478 ASSERT(buf_filling->len >= buf_filling->filled);
3479 buf_left = buf_filling->len - buf_filling->filled;
3504 "usbvc_decode_stream_header: fid=%x, len=%x, filled=%x",
3505 strm_if->fid, buf_filling->len, buf_filling->filled);
3508 if (buf_filling->filled
[all...]
H A Dusbvc_v4l2.c1262 buf->bytesused = buf_done->filled;
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c706 /* Get whole IN and OUT pages to copy filled thresholds */
717 /* Do copy filled thresholds from In to Out page */
719 boolean_t filled = B_FALSE; local
725 filled = B_TRUE;
729 filled)

Completed in 76 milliseconds