Searched refs:nfrag (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Ddpti.c448 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local
590 nfrag = 0;
593 if (nfrag == DPTI_MAX_SEGS) {
599 bufs[nbuf].db_frags[nfrag].iov_len =
601 bufs[nbuf].db_frags[nfrag].iov_base =
605 nfrag++;
619 bufs[nbuf].db_nfrag = nfrag;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_ipwreg.h136 u_int8_t nfrag; /* number of fragments */ member in struct:ipw_bd
H A Dif_ipw.c1279 sbd->bd->nfrag = 1;
1403 sbd->bd->nfrag = 1 + sbuf->map->dm_nsegs;
1428 sbd->bd->nfrag = 0;
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c1295 * at the beginning of the cg), for length nfrag. The eviction is
1305 evict_data(struct cg * cg, unsigned int minfrag, int nfrag) argument
1319 nfrag += n;
1324 while (nfrag >= oldsb->fs_frag) {
1342 nfrag -= oldsb->fs_frag;
1345 if (nfrag) {
1346 fragmove(cg, base, minfrag, nfrag);
1463 moveindir_callback(off_t off, unsigned int nfrag, unsigned int nbytes, argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c364 int nfrag; /* Number of frags we have to produce. */ member in struct:m68k_it
435 for (z = 0; z < the_ins.nfrag; z++)
473 the_ins.fragb[the_ins.nfrag].fragoff = the_ins.numo;
474 the_ins.fragb[the_ins.nfrag].fadd = add;
475 the_ins.fragb[the_ins.nfrag].foff = off;
476 the_ins.fragb[the_ins.nfrag++].fragty = type;
4400 if (the_ins.nfrag == 0)
4458 for (n = 1; n < the_ins.nfrag; n++)
4468 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++)

Completed in 185 milliseconds