Home
last modified time | relevance | path

Searched refs:b (Results 1926 – 1950 of 2956) sorted by relevance

1...<<71727374757677787980>>...119

/illumos-gate/usr/src/data/locale/data/
H A Dte_IN.UTF-8.src20 * (b) both the above copyright notice(s) and this permission notice appear in associated *
66 <b>;/
276 <b>;/
468 <b>;/
646 <b>;/
656 (<b>,<B>);/
683 (<B>,<b>);/
1223 <b> <X2B00>;<X05>;<X05>;<b>
H A Dth_TH.UTF-8.src20 * (b) both the above copyright notice(s) and this permission notice appear in associated *
66 <b>;/
265 <b>;/
447 <b>;/
618 <b>;/
628 (<b>,<B>);/
655 (<B>,<b>);/
1183 <b> <X2B00>;<X05>;<X05>;<b>
H A Dsi_LK.UTF-8.src20 * (b) both the above copyright notice(s) and this permission notice appear in associated *
66 <b>;/
277 <b>;/
463 <b>;/
636 <b>;/
646 (<b>,<B>);/
673 (<B>,<b>);/
1207 <b> <X2B00>;<X05>;<X05>;<b>
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c325 set_bool_prop(scf_propertygroup_t *pg, const char *propname, boolean_t b) in set_bool_prop() argument
337 scf_value_set_boolean(v, b); in set_bool_prop()
511 boolean_t b = B_FALSE; in restarter_setup() local
533 b = B_TRUE; in restarter_setup()
536 switch (set_bool_prop(pg, SCF_PROPERTY_AUX_TTY, b)) { in restarter_setup()
726 uint8_t b; in set_inst_enabled() local
746 if (get_bool_prop(pg, SCF_PROPERTY_ENABLED, &b) != 0) { in set_inst_enabled()
829 switch (get_bool_prop(pg, SCF_PROPERTY_ENABLED, &b)) { in set_inst_enabled()
831 if (!(b) == !(ed->ed_flags & SET_ENABLED)) in set_inst_enabled()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c61 config_node_compare(const void *a, const void *b, void *unused) in config_node_compare() argument
66 const config_node_t *cb = (config_node_t *)b; in config_node_compare()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c30 #define EPKT_DESC(b, o, p, c, d) (BLOCK_##b << 16 | OP_##o << 12 | \ argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsignal.sh416 function b function
425 b
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c629 b##N = (s##N * s##N) * (mhalf + s##N * (P3 + s##N * (P4 + \
632 (n##N * ln2lo + TBL[i##N+3]) + b##N)); \
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c93 bootfs_comparator(const void *a, const void *b) in bootfs_comparator() argument
99 rfs = b; in bootfs_comparator()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_384.c279 ec_GFp_nistp384_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp384_mul() argument
284 MP_CHECKOK(mp_mul(a, b, r)); in ec_GFp_nistp384_mul()
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idthdl.S105 jb 2b; \
112 je 2b; \
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_mux.c58 overlay_mux_comparator(const void *a, const void *b) in overlay_mux_comparator() argument
62 odr = b; in overlay_mux_comparator()
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c369 charcoll(const void *a, const void *b) in charcoll() argument
374 sb[0] = *(const int *)b; in charcoll()
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c706 rctl_val_cmp(rctl_val_t *a, rctl_val_t *b, int imprecise) in rctl_val_cmp() argument
709 (b->rcv_flagaction & RCTL_LOCAL_MAXIMAL)) in rctl_val_cmp()
713 (b->rcv_flagaction & RCTL_LOCAL_MAXIMAL)) in rctl_val_cmp()
716 if (a->rcv_value < b->rcv_value) in rctl_val_cmp()
719 if (a->rcv_value > b->rcv_value) in rctl_val_cmp()
723 (b->rcv_flagaction & RCTL_LOCAL_DENY)) in rctl_val_cmp()
727 (b->rcv_flagaction & RCTL_LOCAL_DENY)) in rctl_val_cmp()
730 if (a->rcv_privilege < b->rcv_privilege) in rctl_val_cmp()
733 if (a->rcv_privilege > b->rcv_privilege) in rctl_val_cmp()
739 if (a->rcv_action_recip_pid < b->rcv_action_recip_pid) in rctl_val_cmp()
[all …]
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s156 ! 69 !long long t, t1, a, b, c, d;
163 ! 73 ! b=(long long)d16[1];
199 ! 80 ! t1+=(b&0xffff)<<16;
200 ! 81 ! t+=(b>>16)+(t1>>32);
204 ! 85 ! b=d;
299 ! 89 ! t1+=(b&0xffff)<<16;
975 ! 190 ! double digit, m2j, nextm2j, a, b;
1025 ! 210 ! b=pdtj[1]+pdm1[0]*pdm2[j+1]+a*TwoToMinus16;
1026 ! 211 ! pdtj[1]=b;
1059 ! 250 ! b=pdtj[1]+pdm1_0*pdm2[j+1]+a*TwoToMinus16;
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_names/
H A Dpool_names_001_pos.ksh76 a b c d e f g h i j k l m \
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h47 addl $_GLOBAL_OFFSET_TABLE_+[.-1b],%ebx
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dldscript.amd6434 *(.bss .bss.* .gnu.linkonce.b.*)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat914 _ast_dbl_exp_t b;
916 b.f = 2;
918 if (e = a.e[i] ^ b.e[i])
921 if (a.e[j] ^ b.e[j])
948 _ast_fltmax_exp_t b;
950 b.f = 2;
952 if (e = a.e[i] ^ b.e[i])
955 if (a.e[j] ^ b.e[j])
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c55 #define local_min(a, b) ((a) < (b) ? (a) : (b)) argument
602 #define PBE_CEIL(a, b) (((a)/(b)) + (((a)%(b)) > 0)) argument
/illumos-gate/usr/src/cmd/ipf/examples/
H A DBASIC_2.FW40 block in log quick from a.b.c.d/24 to any group 100
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dusa49msg.h272 uint8_t b; /* typically a data byte */ member
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.h16 void igc_null_write_vfta(struct igc_hw *hw, u32 a, u32 b);
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dattach.test29 CREATE TABLE t1(a,b);
105 do_test attach-1.11b {
391 CREATE TABLE t3(a,b);
461 CREATE VIEW v3 AS SELECT a*100+b FROM t3;
571 dbx eval {CREATE TABLE t1(a,b,c)}
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.S243 brnz,pt %o3, 2b; \
336 brnz,pt %o3, 2b; \
690 b longjmp ! longjmp back
711 b setjmp
751 b longjmp ! longjmp back

1...<<71727374757677787980>>...119