Searched refs:nbytes (Results 201 - 215 of 215) sorted by relevance

123456789

/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h336 char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)]; member in struct:freebsd32_sendfile_args
943 char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)]; member in struct:freebsd4_freebsd32_sendfile_args
H A Dfreebsd32_misc.c1695 uap->nbytes, uap->sbytes, uap->flags, compat ? SFK_COMPAT : 0, td);
/freebsd-10.0-release/contrib/subversion/subversion/svnserve/
H A Dserve.c209 apr_size_t nbytes;
226 nbytes = strlen(line);
228 return log_write(b->log_file, line, nbytes, pool);
208 apr_size_t nbytes; local
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp1620 int nbytes = 0; local
1631 ++nbytes;
1636 return nbytes;
1638 nbytes += n;
1643 return nbytes;
/freebsd-10.0-release/sys/net/
H A Dpfvar.h1506 int nbytes; member in struct:pfioc_qstats
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-spu.c1177 file_ptr nbytes,
1190 count = nbytes;
1174 ovl_mgr_pread(struct bfd *abfd ATTRIBUTE_UNUSED, void *stream, void *buf, file_ptr nbytes, file_ptr offset) argument
H A Dbfd-in2.h1006 file_ptr nbytes,
/freebsd-10.0-release/sys/dev/bxe/
H A Dbxe.c5559 tx_start_bd->nbytes = htole16(segs[0].ds_len);
5560 total_pkt_size += tx_start_bd->nbytes;
5673 if (__predict_false(tx_start_bd->nbytes > hlen)) {
5686 tx_data_bd->nbytes = htole16(segs[0].ds_len - hlen);
5693 le16toh(tx_start_bd->nbytes),
5716 tx_data_bd->nbytes = htole16(segs[i].ds_len);
5720 total_pkt_size += tx_data_bd->nbytes;
5778 "-> Frag: %p bd=%d nbytes=%d hi=0x%x lo: 0x%x\n",
5781 le16toh(tx_data_bd->nbytes),
H A Decore_hsi.h4726 uint16_t nbytes /* Size of the data represented by the BD */; member in struct:eth_tx_bd
4761 uint16_t nbytes /* Size of the data represented by the BD */; member in struct:eth_tx_start_bd
/freebsd-10.0-release/sys/kern/
H A Dkern_descrip.c3951 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
3990 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
3950 badfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, int kflags, struct thread *td) argument
3989 invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, int kflags, struct thread *td) argument
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c2898 s_arm_elf_cons (int nbytes)
2913 md_cons_align (nbytes);
2925 emit_expr (&exp, (unsigned int) nbytes);
2937 emit_expr (&exp, (unsigned int) nbytes);
2950 if (size > nbytes) local
2952 howto->name, nbytes);
2970 offset = nbytes - size;
2971 p = frag_more ((int) nbytes);
2896 s_arm_elf_cons(int nbytes) argument
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c3920 unsigned nbytes = 2 + 4 * OFFSET_ADDRESS_SIZE +
3923 GET_BUFFER_SPACE (nbytes);
3907 unsigned nbytes = 2 + 4 * OFFSET_ADDRESS_SIZE + local
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c3920 unsigned nbytes = 2 + 4 * OFFSET_ADDRESS_SIZE +
3923 GET_BUFFER_SPACE (nbytes);
3907 unsigned nbytes = 2 + 4 * OFFSET_ADDRESS_SIZE + local
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c18623 int nbytes = 0, njumps = 0;
18639 nbytes += min_insn_size (insn);
18661 nbytes -= min_insn_size (start);
18666 INSN_UID (start), INSN_UID (insn), nbytes);
18668 if (njumps == 3 && isjump && nbytes < 16)
18670 int padsize = 15 - nbytes + min_insn_size (insn);
18592 int nbytes = 0, njumps = 0; local
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1012 file_ptr nbytes,

Completed in 634 milliseconds

123456789