Searched refs:slop (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/sun4/os/ |
H A D | machdep.c | 600 int slop, i; in kdi_pread() local 606 if ((slop = addr & 3) != 0) { in kdi_pread() 608 for (i = slop; i < 4 && nbytes > 0; i++, nbytes--, nread++) in kdi_pread() 631 int slop, i; in kdi_pwrite() local 636 if ((slop = addr & 3) != 0) { in kdi_pwrite() 638 for (i = slop; i < 4 && nbytes > 0; i++, nbytes--, nwritten++) in kdi_pwrite()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_handle.c | 156 const int slop = 80; in dt_handle_err() local 188 slop; in dt_handle_err() 240 const int slop = 80; in dt_handle_liberr() local 255 slop; in dt_handle_liberr()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 395 size_t len, len2, len3, len4, len5, slop; in nss_pack_key2str() local 560 slop = sizeof (nssuint_t) * 16; in nss_pack_key2str() 561 len += slop; in nss_pack_key2str() 577 (void) memset((void *)buffer, 0, slop); in nss_pack_key2str() 578 uptr = (nssuint_t *)((void *)((char *)buffer + slop)); in nss_pack_key2str() 877 size_t len, slop; in nss_upack_key2arg() local 958 slop = sizeof (nssuint_t) * 16; in nss_upack_key2arg() 959 uptr = (nssuint_t *)((void *)((char *)bptr + slop)); in nss_upack_key2arg()
|
/titanic_50/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 625 int i, slop, copylen; in blowfish_init_keysched() local 638 slop = 72 % len; in blowfish_init_keysched() 644 copylen = (bytesleft >= len) ? len : slop; in blowfish_init_keysched()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | util.c | 1070 int slop; local 1077 slop = 0; 1098 (p - l + slop) > mci->mci_mailer->m_linelimit) 1100 register char *q = &l[mci->mci_mailer->m_linelimit - slop - 1]; 1102 if (l[0] == '.' && slop == 0 && 1112 else if (l[0] == 'F' && slop == 0 && 1149 slop = 1; 1156 if (l[0] == '.' && slop == 0 && 1170 else if (l[0] == 'F' && slop == 0 &&
|
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.c | 468 int slop; /* and machine units */ variable 1689 lastx = -(slop + 1); in reset() 1716 lastx = -(slop + 1); in resetpos() 1748 slop = pointslop * res / POINTS + .5; in t_init() 2368 if ( ABS(hpos - lastx) > slop ) in oput()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation.shlib | 68 # currently there is some slop in the way space is accounted (i.e. can't 181 # or take some slop) -V value that can be used to create a volume in that pool.
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 1618 int slop; in relocate_boot_archive() local 1638 slop = va & MMU_PAGEOFFSET; in relocate_boot_archive() 1639 if (slop) { in relocate_boot_archive() 1640 va += MMU_PAGESIZE - slop; in relocate_boot_archive() 1641 len -= MMU_PAGESIZE - slop; in relocate_boot_archive()
|
/titanic_50/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 2249 size_t setup, size_t slop, ddi_device_acc_attr_t *attr_p, in dmfe_alloc_dma_mem() argument 2269 err = ddi_dma_mem_alloc(dma_p->dma_hdl, memsize + setup + slop, in dmfe_alloc_dma_mem()
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 20865 slop
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 20864 slop
|