Searched refs:nbytes (Results 126 - 150 of 241) sorted by relevance

12345678910

/freebsd-10-stable/sys/arm/freescale/vybrid/
H A Dvf_edma.h131 uint32_t nbytes; member in struct:tcd_conf
160 uint32_t nbytes; member in struct:TCD
/freebsd-10-stable/contrib/amd/amd/
H A Dreaddir.c442 int nbytes = count / 2; /* conservative */ local
458 nbytes -= sizeof(*ep) + 1;
460 nbytes -= strlen(xp->am_name);
464 if (nbytes > 0 && !dp->dl_eof && todo > 1) {
864 int nbytes = count / 2; /* conservative */ local
880 nbytes -= sizeof(*ep) + 1;
882 nbytes -= strlen(xp->am_name);
886 if (nbytes > 0 && !dp->dl_eof && todo > 1) {
/freebsd-10-stable/lib/libc/db/hash/
H A Dhash_buf.c297 __buf_init(HTAB *hashp, int nbytes) argument
303 npages = (nbytes + hashp->BSIZE - 1) >> hashp->BSHIFT;
/freebsd-10-stable/crypto/openssh/
H A Dopacket.h126 #define packet_send_ignore(nbytes) \
127 ssh_packet_send_ignore(active_state, (nbytes))
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_misc.c259 int buflen, error, eofflag, nbytes, justone; local
265 uap->fd, uap->nbytes));
282 nbytes = uap->nbytes;
283 if (nbytes == 1) {
284 nbytes = sizeof (struct svr4_dirent64);
292 buflen = max(DIRBLKSIZ, nbytes);
326 resid = nbytes;
408 nbytes = resid + svr4reclen;
411 td->td_retval[0] = nbytes
[all...]
/freebsd-10-stable/usr.bin/csup/
H A Dupdater.c1430 ssize_t nbytes; local
1472 nbytes = stream_write(to, "\n", 1);
1473 if (nbytes == -1)
1476 nbytes = stream_write(to, line, size);
1477 if (nbytes == -1)
1487 nbytes = stream_write(to, "\n", 1);
1488 if (nbytes == -1)
1915 ssize_t nbytes; local
1933 nbytes = stream_write(dest, "\n", 1);
1934 if (nbytes
1960 ssize_t nbytes; local
[all...]
/freebsd-10-stable/usr.sbin/iostat/
H A Diostat.c988 ssize_t nbytes; local
990 nbytes = kvm_read(kd, namelist[nlid].n_value, ptr, len);
992 if (nbytes < 0) {
996 } else if ((size_t)nbytes != len) {
998 namelist[nlid].n_name, len, nbytes);
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2184 apr_size_t *nbytes,
2198 apr_size_t nbytes,
2213 apr_size_t nbytes,
2252 apr_size_t *nbytes,
2268 apr_size_t nbytes,
2273 * Writes @a nbytes bytes from @a *buf to a temporary file inside the same
2291 apr_size_t nbytes,
2296 * Open a unique file in @a dirpath, and write @a nbytes from @a buf to
2313 apr_size_t nbytes,
H A Dsvn_string.h296 /** Chop @a nbytes bytes off end of @a str, but not more than @a str->len. */
298 svn_stringbuf_chop(svn_stringbuf_t *str, apr_size_t nbytes);
/freebsd-10-stable/contrib/flex/
H A Dmain.c393 int nbytes = 0;
398 nbytes = strlen (prefix) + strlen (tablesfile_template) + 2;
399 tablesfilename = pname = (char *) calloc (nbytes, 1);
400 snprintf (pname, nbytes, tablesfile_template, prefix);
411 nbytes = strlen (prefix) + strlen ("tables") + 2;
412 tablesname = (char *) calloc (nbytes, 1);
413 snprintf (tablesname, nbytes, "%stables", prefix);
392 int nbytes = 0; local
/freebsd-10-stable/sbin/init/
H A Dinit.c651 ssize_t nbytes; local
675 nbytes = read(fd, buf, bufsize);
676 if (nbytes != (ssize_t)bufsize) {
699 ssize_t nbytes; local
708 nbytes = write(fd, buf, bufsize);
709 if (nbytes != (ssize_t)bufsize) {
821 int nbytes, error; local
839 nbytes = kenv(KENV_GET, "init_path", init_path, sizeof(init_path));
840 if (nbytes <= 0) {
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.c446 register int nbytes = 0;
450 nbytes += lp->limit - (char *) lp;
452 return nbytes;
443 register int nbytes = 0; local
/freebsd-10-stable/sys/sys/
H A Dfile.h110 struct uio *trl_uio, off_t offset, size_t nbytes,
372 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
377 nbytes, sent, flags, kflags, td));
371 fo_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
H A Dmtio.h172 u_int64_t nbytes; /* total # bytes processed */ member in struct:scsi_tape_errors::__anon22
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_codel.c159 codel_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) argument
168 if (*nbytes < sizeof(stats))
176 *nbytes = sizeof(stats);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c4304 sparc_cons_align (nbytes)
4305 int nbytes;
4318 nalign = mylog2 (nbytes);
4567 cons_fix_new_sparc (frag, where, nbytes, exp)
4570 unsigned int nbytes;
4575 r = (nbytes == 1 ? BFD_RELOC_8 :
4576 (nbytes == 2 ? BFD_RELOC_16 :
4577 (nbytes == 4 ? BFD_RELOC_32 : BFD_RELOC_64)));
4580 && nbytes == 4
4587 switch (nbytes)
4659 sparc_cfi_emit_pcrel_expr(expressionS *exp, unsigned int nbytes) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dwince-stub.c298 int nbytes = ev->u.DebugString.nDebugStringLength; local
300 if (nbytes > sizeof(s))
301 nbytes = sizeof(s);
305 s, nbytes, &nread))
H A Dnto-procfs.c745 int nbytes = 0; local
750 nbytes = write (ctl_fd, myaddr, len);
752 nbytes = read (ctl_fd, myaddr, len);
753 if (nbytes < 0)
754 nbytes = 0;
756 return (nbytes);
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh1.c826 getcell(nbytes)
827 unsigned nbytes;
833 if (nbytes == 0)
838 nregio = (nbytes+(REGSIZE-1))/REGSIZE + 1;
/freebsd-10-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c207 unsigned short in_cksum (unsigned short *ptr, int nbytes) { argument
213 while (nbytes > 1)
216 nbytes -= 2;
219 if (nbytes == 1)
/freebsd-10-stable/usr.sbin/kldxref/
H A Def_obj.c339 int i, j, nbytes, nsym, shstrindex, symstrindex, symtabindex; local
374 nbytes = hdr->e_shnum * hdr->e_shentsize;
375 if (nbytes == 0 || hdr->e_shoff == 0 ||
379 if (ef_obj_read_entry(ef, hdr->e_shoff, nbytes, &vtmp) != 0) {
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h301 * @param nbytes
309 u16 nbytes);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1135 size_t nbytes, int width, int quiet, int forceraw)
1145 if (nbytes == 0)
1154 for (i = 0; i < nbytes; i++) {
1178 for (j = i + 1; j < nbytes; j++) {
1183 if (j != nbytes)
1197 if (i == nbytes) {
1203 char *s = alloca(nbytes + 1);
1204 bcopy(c, s, nbytes);
1205 s[nbytes] = '\0';
1221 for (i = 0; i < nbytes;
1134 dt_print_bytes(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t nbytes, int width, int quiet, int forceraw) argument
1546 size_t nbytes = *((uintptr_t *) addr); local
1788 size_t nbytes = *((uintptr_t *) addr); local
[all...]
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_ch.h182 u_int8_t nbytes[3]; /* byte count of all pages */ member in struct:read_element_status_header
192 u_int8_t nbytes[3]; /* byte count of all descriptors */ member in struct:read_element_status_page_header
/freebsd-10-stable/lib/libdevstat/
H A Ddevstat.c160 static int readkmem(kvm_t *kd, unsigned long addr, void *buf, size_t nbytes);
161 static int readkmem_nl(kvm_t *kd, const char *name, void *buf, size_t nbytes);
1583 readkmem(kvm_t *kd, unsigned long addr, void *buf, size_t nbytes) argument
1586 if (kvm_read(kd, addr, buf, nbytes) == -1) {
1596 readkmem_nl(kvm_t *kd, const char *name, void *buf, size_t nbytes) argument
1609 return(readkmem(kd, nl[0].n_value, buf, nbytes));

Completed in 342 milliseconds

12345678910