Home
last modified time | relevance | path

Searched refs:howmany (Results 76 – 100 of 114) sorted by relevance

12345

/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c399 int howmany = ioctl(0, 'ichr', &n); in check_pending()
400 if (howmany >= 0 && n > 0) { in check_pending()
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c825 fdsn = howmany(sock + 1, NFDBITS) * sizeof(fd_mask); in wait_for_reply()
/dragonfly/sys/kern/
H A Dsysv_msg.c513 segs_needed = howmany(msgsz, msginfo.msgssz); in sys_msgsnd()
H A Dvfs_vnops.c514 tmpseq += howmany(uio->uio_resid, MAXBSIZE); in sequential_heuristic()
H A Dkern_time.c349 ts->tv_nsec = howmany(1000000000, hz); in kern_clock_getres()
H A Dsys_pipe.c1063 ub->st_blocks = howmany(ub->st_size, ub->st_blksize); in pipe_stat()
H A Dsubr_disk.c1464 sz = howmany(bp->b_bcount, secsize); in bounds_check_with_mediasize()
H A Dsys_generic.c1164 bytes = howmany(nd, __NFDBITS) * sizeof(__fd_mask); in doselect()
/dragonfly/sbin/fsck_msdosfs/
H A Dfat.c1063 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()
/dragonfly/sys/bus/pccard/
H A Dpccard_cis.c323 howmany(sizeof mfc, sizeof mfc[0])) in pccard_scan_cis()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_bulkfree.c557 size = howmany(hmp->total_size, HAMMER2_FREEMAP_SIZEDIV); in hammer2_bulkfree_pass()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_bulkfree.c568 size = howmany(hmp->total_size, HAMMER2_FREEMAP_SIZEDIV); in hammer2_bulkfree_pass()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_dragonfly.c989 howmany(IEEE80211_OFDM_NBITS((frmlen)), \
H A Dieee80211_node.c181 howmany(vap->iv_max_aid, 32) * sizeof(uint32_t), in ieee80211_node_latevattach()
185 howmany(vap->iv_max_aid, 32) * sizeof(uint32_t), in ieee80211_node_latevattach()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c592 fdsr = (fd_set *)calloc(howmany(fdsrmax+1, NFDBITS), in main()
603 bzero(fdsr, howmany(fdsrmax+1, NFDBITS) * in main()
/dragonfly/sys/dev/disk/ccd/
H A Dccd.c814 sz = howmany(bp->b_bcount, cs->sc_geom.ccg_secsize); in ccdstrategy()
/dragonfly/sys/net/
H A Dif_poll.c1570 howmany(IOPOLL_BURST_MAX, IOPOLL_EACH_BURST)) - 1; in ifpoll_compat_setup()
/dragonfly/usr.sbin/makefs/
H A Dffs.c651 (howmany((x), UFS_NDADDR * ffs_opts->bsize) - 1); \ in ffs_size_dir()
/dragonfly/sys/opencrypto/
H A Dcryptosoft.c609 uint32_t blkbuf[howmany(EALG_MAX_BLOCK_LEN, sizeof(uint32_t))]; in swcr_combined()
/dragonfly/sys/netinet/
H A Dtcp_input.c3252 maxrexmt = howmany(unsacked, tp->t_maxseg); in tcp_sack_rexmt()
3365 tcpstat.tcps_sndlimited += howmany(sent, tp->t_maxseg); in tcp_sack_limitedxmit()
/dragonfly/sys/vm/
H A Dswap_pager.c1034 count = howmany(bp->b_bcount, PAGE_SIZE); in swap_pager_strategy()
/dragonfly/sbin/ping6/
H A Dping6.c891 fdmasks = howmany(s + 1, NFDBITS) * sizeof(fd_mask); in main()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c2234 tmpseq += howmany(uio->uio_resid, MAXBSIZE); in sequential_heuristic()
/dragonfly/sys/vfs/ufs/
H A Dffs_alloc.c1838 len = howmany(fs->fs_fpg, NBBY) - start; in ffs_mapsearch()
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c913 nkpt_phys = howmany(Maxmem * sizeof(struct vm_page), NBPDR); in create_pagetables()
914 nkpt_phys += howmany(Maxmem * sizeof(struct pv_entry), NBPDR); in create_pagetables()

12345