Lines Matching defs:nbytes
912 size_t nbytes;
915 nbytes = sizeof (msp);
940 nbytes = (page_code == 2) ? 20 : 12;
945 (u_long) nbytes);
947 status = sanei_scsi_cmd (fd, &cmd, sizeof (cmd), &msp, &nbytes);
955 (u_long) nbytes);
965 /* nbytes = (page_code==2)? 14 : 6; */
966 DBG (DBG_info, ">> >> got %lu bytes from scanner\n", (u_long) nbytes);
967 nbytes -= 4; /* we won't copy 4 byte hdr */
970 (u_long) sizeof (msp.page), (u_long) nbytes,
972 memcpy (buf, &(msp.page), nbytes);
1818 size_t nbytes;
1820 nbytes = sizeof (buf);
1834 memcpy (settings, &buf, nbytes);
1841 memcpy (&buf, settings, nbytes);