Searched defs:bytecount (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_ranges.c59 Dwarf_Unsigned * bytecount,
146 if(bytecount) {
147 *bytecount = rangeptr - beginrangeptr;
155 Dwarf_Unsigned * bytecount,
160 rangesbuf,listlen,bytecount,error);
54 dwarf_get_ranges_a(Dwarf_Debug dbg, Dwarf_Off rangesoffset, Dwarf_Die die, Dwarf_Ranges ** rangesbuf, Dwarf_Signed * listlen, Dwarf_Unsigned * bytecount, Dwarf_Error * error) argument
151 dwarf_get_ranges(Dwarf_Debug dbg, Dwarf_Off rangesoffset, Dwarf_Ranges ** rangesbuf, Dwarf_Signed * listlen, Dwarf_Unsigned * bytecount, Dwarf_Error * error) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c545 unsigned int bytecount = length - 1; local
548 bytes = malloc (bytecount);
554 data.length = bytecount;
561 for (i = 0; i < bytecount; i++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c789 output_bytes(uchar_t *data, int bytecount) argument
796 for (i = 0; i < bytecount; i++) {
799 if ((i+1)%16 == 0 || i == (bytecount-1)) {
1053 int bytecount; local
1072 * short bytecount;
1075 bytecount = get2(protodata);
1080 show_printf("ByteCount = %d", bytecount);
1081 if (bytecount > len)
1082 bytecount = len;
1087 while (protodata < (byte0 + bytecount
1352 int bytecount; local
1503 int bytecount; local
1604 int bytecount; local
1813 int bytecount; local
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c1105 int bytecount, nbytes; local
1113 bytecount = nbytes;
1114 if (bytecount > sizeof (bufout))
1115 bytecount = sizeof (bufout);
1116 bytecount = fread(bufout, 1, bytecount, outfile);
1117 if (bytecount <= 0) {
1121 if (fwrite(bufout, 1, bytecount, stdout) != bytecount) {
1125 nbytes -= bytecount;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7324 ddi_device_zero(ddi_acc_handle_t handle, caddr_t dev_addr, size_t bytecount, argument
7333 if (bytecount != ((bytecount / dev_datasz) * dev_datasz))
7339 bytecount != 0; bytecount -= 1, b += dev_advcnt)
7344 bytecount != 0; bytecount -= 2, w += dev_advcnt)
7349 bytecount != 0; bytecount -= 4, l += dev_advcnt)
7354 bytecount !
7364 ddi_device_copy( ddi_acc_handle_t src_handle, caddr_t src_addr, ssize_t src_advcnt, ddi_acc_handle_t dest_handle, caddr_t dest_addr, ssize_t dest_advcnt, size_t bytecount, uint_t dev_datasz) argument
[all...]

Completed in 92 milliseconds