Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h188 #define howmany(x, y) ((((u_int)(x))+(((u_int)(y))-1))/((u_int)(y))) macro
191 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
H A Dtypes.h68 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/titanic_44/usr/src/lib/libsec/common/
H A Daclsort.c163 int howmany; in sortid() local
/titanic_44/usr/src/cmd/ssh/include/
H A Dauthfd.h72 int howmany; member
H A Ddefines.h441 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/titanic_44/usr/src/uts/common/sys/
H A Dselect.h131 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
H A Dsysmacros.h222 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/titanic_44/usr/src/lib/libc/port/locale/
H A Dstrfmon.c85 #define GRPCPY(howmany) { \ argument
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_handle.c311 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop()
/titanic_44/usr/src/ucbhead/sys/
H A Dparam.h265 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c234 #define PAD(howmany, with) do \ argument
/titanic_44/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1821 spaces(howmany) in spaces() argument
/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux.c305 sm_is_flag_set(sm_uqi_t *uqi, uint_t flag, uint_t howmany) in sm_is_flag_set()
/titanic_44/usr/src/uts/common/os/
H A Dlgrp.c2844 int howmany; in lpl_topo_bootstrap() local
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2830 reclaim_tx_descs(struct sge_txq *txq, int howmany) in reclaim_tx_descs()