Searched refs:nfrag (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/dev/i2o/ |
H A D | dpti.c | 457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; in dpti_passthrough() local 600 nfrag = 0; in dpti_passthrough() 603 if (nfrag == DPTI_MAX_SEGS) { in dpti_passthrough() 609 bufs[nbuf].db_frags[nfrag].iov_len = in dpti_passthrough() 612 bufs[nbuf].db_frags[nfrag].iov_base = in dpti_passthrough() 616 nfrag++; in dpti_passthrough() 630 bufs[nbuf].db_nfrag = nfrag; in dpti_passthrough()
|
/netbsd-src/sbin/resize_ffs/ |
H A D | resize_ffs.c | 1369 evict_data(struct cg * cg, unsigned int minfrag, int nfrag) in evict_data() argument 1383 nfrag += n; in evict_data() 1388 while (nfrag >= oldsb->fs_frag) { in evict_data() 1406 nfrag -= oldsb->fs_frag; in evict_data() 1409 if (nfrag) { in evict_data() 1410 fragmove(cg, base, minfrag, nfrag); in evict_data() 1527 moveindir_callback(off_t off, unsigned int nfrag, unsigned int nbytes, in moveindir_callback() argument
|
/netbsd-src/sys/dev/pci/ |
H A D | if_ipwreg.h | 136 u_int8_t nfrag; /* number of fragments */ member
|
H A D | if_ipw.c | 1324 sbd->bd->nfrag = 1; in ipw_cmd() 1450 sbd->bd->nfrag = 1 + sbuf->map->dm_nsegs; in ipw_tx_start() 1475 sbd->bd->nfrag = 0; in ipw_tx_start()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m68k.c | 338 int nfrag; /* Number of frags we have to produce. */ member 407 for (z = 0; z < the_ins.nfrag; z++) in insop() 443 the_ins.fragb[the_ins.nfrag].fragoff = the_ins.numo; in add_frag() 444 the_ins.fragb[the_ins.nfrag].fadd = add; in add_frag() 445 the_ins.fragb[the_ins.nfrag].foff = off; in add_frag() 446 the_ins.fragb[the_ins.nfrag++].fragty = type; in add_frag() 4303 if (the_ins.nfrag == 0) in md_assemble() 4361 for (n = 1; n < the_ins.nfrag; n++) in md_assemble() 4371 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble() 4416 gas_assert (the_ins.nfrag >= 1); in md_assemble() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m68k.c | 338 int nfrag; /* Number of frags we have to produce. */ member 407 for (z = 0; z < the_ins.nfrag; z++) in insop() 443 the_ins.fragb[the_ins.nfrag].fragoff = the_ins.numo; in add_frag() 444 the_ins.fragb[the_ins.nfrag].fadd = add; in add_frag() 445 the_ins.fragb[the_ins.nfrag].foff = off; in add_frag() 446 the_ins.fragb[the_ins.nfrag++].fragty = type; in add_frag() 4305 if (the_ins.nfrag == 0) in md_assemble() 4363 for (n = 1; n < the_ins.nfrag; n++) in md_assemble() 4373 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble() 4418 gas_assert (the_ins.nfrag >= 1); in md_assemble() [all …]
|
/netbsd-src/sys/dev/usb/ |
H A D | mbim.h | 174 uint32_t nfrag; /* total # of fragments */ member
|
H A D | if_umb.c | 1214 if (le32toh(fraghdr->frag.nfrag) != 1) { in umb_decode_response() 2365 cmd->frag.nfrag = htole32(1); in umb_cmd1()
|