Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libsec/common/
H A Daclsort.c163 int howmany; in sortid() local
/onnv-gate/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
/onnv-gate/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
/onnv-gate/usr/src/uts/common/sys/
H A Dselect.h127 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
H A Dsysmacros.h217 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/onnv-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Diso_impl.h42 #define howmany(x, y) ((((u_int)(x))+(((u_int)(y))-1))/((u_int)(y))) macro
45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/onnv-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Diso_impl.h42 #define howmany(x, y) ((((u_int)(x))+(((u_int)(y))-1))/((u_int)(y))) macro
45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c311 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop()
/onnv-gate/usr/src/ucbhead/sys/
H A Dparam.h273 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/onnv-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c234 #define PAD(howmany, with) do \ argument
/onnv-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1820 spaces(howmany) in spaces() argument
/onnv-gate/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()
/onnv-gate/usr/src/uts/common/os/
H A Dlgrp.c2844 int howmany; in lpl_topo_bootstrap() local