/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_negprot.c | 107 uint16_t dindex, bc; local 221 err = smbfs_md_get_uint16le(mbp, &bc); /* ByteCount */ 298 len = (int)bc - SMB_GUID_LEN; 320 if (bc < eklen || eklen < NTLM_CHAL_SZ) {
|
H A D | smbfs_ssnsetup.c | 337 uint16_t bc, len1, len2, sblen; local 451 smbfs_md_get_uint16le(mbp, &bc); /* byte count */ 456 if (sblen == 0 || bc < sblen) 469 err = smbfs_md_get_uint16le(mbp, &bc); /* byte count */
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | ldaputf8.c | 141 unsigned long sc, bc; local 150 for (bp = brk; (bc = LDAP_UTF8GETCC(bp)) != 0;) { 151 if (sc == bc) 168 if ((bc = LDAP_UTF8GETCC(bp)) == sc) { 177 } while (bc != 0);
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 127 float rc, gc, bc, h, l, s; local 154 bc = (max - b) / (max - min); 157 h = bc - gc; 159 h = 2 + rc - bc;
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2_buffer.c | 49 static int try_to_flush(struct ext2_buffer_cache *bc) argument 53 for (i=0;i<bc->size;i++) 57 bh = &bc->heads[i]; 66 for (i=0;i<bc->size;i++) 70 bh = &bc->heads[i]; 92 static struct ext2_buffer_head *ext2_bh_alloc(struct ext2_buffer_cache *bc, blk_t block) argument 100 for (i=0;i<bc->size;i++) 102 bh = &bc->heads[i]; 108 if (i == bc->size) 110 try_to_flush(bc); 140 ext2_bh_find(struct ext2_buffer_cache *bc, blk_t block) argument 308 struct ext2_buffer_cache *bc; local [all...] |
H A D | ext2.h | 86 struct ext2_buffer_cache *bc; member in struct:ext2_buffer_head 112 struct ext2_buffer_cache *bc; member in struct:ext2_fs
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | blowfish.c | 52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf); 53 static void decrypt_block (void *bc, byte *outbuf, const byte *inbuf); 246 function_F( BLOWFISH_context *bc, u32 x ) argument 262 return ((bc->s0[a] + bc->s1[b]) ^ bc->s2[c] ) + bc->s3[d]; 277 do_encrypt ( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr ) argument 284 p = bc->p; 285 s0 = bc 343 decrypt( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr ) argument 412 do_encrypt_block( BLOWFISH_context *bc, byte *outbuf, const byte *inbuf ) argument 432 BLOWFISH_context *bc = (BLOWFISH_context *) context; local 439 do_decrypt_block(BLOWFISH_context *bc, byte *outbuf, const byte *inbuf) argument 459 BLOWFISH_context *bc = (BLOWFISH_context *) context; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | blowfish.c | 52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf); 53 static void decrypt_block (void *bc, byte *outbuf, const byte *inbuf); 246 function_F( BLOWFISH_context *bc, u32 x ) argument 262 return ((bc->s0[a] + bc->s1[b]) ^ bc->s2[c] ) + bc->s3[d]; 277 do_encrypt ( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr ) argument 284 p = bc->p; 285 s0 = bc 343 decrypt( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr ) argument 412 do_encrypt_block( BLOWFISH_context *bc, byte *outbuf, const byte *inbuf ) argument 432 BLOWFISH_context *bc = (BLOWFISH_context *) context; local 439 do_decrypt_block(BLOWFISH_context *bc, byte *outbuf, const byte *inbuf) argument 459 BLOWFISH_context *bc = (BLOWFISH_context *) context; local [all...] |
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe.py | 47 import bootmgmt.bootconfig as bc namespace 572 binst = bc.SolarisDiskBootInstance(None, fstype="zfs", bootfs=bootfs, 744 boot_cfg = bc.DiskBootConfig(flags, **kwargs)
|
/osnet-11/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_name.c | 744 int ac, bc; local 746 while (ac = *a, bc = *b, ac != 0 && bc != 0) { 747 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) { 751 if (a + ac >= ae || b + bc >= be) { 755 if (ac != bc || strncasecmp((const char *) ++a, 758 a += ac, b += bc; 760 return (ac == 0 && bc == 0);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/ |
H A D | mem_mdesc.c | 259 int bc, idx, mdesc_dimm_count, mdesc_bank_count; local 397 bc = md_scan_dag(mdp, listp[idx], 406 gmp = find_grp(bl, bc, bclist, banklist, mdesc_bank_count, mem); 408 smp->sm_grp = create_grp(mod, bl, bc,
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 1033 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument 1050 c = bc;
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getgrent.c | 1978 _memberof_tl_cb_t *bc = (_memberof_tl_cb_t *)userdata; local 1981 rc = pack_group_gid_dn(bc->bufpp, entry, 1982 bc->grespp, bc->pbufpp, 0);
|