Searched refs:bn (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/
H A Dhb_i86pc.c36 hb_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, di_node_t bn) argument
41 if ((hbdid = did_create(mod, bn, 0, hbi, NO_RC, TRUST_BDF)) == NULL)
43 if ((hb = pcihostbridge_declare(mod, ptn, bn, hbi)) == NULL)
55 rc_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, di_node_t bn) argument
61 if ((hbdid = did_create(mod, bn, 0, hbi, hbi, TRUST_BDF)) == NULL)
63 if ((hb = pciexhostbridge_declare(mod, ptn, bn, hbi)) == NULL)
65 if ((rc = pciexrc_declare(mod, hb, bn, hbi)) == NULL)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c168 sbmap(grub_daddr32_t bn) argument
175 if (bn < UFS_NDADDR) {
176 return db[bn];
181 bn -= UFS_NDADDR;
183 while (bn >= bound) {
185 bn -= bound;
188 if (level >= UFS_NIADDR) /* bn too big */
205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c136 char *bn = NULL; /* block name */ local
148 if ((bn = (char *)volmgt_getfullblkname(path)) == NULL) {
155 absname = bn;
156 if (realpath(bn, pathbuf) != NULL)
160 (!volmgt_ownspath(absname) && volmgt_symname(bn) == NULL);
170 if (strncmp(bn, vr, strlen(vr)) == 0) {
176 media_info_gotten = get_media_info(bn, &mtype, &mnum, &spcl);
179 mnum, spcl, bn);
185 if (get_media_info(bn, &mtype, &mnum, &spcl)) {
211 mtype, mnum, spcl, bn);
560 call_unmount_prog(int mi_gotten, int use_rmm, char *mtype, int mnum, char *spcl, char *bn) argument
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c341 long bn; local
348 bn = bitno / BYTESIZ;
349 i = bn % DBLKSIZ;
350 b = bn / DBLKSIZ;
369 long bn; local
379 bn = bitno / BYTESIZ;
380 i = bn % DBLKSIZ;
381 b = bn / DBLKSIZ;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h23 /* WARNING : bn is used 2 times in theses macro */
25 #define TST_BLOC_OCCUPATION(tab,bn) \
26 (((tab)[(bn)/8]) & (1<<(7-((bn)&7))))
27 #define SET_BLOC_OCCUPATION(tab,bn) \
28 (((tab)[(bn)/8]) |= (1<<(7-((bn)&7))))
29 #define CLR_BLOC_OCCUPATION(tab,bn) \
30 (((tab)[(bn)/8]) &= ~(1<<(7-((bn)
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c151 topo_instance_t bi, di_node_t bn, did_t *hbdid)
155 if ((hb = pcihostbridge_declare(mod, ptn, bn, hbi)) == NULL)
166 rc_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t rci, di_node_t bn) argument
170 if ((rc = pciexrc_declare(mod, ptn, bn, rci)) == NULL)
150 hb_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, topo_instance_t bi, di_node_t bn, did_t *hbdid) argument
/osnet-11/usr/src/lib/libc/port/gen/
H A Dndbm.c717 long bn; local
730 bn = my_bitno / BYTESIZ;
731 i = bn % DBLKSIZ;
732 b = bn / DBLKSIZ;
781 long bn; local
788 bn = db->dbm_bitno / BYTESIZ;
789 i = bn % DBLKSIZ;
790 b = bn / DBLKSIZ;
806 long bn; local
813 bn
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_hostbridge.c160 pci_process(topo_mod_t *mod, tnode_t *tn_hbr, di_node_t bn) argument
165 if ((did = did_create(mod, bn, topo_node_instance(tn_bb),
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c575 tnode_t *bn = NULL; local
601 bn = pciexbus_declare(mod, parent, pn, ((pb < 0) ? bover : pb));
603 bn = pcibus_declare(mod, parent, pn, ((pb < 0) ? bover : pb));
604 if (bn == NULL)
620 declare_dev_and_fn(mod, bn,
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c766 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) { argument
768 if (an < bn)
772 while (bn > 0) {
778 b++, bn--;
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h492 #define TAVOR_WQE_BUILD_BIND(bn, wr_bind) \
498 tmp = (uint64_t *)(bn); \
H A Ddapl_arbel_hw.c192 tavor_hw_snd_wqe_bind_t *bn; local
272 bn = (tavor_hw_snd_wqe_bind_t *)((uintptr_t)addr +
280 TAVOR_WQE_BUILD_BIND(bn, wr->wr.rc.rcwr.bind);
288 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn +
H A Ddapl_tavor_hw.c296 tavor_hw_snd_wqe_bind_t *bn; local
369 bn = (tavor_hw_snd_wqe_bind_t *)((uintptr_t)addr +
377 TAVOR_WQE_BUILD_BIND(bn, wr->wr.rc.rcwr.bind);
385 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn +
H A Ddapl_hermon_hw.c179 tavor_hw_snd_wqe_bind_t *bn; local
266 bn = (tavor_hw_snd_wqe_bind_t *)((uintptr_t)addr +
274 TAVOR_WQE_BUILD_BIND(bn, wr->wr.rc.rcwr.bind);
282 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn +
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h38 #include <openssl/bn.h>
H A Dpkinit_crypto_openssl.c5391 BIGNUM *bn = NULL; local
5392 BN_hex2bn(&bn, idopts->cert_id_string);
5393 if (bn == NULL)
5395 id_cryptoctx->cert_id_len = BN_num_bytes(bn);
5398 BN_free(bn);
5401 BN_bn2bin(bn, id_cryptoctx->cert_id);
5402 BN_free(bn);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm142 bn:Bengali
H A DScript.pm199 bn:ben:325:Bengali
H A DCountry.pm336 bn:brn:096:Brunei Darussalam
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c170 free_bigint(KMF_BIGINT *bn) argument
172 if (bn != NULL && bn->val != NULL) {
173 free(bn->val);
174 bn->val = NULL;
175 bn->len = 0;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c75 #include <openssl/bn.h>
78 #include <openssl/bn.h>
509 BIGNUM *bn; local
512 bn = ASN1_INTEGER_to_BN(xcert->cert_info->serialNumber, NULL);
513 if (bn != NULL) {
514 int bnlen = BN_num_bytes(bn);
520 BN_free(bn);
523 bnlen = BN_bn2bin(bn, a);
529 BN_free(bn);
1757 fixbnlen(BIGNUM *bn, unsigne argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm663 as bn gu kn ks kok ml mni mr ne or pa sa sd te ta ur
668 'hi' => [qw(bn pa as or)],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm395 =item {bn} : Bengali

Completed in 122 milliseconds