Home
last modified time | relevance | path

Searched refs:bytes (Results 226 – 250 of 507) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c1026 int bytes; in doio() local
1028 while ((bytes = read(mp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1029 write(fileno(stderr), ibuf, bytes); in doio()
1030 while ((bytes = read(mp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1031 write(fileno(stdout), ibuf, bytes); in doio()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvpmtmr.h53 int vpmtmr_handler(void *arg, bool in, uint16_t port, uint8_t bytes,
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrlen.S31 / Returns the number of non-NULL bytes in string argument.
H A Dmemcmp.S31 / Compares n bytes: s1>s2: >0 s1==s2: 0 s1<s2: <0
H A Dstrncpy.S31 / Copies s2 to s1, truncating or null-padding to always copy n bytes
/illumos-gate/usr/src/boot/i386/isoboot/
H A DMakefile68 echo "$$x bytes available"; test $$x -ge 0
/illumos-gate/usr/src/lib/libpkg/common/
H A Dvfpops.c1206 size_t bytes = a_nbyte; in vfpSafeWrite() local
1227 return (bytes); in vfpSafeWrite()
1254 size_t bytes = a_nbyte; in vfpSafePwrite() local
1275 return (bytes); in vfpSafePwrite()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.c243 npi_ipp_set_max_pktsize(npi_handle_t handle, uint8_t portn, uint32_t bytes) in npi_ipp_set_max_pktsize() argument
249 if (bytes > IPP_IP_MAX_PKT_BYTES_MASK) { in npi_ipp_set_max_pktsize()
253 bytes)); in npi_ipp_set_max_pktsize()
260 val |= (bytes << IPP_IP_MAX_PKT_BYTES_SHIFT); in npi_ipp_set_max_pktsize()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S55 blu,a .cmp_bytes ! for small counts go do bytes
86 cmp %i3, 1 ! check if aligned to 1 or 3 bytes
117 ! For 7-bit characters, we know one of the bytes is zero, but for
204 1: xor %l3, %i4, %l3 ! are any bytes 0?
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dmain.c107 print_bytes(BYTE *bytes, size_t len, int formatted) in print_bytes() argument
111 (void) printf("%02X ", bytes[i]); in print_bytes()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_priv.h151 #define MAC_HWRING_POLL(ring, bytes) \ argument
153 ((ring)->mr_info.mri_driver, (bytes)))
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c648 long naliases, bytes, longest; local
658 naliases = bytes = longest = 0;
839 bytes += lhssize + rhssize;
862 map->map_file, naliases, longest, bytes);
866 map->map_file, naliases, longest, bytes);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2371 while (bytes > 0) { in rdwr_bytes()
2379 wrblocksz = bytes; in rdwr_bytes()
2426 while (bytes > 0) { in write_zeros()
2428 wrblocksz = bytes; in write_zeros()
2458 maxwrite = bytes; in calc_maxwrite()
2502 if (bytes == 0) in data_copy()
2525 if (bytes == 0) in data_copy_with_holes()
4886 off_t bytes; in gethdr() local
4899 cnt = (int)(bytes > CPIOBSZ) ? CPIOBSZ : bytes; in gethdr()
8756 off_t bytes; in read_xattr_hdr() local
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2898 unsigned int bytes; in get_input_token() local
2966 OM_uint32 bytes; in get_mech_set() local
3163 unsigned int tag, bytes; in get_negTokenResp() local
3174 tmplen = gssint_get_der_length(&ptr, REMAIN, &bytes); in get_negTokenResp()
3184 tmplen = gssint_get_der_length(&ptr, REMAIN, &bytes); in get_negTokenResp()
3205 tmplen = gssint_get_der_length(&ptr, REMAIN, &bytes); in get_negTokenResp()
3219 tmplen = gssint_get_der_length(&ptr, REMAIN, &bytes); in get_negTokenResp()
3814 unsigned int bytes; in g_verify_neg_token_init() local
3853 if (buf + bytes > endptr) in g_verify_neg_token_init()
3881 unsigned int bytes; in g_verify_token_header() local
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.S61 cmp %o2, 12 ! if small counts, just write bytes
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.msg45 @ MSG_DEBUG_LNGISTR "[%d: %s][%d]: New value too long (%d bytes) for \
46 .interp section (%d bytes): %s\n"
79 @ MSG_DESC_P_FILESZ "# of bytes in file image of segment"
80 @ MSG_DESC_P_MEMSZ "# bytes in memory image of segment"
123 Integer value to set for number of bytes in the file image\n\
127 Integer value to set for number of bytes in the memory image\n\
228 p_filesz contains the number of bytes in the file image\n\
242 p_memsz contains the number of bytes in the memory image\n\
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.S62 cmp %o2, 12 ! if small counts, just write bytes
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.S40 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
106 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.S39 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
107 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h262 uint8_t bytes; /* 1 or 2 or 4 */ member
275 uint8_t bytes; /* 1/2/4/8 bytes */ member
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcompound-sizes.c35 unsigned char bytes[0]; member
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.S43 cmp %o1, 31 ! less than 62 bytes?
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.S55 blu,a,pn %xcc, .cmp_bytes ! for small counts go do bytes
86 cmp %i3, 1 ! check if aligned to 1 or 3 bytes
117 ! For 7-bit characters, we know one of the bytes is zero, but for
204 1: xor %l3, %i4, %l3 ! are any bytes 0?
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c3918 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state_impl()
3924 if ((bytes != ARC_EVICT_ALL && bytes_evicted >= bytes) || in arc_evict_state_impl()
4041 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state()
4072 while (total_evicted < bytes || bytes == ARC_EVICT_ALL) { in arc_evict_state()
4188 bytes); in arc_adjust_impl()
4314 uint64_t bytes; in arc_adjust() local
4356 target -= bytes; in arc_adjust()
4368 target -= bytes; in arc_adjust()
4392 target -= bytes; in arc_adjust()
4427 target -= bytes; in arc_adjust()
[all …]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.S91 mov 0, %o2 ! max number of bytes moved
143 mov 0, %g3 ! max number of bytes moved

12345678910>>...21