Home
last modified time | relevance | path

Searched refs:pbit (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c315 short i, pbit; in __des_encrypt() local
329 pbit = IPtab[i]; in __des_encrypt()
330 if (pbit < 32) in __des_encrypt()
331 l0 |= longtab[pbit]; in __des_encrypt()
339 pbit = IPtab[i]; in __des_encrypt()
340 if (pbit < 32) in __des_encrypt()
437 short i, pbit; in __des_encrypt() local
443 pbit = FPtab[i]; in __des_encrypt()
444 if (pbit < 32) in __des_encrypt()
453 pbit = FPtab[i]; in __des_encrypt()
[all …]
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c278 short i, pbit; in des_encrypt() local
292 pbit = IPtab[i]; in des_encrypt()
293 if (pbit < 32) in des_encrypt()
294 l0 |= longtab[pbit]; in des_encrypt()
302 pbit = IPtab[i]; in des_encrypt()
303 if (pbit < 32) in des_encrypt()
402 short i, pbit; in des_encrypt() local
408 pbit = FPtab[i]; in des_encrypt()
409 if (pbit < 32) in des_encrypt()
418 pbit = FPtab[i]; in des_encrypt()
[all …]
/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c226 short i, pbit; in des_encrypt() local
240 pbit = IPtab[i]; in des_encrypt()
241 if (pbit < 32) in des_encrypt()
242 l0 |= longtab[pbit]; in des_encrypt()
250 pbit = IPtab[i]; in des_encrypt()
251 if (pbit < 32) in des_encrypt()
360 short i, pbit; in des_encrypt() local
366 pbit = FPtab[i]; in des_encrypt()
367 if (pbit < 32) in des_encrypt()
376 pbit = FPtab[i]; in des_encrypt()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c659 int pbyte, pbit; in ns_sprintrrf() local
665 pbit = *rdata; in ns_sprintrrf()
666 if (pbit > 128) goto formerr; in ns_sprintrrf()
667 pbyte = (pbit & ~7) / 8; in ns_sprintrrf()
671 if (pbit < 128) { in ns_sprintrrf()
681 if (pbit == 0) in ns_sprintrrf()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1201 uint32_t psize, pbit, capreg; in xhci_read_params() local
1275 pbit = XHCI_PAGESIZE_4K; in xhci_read_params()
1278 pbit = XHCI_PAGESIZE_8K; in xhci_read_params()
1286 if (!(pgsz & pbit)) { in xhci_read_params()
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c663 uint_t pbit; in fd_open() local
670 pbit = 1 << part; in fd_open()
691 if ((fdp->d_exclmask & pbit) || ((flag & FEXCL) && part_is_open)) { in fd_open()
695 pbit)); in fd_open()
750 fdp->d_exclmask |= pbit; in fd_open()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1482 uchar_t pbit; in fd_open() local
1502 pbit = 1 << part; in fd_open()
1566 if ((un->un_exclmask & pbit) || ((flag & FEXCL) && part_is_open)) { in fd_open()
1621 un->un_exclmask |= pbit; in fd_open()
1626 un->un_regopen[otyp] |= pbit; in fd_open()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c4267 int way, word, pbit, parity_bits; in cpu_pcache_parity_check() local
4296 pbit = (parity_bits >> (pc_data_words - word - 1)) & 1; in cpu_pcache_parity_check()
4297 if ((popc64(tmp_pcp.pc_data[word]) & 1) ^ pbit) { in cpu_pcache_parity_check()