Home
last modified time | relevance | path

Searched refs:bytecount (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1053 int bytecount; in interpret_negprot() local
1081 if (bytecount > len) in interpret_negprot()
1082 bytecount = len; in interpret_negprot()
1352 int bytecount; in interpret_trans() local
1375 bytecount = get2(byteparms); in interpret_trans()
1503 int bytecount; in interpret_tconX() local
1535 bytecount = get2(tcondata); in interpret_tconX()
1572 bytecount = get2(tcondata); in interpret_tconX()
1604 int bytecount; in interpret_sesssetupX() local
1813 int bytecount; in interpret_trans2() local
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_locale_misc.sh60 integer bytecount
64 (( bytecount=$(wc -c <<<"${str}") ))
66 (( bytecount != mbcharactercount )) && return 0
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_ranges.c100 Dwarf_Unsigned * bytecount, in dwarf_get_ranges_a() argument
408 if (bytecount) { in dwarf_get_ranges_a()
409 *bytecount = rangeptr - beginrangeptr; in dwarf_get_ranges_a()
418 Dwarf_Unsigned * bytecount, in dwarf_get_ranges() argument
423 rangesbuf,listlen,bytecount,error); in dwarf_get_ranges()
H A Dgenerated_libdwarf.h.in4819 Dwarf_Unsigned * /*bytecount*/,
4828 Dwarf_Unsigned * /*bytecount*/,
H A Dlibdwarf.h.in4819 Dwarf_Unsigned * /*bytecount*/,
4828 Dwarf_Unsigned * /*bytecount*/,
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h611 #define SD_BYTES2TGTBLOCKS(un, bytecount) \ argument
612 ((bytecount + (un->un_tgt_blocksize - 1))/un->un_tgt_blocksize)
615 #define SD_BYTES2PHYBLOCKS(un, bytecount) \ argument
616 ((bytecount + (un->un_phy_blocksize - 1))/un->un_phy_blocksize)
623 #define SD_BYTES2SYSBLOCKS(bytecount) \ argument
624 ((bytecount + (DEV_BSIZE - 1))/DEV_BSIZE)
634 #define SD_REQBYTES2TGTBYTES(un, bytecount) \ argument
635 (SD_BYTES2TGTBLOCKS(un, bytecount) * (un)->un_tgt_blocksize)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c545 unsigned int bytecount = length - 1; in random_string() local
548 bytes = malloc (bytecount); in random_string()
554 data.length = bytecount; in random_string()
561 for (i = 0; i < bytecount; i++) { in random_string()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7349 if (bytecount != ((bytecount / dev_datasz) * dev_datasz)) in ddi_device_zero()
7355 bytecount != 0; bytecount -= 1, b += dev_advcnt) in ddi_device_zero()
7360 bytecount != 0; bytecount -= 2, w += dev_advcnt) in ddi_device_zero()
7365 bytecount != 0; bytecount -= 4, l += dev_advcnt) in ddi_device_zero()
7370 bytecount != 0; bytecount -= 8, ll += dev_advcnt) in ddi_device_zero()
7383 size_t bytecount, uint_t dev_datasz) in ddi_device_copy() argument
7391 if (bytecount != ((bytecount / dev_datasz) * dev_datasz)) in ddi_device_copy()
7399 for (; bytecount != 0; bytecount -= 1) { in ddi_device_copy()
7410 for (; bytecount != 0; bytecount -= 2) { in ddi_device_copy()
7421 for (; bytecount != 0; bytecount -= 4) { in ddi_device_copy()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1963 size_t bytecount, ssize_t dev_advcnt, uint_t dev_datasz);
1969 size_t bytecount, uint_t dev_datasz);