Searched defs:howmany (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/sys/nfs/ |
H A D | nfs_aiod.c | 162 nfs_set_naiod(int howmany) in nfs_set_naiod()
|
/openbsd-src/lib/libcurses/tty/ |
H A D | lib_twait.c | 324 int n, howmany; in _nc_timed_wait() local
|
/openbsd-src/sys/sys/ |
H A D | select.h | 115 #define howmany(x, y) __howmany(x, y) macro
|
H A D | param.h | 186 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/openbsd-src/sys/kern/ |
H A D | vfs_bio.c | 590 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 D | vfwprintf.c | 361 #define PAD(howmany, with) do { \ in __vfwprintf() argument
|
H A D | vfprintf.c | 378 #define PAD(howmany, with) do { \ in __vfprintf() argument
|
/openbsd-src/sys/net/ |
H A D | hfsc.c | 367 hfsc_grow_class_tbl(struct hfsc_if * hif,u_int howmany) hfsc_grow_class_tbl() argument
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | pp_pack.c | 910 const SSize_t howmany = (strend - s) / size; in S_unpack_rec() local
|