/titanic_52/usr/src/uts/common/io/rtw/ |
H A D | rtwphy.c | 90 rtw_bbp_init(struct rtw_regs *regs, struct rtw_bbpset *bb, int antdiv, in rtw_bbp_init() argument 96 sys2 = bb->bb_sys2; in rtw_bbp_init() 99 sys3 = bb->bb_sys3 | in rtw_bbp_init() 106 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_SYS1, bb->bb_sys1); in rtw_bbp_init() 107 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_TXAGC, bb->bb_txagc); in rtw_bbp_init() 108 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_LNADET, bb->bb_lnadet); in rtw_bbp_init() 109 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_IFAGCINI, bb->bb_ifagcini); in rtw_bbp_init() 110 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_IFAGCLIMIT, bb->bb_ifagclimit); in rtw_bbp_init() 111 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_IFAGCDET, bb->bb_ifagcdet); in rtw_bbp_init() 113 if ((rc = rtw_bbp_preinit(regs, bb in rtw_bbp_init() 447 struct rtw_bbpset *bb; rtw_sa2400_create() local 595 struct rtw_bbpset *bb; rtw_max2820_create() local [all...] |
/titanic_52/usr/src/uts/common/os/ |
H A D | unix_bb.c | 72 __bb_init_func(struct bb_info *bb) argument 122 bb_last_where = bb->bb_filename; 130 if (bb->bb_next == 0) { 133 if (bb->bb_initflag == 0) { 134 bb->bb_initflag = 1; 136 bb->bb_next = unix_bb_list; 137 unix_bb_list = bb;
|
/titanic_52/usr/src/lib/libc/port/fp/ |
H A D | cmpdi2.c | 48 union uu aa, bb; in ___cmpdi2() local 51 bb.q = b; in ___cmpdi2() 52 return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 : in ___cmpdi2() 53 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in ___cmpdi2()
|
H A D | ucmpdi2.c | 47 union uu aa, bb; in ___ucmpdi2() local 50 bb.uq = b; in ___ucmpdi2() 51 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 : in ___ucmpdi2() 52 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in ___ucmpdi2()
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 171 in |{ "top": { "mid" : { "legs": "feet" }, "number": 9, "array":[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]}}| 173 out |{ "mid" : { "legs": "feet" }, "number": 9, "array":[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]}| 189 out |[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]| 195 out |{"a":true,"bb":[1,2,false,{"x":"yz"}]}| 200 sel |top.array[2].bb| 202 sel |top.array[2].bb[0]| 204 sel |top.array[2].bb[1]| 206 sel |top.array[2].bb[2]| 208 sel |top.array[2].bb[3]| 210 sel |top.array[2].bb[ [all...] |
/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | select2.test | 125 CREATE TABLE bb(b); 128 INSERT INTO bb VALUES(2); 129 INSERT INTO bb VALUES(4); 130 SELECT * FROM aa, bb WHERE max(a,b)>2; 135 INSERT INTO bb VALUES(0); 136 SELECT * FROM aa, bb WHERE b; 141 SELECT * FROM aa, bb WHERE NOT b; 146 SELECT * FROM aa, bb WHERE min(a,b); 151 SELECT * FROM aa, bb WHERE NOT min(a,b); 156 SELECT * FROM aa, bb WHER [all...] |
/titanic_52/usr/src/uts/sun4u/sys/ |
H A D | starfire.h | 96 #define STARFIRE_PC_MADR_ADDR(bb, rb, p) \ argument 97 (STARFIRE_BRD_TO_PSI(bb) | \ 113 #define STARFIRE_BB_PC_ADDR(bb, p, io) \ argument 114 (STARFIRE_UPAID2PSI_BS(STARFIRE_DEV2UPAID((bb), (p), (io))) | \ 116 #define STARFIRE_BB_RESET_ADDR(bb, p) \ argument 117 (STARFIRE_UPAID2PSI_BS(STARFIRE_DEV2UPAID((bb), (p), 0)) | \
|
/titanic_52/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bboard.c | 62 smbios_bboard_t bb; in x86pi_gen_bboard() local 84 rv = smbios_info_bboard(shp, smb_id, &bb); in x86pi_gen_bboard() 91 bb.smbb_chassis != psmb_id) { in x86pi_gen_bboard() 120 if (bbnp->type == bb.smbb_type) { in x86pi_gen_bboard() 306 smbios_bboard_t bb; in x86pi_bb_chassis() local 314 rv = smbios_info_bboard(shp, bb_smbid, &bb); in x86pi_bb_chassis() 318 return (bb.smbb_chassis); in x86pi_bb_chassis() 327 smbios_bboard_t bb; in x86pi_bb_contains() local 341 rv = smbios_info_bboard(shp, smb_id, &bb); in x86pi_bb_contains() 356 cont_cnt = bb in x86pi_bb_contains() [all...] |
/titanic_52/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | dist.c | 197 int bb = distarray[i]; /* bucket begin */ in dist_print_bucket() local 211 for (b = bb; b <= be; b++) in dist_print_bucket() 220 if (bb == be) in dist_print_bucket() 221 (void) mdb_snprintf(range, sizeof (range), "%d", bb); in dist_print_bucket() 223 (void) mdb_snprintf(range, sizeof (range), "%d-%d", bb, be); in dist_print_bucket()
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | glob.sh | 108 touch a b c d abc abd abe bb bcd ca cb dd de Beware 146 test_glob '<abc> <abd> <abe> <bb> <cb>' [a-c]b* 147 test_glob ++Beware '<abd> <abe> <bb> <bcd> <bdir> <ca> <cb> <dd> <de>' [a-y]*[!c] 237 test_glob ++Beware '<b> <bb> <bcd> <bdir>' b* 238 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]* 244 test_glob '<Beware> <b> <bb> <bcd> <bdir>' b* 245 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [b]* 246 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]* 273 test_glob '<a-b> <aXb> <abd> <bb> <bcd> <bdir> <ca> <cb> <dd> <man>' * 282 test_glob '<bb> <c [all...] |
H A D | cubetype.sh | 78 Box_t bb=b 79 bb.colors[desk]=orange 81 [[ ${#bb.colors[@]} == 4 ]] || err_exit "\${#bb.colors[@]} incorrect for iteration $i -- expected $exp, got '$got'" 88 unset bb.colors 89 exp=2 got=${#bb.colors[@]} 90 [[ ${#bb.colors[@]} == 2 ]] || err_exit "\${#bb.colors[@]} incorrect for iteration $i -- expected $exp, got '$got'" 91 unset bb.items 92 exp=2 got=${#bb [all...] |
/titanic_52/usr/src/common/bignum/ |
H A D | bignumimpl.c | 508 big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_add_abs() argument 516 if (aa->len > bb->len) { in big_add_abs() 517 shorter = bb->len; in big_add_abs() 522 longer = bb->len; in big_add_abs() 523 longerarg = bb; in big_add_abs() 534 b = bb->value; in big_add_abs() 584 /* result=aa-bb it is assumed that aa>=bb */ 586 big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_sub_pos() argument 593 if (aa->len > bb in big_sub_pos() 638 big_cmp_abs(BIGNUM * aa,BIGNUM * bb) big_cmp_abs() argument 670 big_sub(BIGNUM * result,BIGNUM * aa,BIGNUM * bb) big_sub() argument 714 big_add(BIGNUM * result,BIGNUM * aa,BIGNUM * bb) big_add() argument 858 big_sub_pos_high(BIGNUM * result,BIGNUM * aa,BIGNUM * bb) big_sub_pos_high() argument 887 big_cmp_abs_high(BIGNUM * aa,BIGNUM * bb) big_cmp_abs_high() argument 1020 big_div_pos(BIGNUM * result,BIGNUM * remainder,BIGNUM * aa,BIGNUM * bb) big_div_pos() argument 1555 big_mul(BIGNUM * result,BIGNUM * aa,BIGNUM * bb) big_mul() argument [all...] |
H A D | bignum.h | 154 BIGNUM *aa, BIGNUM *bb); 157 BIG_ERR_CODE big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 158 BIG_ERR_CODE big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 159 BIG_ERR_CODE big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 164 BIG_ERR_CODE big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 166 BIG_ERR_CODE big_sub(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
|
/titanic_52/usr/src/uts/common/sys/sbp2/ |
H A D | bus.h | 58 void (*bb_rq_cb)(struct sbp2_bus_buf *bb, void *reqh, 60 void (*bb_rb_cb)(struct sbp2_bus_buf *bb, void *reqh, 62 void (*bb_wq_cb)(struct sbp2_bus_buf *bb, void *reqh, 64 void (*bb_wb_cb)(struct sbp2_bus_buf *bb, void *reqh,
|
/titanic_52/usr/src/cmd/rexd/ |
H A D | sharetab.c | 162 static char *bb; in getshareopt() local 164 if (bb) in getshareopt() 165 free(bb); in getshareopt() 166 b = bb = strdup(optlist); in getshareopt()
|
/titanic_52/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 26 :bb=\dbeginproc|space|case\d:be=\dendproc|end\d|;:\ 39 :bb=\dcase|begin\d:be=\dend|forward\d|;:\ 48 :pb=^\d?*?\d?\p\d?\(\a?\)(\d|{):bb={:be=}:cb=/*:ce=*/:sb=":se=\e":lb=':\ 63 :bb={:be=}:cb=#:ce=$:sb=":se=\e":lb=':\ 81 :pb=^\p\::bb=\::be=;:cb=/*:ce=*/:sb=":se=\e":\ 91 :bb=(^\d?procedure\d\p\d?\(\a?\))|{:be=}|(^\d?end\d?$):\ 102 :bb=(subroutine|function)\d\p\d?\(\a?\):be=^\d?end:\ 111 :bb=\d(begin|case|for|if|loop|record|repeat|while|with)\d:\ 129 :pb=^\d?*?\d?\p\d?\(\a?\)(\d|{):bb={:be=}:cb=/*:ce=*/:ab=//:\ 141 :bb [all...] |
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 475 static ulg bb; /* bit buffer */ variable 748 b = bb; /* initialize bit buffer */ in inflate_codes_in_window() 857 bb = b; /* restore global bit buffer */ in inflate_codes_in_window() 873 b = bb; /* initialize bit buffer */ in init_stored_block() 889 bb = b; in init_stored_block() 954 b = bb; in init_dynamic_block() 1051 bb = b; in init_dynamic_block() 1093 b = bb; in get_new_block() 1107 bb = b; in get_new_block() 1187 bb in initialize_tables() [all...] |
/titanic_52/usr/src/uts/intel/os/ |
H A D | fmsmb.c | 56 BB_BAD = 0, /* There is no bb value 0 */ 201 smbios_bboard_t bb; in smb_strcnt() local 219 stype->ids[cnt]->id, &bb); in smb_strcnt() 221 switch (bb.smbb_type) { in smb_strcnt() 347 smbios_bboard_t bb; in fm_smb_check() local 510 (void) smbios_info_bboard(shp, bb_id, &bb); in fm_smb_check() 511 if (bb.smbb_contn == 0) { in fm_smb_check() 641 smbios_bboard_t bb; in find_matching_proc() local 648 (void) smbios_info_bboard(shp, bb_id, &bb); in find_matching_proc() 649 cont_count = (uint_t)bb in find_matching_proc() 731 smbios_bboard_t bb; get_chassis_inst() local 779 smbios_bboard_t bb; smb_get_bb_fmri() local [all...] |
/titanic_52/usr/src/lib/libc/i386/fp/ |
H A D | _X_cplx_div_ix.c | 99 } bb, cc, dd; in _X_cplx_div_ix() local 112 bb.e = b; in _X_cplx_div_ix() 113 eb = bb.i[2] & 0x7fff; in _X_cplx_div_ix()
|
H A D | _X_cplx_div.c | 89 } aa, bb, cc, dd, ss; in _X_cplx_div() local 106 bb.e = b; in _X_cplx_div() 108 eb = bb.i[2] & 0x7fff; in _X_cplx_div()
|
/titanic_52/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_cplx_div_ix.c | 93 } bb, cc, dd; local 108 bb.q = b; 109 hb = bb.i[0] & ~0x80000000;
|
H A D | _D_cplx_div_ix.c | 101 } bb, cc, dd; in _D_cplx_div_ix() local 114 bb.d = b; in _D_cplx_div_ix() 115 hb = bb.i[0] & ~0x80000000; in _D_cplx_div_ix()
|
H A D | _Q_cplx_div.c | 98 } aa, bb, cc, dd, ss; local 115 bb.q = b; 117 hb = bb.i[0] & ~0x80000000;
|
H A D | _D_cplx_div.c | 91 } aa, bb, cc, dd, ss; in _D_cplx_div() local 108 bb.d = b; in _D_cplx_div() 110 hb = bb.i[0] & ~0x80000000; in _D_cplx_div()
|
/titanic_52/usr/src/cmd/fs.d/nfs/lib/ |
H A D | sharetab.c | 172 char *bb; in getshareopt() local 176 b = bb = strdup(optlist); in getshareopt() 195 free(bb); in getshareopt()
|