/titanic_41/usr/src/uts/common/sys/ |
H A D | priv_impl.h | 45 priv_chunk_t pbits[PRIV_SETSIZE]; member 104 #define __PRIV_ASSERT(a, b) ((a)->pbits[privword(b)] |= privmask(b)) 105 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] &= ~privmask(b)) 106 #define __PRIV_ISASSERT(a, b) ((a)->pbits[privword(b)] & privmask(b))
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | strtoip4.c | 46 strtoip4(register const char* s, char** e, uint32_t* paddr, unsigned char* pbits) in strtoip4() argument 98 if (pbits) in strtoip4() 138 if (*pbits = bits) in strtoip4()
|
/titanic_41/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_cidr_pton.c | 85 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { in inet_cidr_pton_ipv4() argument 139 *pbits = bits; in inet_cidr_pton_ipv4() 152 inet_cidr_pton_ipv6(const char *src, u_char *dst, int *pbits) { in inet_cidr_pton_ipv6() argument 242 *pbits = bits; in inet_cidr_pton_ipv6()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | priv.c | 476 set->pbits[i] = ~(priv_chunk_t)0; in priv_fillset() 518 PRIV_TEST_BODY(set->pbits[i] == 0); in priv_isemptyset() 524 PRIV_TEST_BODY(set->pbits[i] == ~(priv_chunk_t)0); in priv_isfullset() 533 PRIV_TEST_BODY((a->pbits[i] | b->pbits[i]) == b->pbits[i]); in priv_issubset() 540 a->pbits[i] op b->pbits[i]
|
/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 95 static void pbits(FILE *out, const void *cp, const int max); 574 pbits(fout, cg_inosused(cgp), fsp->fs_ipg); in dumpcg() 576 pbits(fout, cg_blksfree(cgp), fsp->fs_fpg); in dumpcg() 608 pbits(fout, ocgp->cg_iused, fsp->fs_ipg); in dumpcg() 610 pbits(fout, ocgp->cg_free, fsp->fs_fpg); in dumpcg() 624 pbits(FILE *fout, const void *p, const int max) in pbits() function
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | dca_dsa.c | 391 unsigned pbits, padjlen; in dca_dsainit() local 472 pbits = dca_bitlen(p, plen); in dca_dsainit() 473 padjlen = dca_padfull(pbits); in dca_dsainit() 492 PUTCTX16(reqp, CTX_DSAPLEN, pbits); in dca_dsainit()
|
H A D | dca_rsa.c | 413 unsigned modbits, expbits, pbits, qbits; in dca_rsainit() local 526 pbits = dca_bitlen(p, plen); in dca_rsainit() 528 pfix = dca_padhalf(pbits); in dca_rsainit() 554 PUTCTX16(reqp, CTX_RSAPLEN, pbits); in dca_rsainit()
|
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 477 pbits(const uchar_t *cp, const int max, const int linelen) in pbits() function 590 pbits((uchar_t *)cgp + off, cgp->cg_niblk / sizeof (char), 72); in cg() 596 pbits((uchar_t *)cgp + off, cgp->cg_ndblk / sizeof (char), 72); in cg()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 2094 uint64_t parity_bits, pbits; in cpu_parity_error() local 2155 pbits = (parity_bits >> in cpu_parity_error() 2159 parity_bits_popc[pbits]) & in cpu_parity_error() 3993 uint64_t parity_bits, pbits, data_word; in cpu_dcache_parity_check() local 4044 pbits = parity_bits & PN_DC_DATA_PARITY_MASK; in cpu_dcache_parity_check() 4049 (pbits & 1)) { in cpu_dcache_parity_check() 4054 pbits >>= 1; in cpu_dcache_parity_check() 4069 pbits = (parity_bits >> (6 - word * 2)) & 3; in cpu_dcache_parity_check() 4071 parity_bits_popc[pbits]) & 1) { in cpu_dcache_parity_check()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | tables.c | 1019 int j, pbytes, pbits; in prefix_equal() local 1025 pbits = plen & 7; in prefix_equal() 1031 if (pbits == 0) in prefix_equal() 1035 mask = 0xff << (8 - pbits); in prefix_equal()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 329 static void pbits(unsigned char *, int); 4714 pbits((unsigned char *)cg_inosused(cg), fs->fs_ipg); in printcg() 4716 pbits(cg_blksfree(cg), fs->fs_fpg); in printcg() 4749 pbits(unsigned char *cp, int max) in pbits() function
|