Home
last modified time | relevance | path

Searched refs:bits (Results 251 – 275 of 474) sorted by relevance

1...<<111213141516171819

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c742 uint32_t bits, wantbits; in ace_mask_to_mode() local
752 bits = mask & wantbits; in ace_mask_to_mode()
753 if (bits != 0) { in ace_mask_to_mode()
754 if (bits != wantbits) { in ace_mask_to_mode()
1271 uint32_t bits; in ln_ace_to_aent() local
1330 bits = acep->a_flags & in ln_ace_to_aent()
1334 if (bits != 0) { in ln_ace_to_aent()
1336 if (bits != (ACE_INHERIT_ONLY_ACE | in ln_ace_to_aent()
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dremquol.S64 movl %eax,(%rdi) / last 3 significant bits of quotient
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c64 const struct bits ospf_rla_flag_bits[] = {
72 const struct bits ospf_db_flags_bits[] = {
79 const struct bits ospf_option_bits[] = {
92 ospf_print_bits(const struct bits *bp, uchar_t options) in ospf_print_bits()
H A Dsnoop_ospf6.c48 extern const struct bits ospf_db_flags_bits[];
49 extern const struct bits ospf_rla_flag_bits[];
50 extern const struct bits ospf_option_bits[];
52 const struct bits ospf6_option_bits[] = {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c866 int bits; in dladm_mask2prefixlen() local
885 bits = ffs(ntohl(mask->_S6_un._S6_u32[i])) - 1; in dladm_mask2prefixlen()
886 if (bits == 0) in dladm_mask2prefixlen()
888 plen -= bits; in dladm_mask2prefixlen()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremquo.S66 movl %eax,0(%ecx) / last 3 significant bits of quotient
H A Dremquof.S66 movl %eax,0(%ecx) / last 3 significant bits of quotient
H A Dremquol.S66 movl %eax,0(%ecx) / last 3 significant bits of quotient
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c537 static int dmtozs(int bits);
2936 dmtozs(int bits) in dmtozs() argument
2940 if (bits & TIOCM_CAR) in dmtozs()
2942 if (bits & TIOCM_CTS) in dmtozs()
2944 if (bits & TIOCM_RTS) in dmtozs()
2946 if (bits & TIOCM_DTR) in dmtozs()
2952 zstodm(int bits) in zstodm() argument
2957 if (bits & ZSRR0_CD) in zstodm()
2959 if (bits & ZSRR0_CTS) in zstodm()
2961 if (bits & ZSWR5_RTS) in zstodm()
[all …]
H A Dzs_common.c916 zsmctl(struct zscom *zs, int bits, int how) in zsmctl() argument
934 mbits = bits; in zsmctl()
938 mbits |= bits; in zsmctl()
942 mbits &= ~bits; in zsmctl()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdhdr.h106 f->bits |= SF_WC; \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfscanf.c71 f.bits = SF_PRIVATE;
H A Dsfdisc.c255 f->bits &= ~SF_NULL; /* turn off /dev/null handling */
256 if((f->bits&SF_MMAP) || (f->mode&SF_INIT))
H A Dsfset.c66 if(!(f->bits&SF_BOTH) || (flags&SF_RDWR) == SF_RDWR )
H A Dsfpurge.c58 if(f->bits&SF_MMAP)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c248 uint16_t bits; in ql_ioctl() local
250 rval = ql_get_feature_bits(ha, &bits); in ql_ioctl()
252 if (!rval && ddi_copyout((void *)&bits, (void *)arg, in ql_ioctl()
253 sizeof (bits), mode)) { in ql_ioctl()
260 uint16_t bits; in ql_ioctl() local
262 if (ddi_copyin((void *)arg, (void *)&bits, in ql_ioctl()
263 sizeof (bits), mode)) { in ql_ioctl()
268 rval = ql_set_feature_bits(ha, bits); in ql_ioctl()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c347 int bits; in bsd_alloc() local
363 bits = BSD_NBITS(options[2]); in bsd_alloc()
365 switch (bits) { in bsd_alloc()
409 maxmaxcode = MAXCODE(bits); in bsd_alloc()
430 db->maxbits = (uchar_t)bits; in bsd_alloc()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_type.c44 int bits; in type_bytes() local
49 bits = type_bits(type); in type_bytes()
50 if (bits < 0) in type_bytes()
52 return bits_to_bytes(bits); in type_bytes()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c1094 mgm.bits.ldw.arm = 1; in nxge_hio_ldgimgn()
1095 mgm.bits.ldw.timer = group->ldg_timer; in nxge_hio_ldgimgn()
1097 mgm.bits.ldw.arm = 0; in nxge_hio_ldgimgn()
1098 mgm.bits.ldw.timer = 0; in nxge_hio_ldgimgn()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h270 int bits);
280 int bits);
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/
H A Dcfga_ccid.c247 uint_t bits = CCID_CLASS_F_TPDU_XCHG | CCID_CLASS_F_SHORT_APDU_XCHG | in cfga_ccid_fill_info() local
262 switch (ucs->ucs_class.ccd_dwFeatures & bits) { in cfga_ccid_fill_info()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.S41 / We can ignore ac and top 32 bits of ad+bc: if <> 0, overflow happened.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1472 ulong_t bits = endoff - off; in print_hole() local
1473 ulong_t size = bits / NBBY; in print_hole()
1481 bits % NBBY != 0 || in print_hole()
1487 if (bits > NBBY * sizeof (uint64_t)) { in print_hole()
1512 (void) mdb_snprintf(type, sizeof (type), "uint%d_t", bits); in print_hole()
1532 mdb_printf(" :%d", bits); in print_hole()
1543 e.cte_bits = bits; in print_hole()
1741 ulong_t bits = e.cte_bits; in elt_print() local
1742 ulong_t size = bits / NBBY; in elt_print()
1744 if (bits % NBBY != 0 || in elt_print()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1380 int bits; in irp_unmarshall_nw() local
1435 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_nw()
1436 if (bits < 0) { in irp_unmarshall_nw()
1445 ne->n_length = bits; in irp_unmarshall_nw()
1554 int bits; in irp_unmarshall_ne() local
1608 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_ne()
1609 if (bits < 0) { in irp_unmarshall_ne()
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME56 1 ms 1500 bytes or 12000 bits (per frame)
57 668 ns 1 byte or 8 bits
122 now multiply by 3 for ED+TD+DATA = 10200ns = ~128 bits or 16 bytes.
141 one low-speed transaction takes 0x628h full speed bits (197 bytes),
169 frame. The lower five bits of the current frame number us used as an
233 16.66 ns 1 byte or 8 bits
269 can transfer 7500 bytes or 60,000 bits. So 20% of 7500 is 1500 bytes.

1...<<111213141516171819