Searched refs:pbsize (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/lib/libc/gen/ |
| D | disklabel.c | 99 char p, max, psize[3], pbsize[3], in getdiskbyname() local 161 strcpy(pbsize, "bx"); /* XXX: strcpy is safe */ in getdiskbyname() 170 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p; in getdiskbyname() 180 if (cgetnum(buf, pbsize, &bsize) == -1) in getdiskbyname()
|
| /netbsd/src/sbin/mount_portal/ |
| D | puffs_portal.c | 237 size_t pbsize, pboff, winlen; in portal_frame_wf() local 242 pbsize = puffs_framebuf_tellsize(pufbuf); in portal_frame_wf() 246 assert(pbsize > pboff); in portal_frame_wf() 247 winlen = pbsize - pboff; in portal_frame_wf() 268 } while (pboff != pbsize); in portal_frame_wf()
|
| /netbsd/src/sbin/newfs_ext2fs/ |
| D | mke2fs.c | 557 static const uint pbsize[] = { 1024, 2048, 4096, 0 }; in mke2fs() local 576 for (i = 0; pbsize[i] != 0; i++) { in mke2fs() 577 pblock = (pbsize[i] > BBSIZE) ? 0 : 1; /* 1st dblk */ in mke2fs() 578 pblock += pbsize[i] * NBBY; /* next bg */ in mke2fs() 580 zap_old_sblock(pblock * pbsize[i]); in mke2fs()
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_common.c | 4821 u32 pbsize = hw->mac.rx_pb_size; in ixgbe_set_rxpba_generic() local 4826 pbsize -= headroom; in ixgbe_set_rxpba_generic() 4839 rxpktsize = (pbsize * 5) / (num_pb * 4); in ixgbe_set_rxpba_generic() 4840 pbsize -= rxpktsize * (num_pb / 2); in ixgbe_set_rxpba_generic() 4846 rxpktsize = (pbsize / (num_pb - i)) << IXGBE_RXPBSIZE_SHIFT; in ixgbe_set_rxpba_generic()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-vect-stmts.cc | 2131 unsigned int pbsize; in vector_vector_composition_type() local 2132 if (constant_multiple_p (vbsize, nelts, &pbsize)) in vector_vector_composition_type() 2137 poly_uint64 inelts = pbsize / GET_MODE_BITSIZE (elmode); in vector_vector_composition_type() 2149 if (int_mode_for_size (pbsize, 0).exists (&elmode) in vector_vector_composition_type() 2154 *ptype = build_nonstandard_integer_type (pbsize, 1); in vector_vector_composition_type()
|