Home
last modified time | relevance | path

Searched refs:waste (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c290 char *waste; in main() local
303 (void) rex_wait(&waste); in main()
732 char waste[BUFSIZ], mark; in oob() local
744 (void) read(OutputSocket, waste, sizeof (waste)); in oob()
H A Don.c178 char waste[BUFSIZ], mark; in oob() local
187 (void) read(InOut, waste, sizeof (waste)); in oob()
/titanic_41/usr/src/lib/libm/i386/src/
H A Disnanf.s46 / let nan waste time
H A Disnan.s52 / let nan waste time
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1103 char waste[4*BUFSIZ], mark; in oob() local
1148 n = desread(rem, waste, sizeof (waste), 0); in oob()
1210 n = desread(rem, waste, sizeof (waste), 0); in oob()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_vget.c264 bool waste; local
286 (void)vgetline(0, genbuf + 1, &waste, c);
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c133 static inline int fits_in_txb(struct sge_txq *txq, int len, int *waste);
2263 fits_in_txb(struct sge_txq *txq, int len, int *waste) in fits_in_txb() argument
2269 *waste = 0; in fits_in_txb()
2273 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2275 return (txq->txb_avail - *waste < len ? 0 : 1); in fits_in_txb()
2288 int waste, n; in copy_into_txb() local
2292 if (!fits_in_txb(txq, len, &waste)) { in copy_into_txb()
2297 if (waste != 0) { in copy_into_txb()
2298 ASSERT((waste & (TXB_CHUNK - 1)) == 0); in copy_into_txb()
2299 txinfo->txb_used += waste; in copy_into_txb()
[all …]
/titanic_41/usr/src/lib/libumem/common/
H A Dumem.c2842 size_t chunks, bestfit, waste, slabsize; in umem_cache_create() local
2856 waste = (slabsize % chunksize) / chunks; in umem_cache_create()
2857 if (waste < minwaste) { in umem_cache_create()
2858 minwaste = waste; in umem_cache_create()
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c3844 size_t chunks, bestfit, waste, slabsize; in kmem_cache_create() local
3851 waste = (slabsize % chunksize) / chunks; in kmem_cache_create()
3852 if (waste < minwaste) { in kmem_cache_create()
3853 minwaste = waste; in kmem_cache_create()
/titanic_41/usr/src/cmd/look/
H A Dwords24380 waste
/titanic_41/usr/src/cmd/spell/
H A Dlist24379 waste
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4846 % side, and for 6pt waste from
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt9568 it is a waste of time to run the _STA method if the _INI does not exist.