Searched defs:num_bytes (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_ring_buff.c68 size_t num_bytes; local
70 num_bytes = sizeof (ring_buff_t);
72 ring_buff_p = (ring_buff_t *)kmem_alloc(num_bytes, KM_SLEEP);
84 num_bytes = num_buffs * sizeof (buff_info_t);
87 (buff_info_t *)kmem_alloc(num_bytes, KM_SLEEP);
H A Ddcam_frame.c171 size_t num_bytes, num_bytes_left; local
268 num_bytes = min(num_bytes_left,
308 new_ixl_xfbp->size = (uint16_t)num_bytes;
317 num_bytes_left -= num_bytes;
318 ixl_buff_kaddr += num_bytes;
319 ixl_buff_vaddr += num_bytes;
H A Ddcam.c86 size_t num_bytes, int start_index, int *end_index);
88 size_t num_bytes, int start_index, int *end_index);
1170 byte_copy_to_user_buff(uchar_t *src_addr_p, struct uio *uio_p, size_t num_bytes, argument
1180 while (num_bytes) {
1182 len = num_bytes;
1190 num_bytes -= len;
1204 size_t num_bytes, int start_index, int *end_index_p)
1213 while (num_bytes) {
1214 len = num_bytes;
1223 num_bytes
1203 byte_copy_from_user_buff(uchar_t *dst_addr_p, struct uio *uio_p, size_t num_bytes, int start_index, int *end_index_p) argument
[all...]
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c365 int32_t which_bit, num_bytes; local
428 num_bytes = i >> 3;
437 which_bit = i - (num_bytes << 3);
441 freeblocks += num_bytes;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c795 int num_bytes; local
814 num_bytes = fru_get_payload(pkt_acc_hdl, buf,
816 if (num_bytes != hash_obj->u.pkt_node->paylen) {
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c3356 uint_t num_bytes; local
3365 &num_bytes) != USB_SUCCESS) {
3380 return (num_bytes);
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c1537 int num_bytes; local
1544 num_bytes = len + strlen (dir) + 1 + 1;
1545 dirname = (char *) malloc (num_bytes);
1548 num_bytes));
1552 snprintf (dirname, num_bytes, "%s/%s", dir,
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c1466 int num_bytes; local
1500 num_bytes = write(fd, bufp, bytes_left);
1502 if (num_bytes == -1) {
1516 if (num_bytes == 0) {
1524 bytes_left -= num_bytes;
1525 bufp += num_bytes;
1600 int num_bytes; local
1643 num_bytes = read(fd, bufp, bytes_left);
1645 if (num_bytes == -1) {
1659 if (num_bytes
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3457 uint_t num_bytes; local
3462 if (usb_console_read(console_input, &num_bytes) != USB_SUCCESS)
3466 console_input_end = console_input_buf + num_bytes;
3468 return (num_bytes != 0);
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c724 s10_pwrite(sysret_t *rval, int fd, const void *bufferp, size_t num_bytes, argument
733 num_bytes));
734 return (__systemcall(rval, SYS_pwrite + 1024, fd, bufferp, num_bytes,
745 s10_pwrite64(sysret_t *rval, int fd, const void *bufferp, size32_t num_bytes, argument
754 num_bytes));
756 num_bytes, offset_1, offset_2));

Completed in 162 milliseconds