Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 141) sorted by last modified time

123456

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1369 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300,
H A Dtermcap.src1248 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c440 uint8_t b1, b2; in mdb_nhconvert() local
447 b1 = src[i]; in mdb_nhconvert()
450 dst[len - i - 1] = b1; in mdb_nhconvert()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1387 uint32_t b1, b2, b3, b4; in emlxs_decode_version() local
1390 b1 = (version & 0x0000f000) >> 12; in emlxs_decode_version()
1395 if (b1 == 0 && b2 == 0) { in emlxs_decode_version()
1421 (void) snprintf(buffer, len, "%d.%d%d", b1, b2, b3); in emlxs_decode_version()
1423 (void) snprintf(buffer, len, "%d.%d%d%c%d", b1, b2, b3, c, b4); in emlxs_decode_version()
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c863 overlapping(pfn_t b1, pgcnt_t l1, pfn_t b2, pgcnt_t l2) in overlapping() argument
867 e1 = b1 + l1; in overlapping()
870 return (!(b2 >= e1 || b1 >= e2)); in overlapping()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2123 #define CHAR_TO_LONG(lsb, b1, b2, msb) \ argument
2124 (uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h753 #define CHAR_TO_LONG(lsb, b1, b2, msb) \ argument
754 (uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \
H A Dqlt.c6103 uint16_t b1; in qlt_handle_atio() local
6119 b1 = (uint16_t)b; in qlt_handle_atio()
6120 if (((((b1 & 0xfc) + 63) >> 6) + 1) > ((uint16_t)atio[1])) { in qlt_handle_atio()
6126 cdb_size, atio[1], ((((b1 & 0xfc) + 63) >> 6) + 1)); in qlt_handle_atio()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids6480 15b1 PDA n311
8610 03b1 Webcam
10911 07b1 IMP, Inc.
12022 04b1 MediSET
12994 00b1 MAYA EX5
17588 13b1 Linksys
19405 18b1 Petalynx
21366 20b1 XMOS Ltd
22503 49b1 X-MCB1
24580 0b1 Key 2
[all …]
H A Dpci.ids7889 88b1 Stealth 64
8056 70b1 PXI-6229
8398 75b1 PCIe-7854R
17125 12b1 GammaLink
21879 71b1 Proc10A
21880 72b1 HawkEye
21881 73b1 Proc10s
30724 e4bf 58b1 XB1
30734 e4bf 58b1 XB1
30900 e4bf 58b1 XB1
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java768 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
772 b1 = (byte) ((code >> 8) & 0xFF); in unescapeChar()
782 b[1] = b1; in unescapeChar()
787 b[1] = b1; in unescapeChar()
789 } else if (b1 != 0) { in unescapeChar()
791 b[1] = b1; in unescapeChar()
H A DIANACharCode.java274 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
278 b1 = (byte) ((code >> 8) & 0xFF); in unescapeChar()
288 b[1] = b1; in unescapeChar()
297 if (b1 != 0 || b2 != 0) { in unescapeChar()
319 b[1] = b1; in unescapeChar()
321 } else if (b1 != 0) { in unescapeChar()
323 b[1] = b1; in unescapeChar()
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c31 STP_VECT_compare_bridge_id (BRIDGE_ID* b1, BRIDGE_ID* b2) in STP_VECT_compare_bridge_id() argument
33 if (b1->prio < b2->prio) in STP_VECT_compare_bridge_id()
36 if (b1->prio > b2->prio) in STP_VECT_compare_bridge_id()
38 return memcmp (b1->addr, b2->addr, 6); in STP_VECT_compare_bridge_id()
H A Dvector.h57 STP_VECT_compare_bridge_id (IN BRIDGE_ID* b1, IN BRIDGE_ID* b2);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c414 int b1, b2; in bal_L() local
432 b1 = p1->bal; in bal_L()
433 if (b1 >= 0) { in bal_L()
437 if (b1 == 0) { in bal_L()
474 int b1, b2; in bal_R() local
491 b1 = p1->bal; in bal_R()
492 if (b1 <= 0) { in bal_R()
496 if (b1 == 0) { in bal_R()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c409 u_int b1, b2, b3, b4; in get1101answer() local
413 &b1, &b2, &b3, &b4) != 4) in get1101answer()
423 *bp++ = b1; in get1101answer()
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c781 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); in LenEnc_SetPrices() local
796 …prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbo… in LenEnc_SetPrices()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c647 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local
666 b1 = MP_DIGIT(b,1); in ec_GFp_sub_3()
693 b1 = MP_DIGIT(&meth->irr,1); in ec_GFp_sub_3()
705 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3()
735 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local
760 b1 = MP_DIGIT(b,1); in ec_GFp_sub_4()
790 b1 = MP_DIGIT(&meth->irr,1); in ec_GFp_sub_4()
865 b1 = MP_DIGIT(b,1); in ec_GFp_sub_5()
883 b1 = MP_DIGIT(&meth->irr,1); in ec_GFp_sub_5()
947 b1 = MP_DIGIT(b,1); in ec_GFp_sub_6()
[all …]
H A Decp_192.c394 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_nistp192_sub() local
414 b1 = MP_DIGIT(b,1); in ec_GFp_nistp192_sub()
422 MP_SUB_BORROW(r1, b1, r1, borrow, borrow); in ec_GFp_nistp192_sub()
432 : "r" (b0), "r" (b1), "r" (b2), "0" (r0), in ec_GFp_nistp192_sub()
H A Dec2_163.c184 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local
231 b1 = MP_DIGIT(b, 1); in ec_GF2m_163_mul()
238 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
244 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
245 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
H A Dec2_193.c193 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local
246 b1 = MP_DIGIT(b, 1); in ec_GF2m_193_mul()
253 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul()
259 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul()
260 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
H A Dec2_233.c211 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local
271 b1 = MP_DIGIT(b, 1); in ec_GF2m_233_mul()
278 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul()
284 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul()
286 b6 ^ b2, b5 ^ b1, b4 ^ b0); in ec_GF2m_233_mul()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h110 #define GSS_BUFFERS_EQUAL(b1, b2) (((b1).length == (b2).length) && \ argument
111 (bcmp((b1).value, (b2).value, (b1.length)) == 0))
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c1036 wrbuf16(ses_softc_t *ssc, uchar_t op, uchar_t b1, uchar_t b2, in wrbuf16() argument
1063 sdata[1] = b1; in wrbuf16()
1066 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrbuf16 %x %x %x %x", op, b1, b2, b3); in wrbuf16()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-cpu-amd-zen.p5m96 alias=pci1022,14b1,p \

123456