Searched refs:waste (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 290 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 D | on.c | 178 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 D | isnanf.s | 46 / let nan waste time
|
H A D | isnan.s | 52 / let nan waste time
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1103 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 D | ex_vget.c | 264 bool waste; local 286 (void)vgetline(0, genbuf + 1, &waste, c);
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 133 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 D | umem.c | 2842 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 D | kmem.c | 3844 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 D | words | 24380 waste
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 24379 waste
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 4846 % side, and for 6pt waste from
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 9568 it is a waste of time to run the _STA method if the _INI does not exist.
|