Home
last modified time | relevance | path

Searched defs:howmany (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/nfs/
H A Dnfs_aiod.c162 nfs_set_naiod(int howmany) in nfs_set_naiod()
/openbsd-src/lib/libcurses/tty/
H A Dlib_twait.c324 int n, howmany; in _nc_timed_wait() local
/openbsd-src/sys/sys/
H A Dselect.h115 #define howmany(x, y) __howmany(x, y) macro
H A Dparam.h186 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/openbsd-src/sys/kern/
H A Dvfs_bio.c590 int howmany, maxra, i, inc; bread_cluster() local
1551 bufcache_recover_dmapages(int discard,int64_t howmany) bufcache_recover_dmapages() argument
[all...]
/openbsd-src/lib/libc/stdio/
H A Dvfwprintf.c361 #define PAD(howmany, with) do { \ in __vfwprintf() argument
H A Dvfprintf.c378 #define PAD(howmany, with) do { \ in __vfprintf() argument
/openbsd-src/sys/net/
H A Dhfsc.c367 hfsc_grow_class_tbl(struct hfsc_if * hif,u_int howmany) hfsc_grow_class_tbl() argument
/openbsd-src/gnu/usr.bin/perl/
H A Dpp_pack.c910 const SSize_t howmany = (strend - s) / size; in S_unpack_rec() local