Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c162 int howmany; in sortid() local
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h115 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
H A Dsysmacros.h226 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c85 #define GRPCPY(howmany) { \ argument
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c309 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop()
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h265 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h291 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c232 #define PAD(howmany, with) do \ argument
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1821 spaces(howmany) in spaces() argument
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2853 int howmany; in lpl_topo_bootstrap() local
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3193 reclaim_tx_descs(struct sge_txq *txq, int howmany) in reclaim_tx_descs()