Home
last modified time | relevance | path

Searched refs:bits (Results 201 – 225 of 474) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c291 int bits; local
299 bits = BSD_NBITS(options[2]);
300 switch (bits) {
328 maxmaxcode = MAXCODE(bits);
349 db->maxbits = bits;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c519 make1101inaddr(const u_char *net, int bits, char *name, int size) { in make1101inaddr() argument
526 for (n = (32 - bits) / 8; n > 0; n--) { in make1101inaddr()
534 if ((n = bits % 8) != 0) { in make1101inaddr()
538 net[bits / 8] & ~((1 << (8 - n)) - 1))); in make1101inaddr()
543 for (n = bits / 8; n > 0; n--) { in make1101inaddr()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.conf35 sample-bits=16;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_DECL_BFTYPE.badtype.d37 struct bits { struct
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp_hw.h174 } bits; member
219 } bits; member
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c321 switch (bits) { in get_regclass_bits()
1115 struct storage *src, int bits) in emit_store() argument
1142 switch (bits) { in opbits()
1158 unsigned int bits; in emit_move() local
1164 bits = ctype->bit_size; in emit_move()
1167 bits = 32; in emit_move()
1219 if ((bits == 8) || (bits == 16)) { in emit_move()
1227 insn(opbits(opname, bits), src, dest, comment); in emit_move()
2196 int bits; in x86_initialization() local
2201 bits = expr->ctype->bit_size; in x86_initialization()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs91 bits or ACL do not allow the process execute permission.
96 bits or ACL do not allow the process read permission.
106 bits or ACL do not allow the process write permission.
136 permission bits or ACL except for the set-uid and set-gid
137 bits.
146 a file without the set-user-ID and set-group-ID bits being
184 permission bits do not allow the process read permission.
186 permission bits do not allow the process read permission.
192 permission bits do not allow the process write permission.
194 permission bits do not allow the process write permission.
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c942 eq_db.bits.rearm = rearm; in oce_arm_eq()
943 eq_db.bits.event = B_TRUE; in oce_arm_eq()
944 eq_db.bits.num_popped = npopped; in oce_arm_eq()
945 eq_db.bits.clrint = clearint; in oce_arm_eq()
946 eq_db.bits.qid = qid; in oce_arm_eq()
965 cq_db.bits.rearm = rearm; in oce_arm_cq()
966 cq_db.bits.num_popped = npopped; in oce_arm_cq()
967 cq_db.bits.event = 0; in oce_arm_cq()
968 cq_db.bits.qid = qid; in oce_arm_cq()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c524 struct bits { struct
530 static struct bits if_bits[] = {
571 static struct bits is_bits[] = {
619 static struct bits rs_bits[] = {
632 static struct bits ks_bits[] = {
652 trace_bits(const struct bits *tbl, in trace_bits()
691 trace_string(const struct bits *tbl, uint_t field, boolean_t force) in trace_string()
693 const struct bits *tbp; in trace_string()
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c417 int bits; in dimm_to_addr() local
478 bits = 0; in dimm_to_addr()
487 bits = 1; in dimm_to_addr()
492 bits = bits | 2; in dimm_to_addr()
497 bits = bits | 4; in dimm_to_addr()
554 way = (way ^ (addr >> 16)) & bits; in dimm_to_addr()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S228 and %o2, 0x3ff, %o2 ! pick out bits 42-33
403 ! Address lies in top 32-bits of address space, so use
412 and %o4, 0x3ff, %o2 ! pick out bits 0-9
454 ! Address lies in top 44-bits of address space, so use
458 and %o1, 0xfff, %o2 ! lower 12 bits of function address
530 and %o2, 0x3ff, %o2 ! pick out bits 42-33
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c402 const char *bits = ""; in print_entry() local
409 bits = "32"; in print_entry()
412 bits = "64"; in print_entry()
439 (void) printf("OBJECT %2s %-4s %-8s %s\n", bits, type, verdef, in print_entry()
447 (void) printf("OBJECT %2s %-4s %-8s %s\n", bits, type, in print_entry()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c90 char name[MAXPATHLEN], bits[6], *bp = &bits[0]; in modctl_format() local
109 (uintptr_t)addr, (uintptr_t)mcp->mod_mp, bits, mcp->mod_loadflags, in modctl_format()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfseek.c38 if((f->bits&SF_MMAP) && f->data)
205 if(f->bits&SF_MMAP)
246 f->bits |= SF_JUSTSEEK;
H A D_sfopen.c64 f->bits |= SF_BOTH;
65 else f->bits &= ~SF_BOTH;
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.assert1 # tests whether function returns sensible type bits
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c221 long bits; in lpsched_commit_job() local
227 (rcv_msg(svc, R_PRINT_REQUEST, &status, tmp, &bits) < 0)) in lpsched_commit_job()
275 long bits; in lpsched_end_change() local
287 (rcv_msg(svc, R_END_CHANGE_REQUEST, &status, &bits) < 0)) in lpsched_end_change()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.c231 int bits; in ecgroup_fromNameAndHex() local
256 bits = mpl_significant_bits(&irr) - 1; in ecgroup_fromNameAndHex()
257 if (bits < MP_OKAY) { in ecgroup_fromNameAndHex()
258 res = bits; in ecgroup_fromNameAndHex()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c634 ulong_t bits = e.cte_bits; in dt_print_member() local
635 ulong_t size = bits / NBBY; in dt_print_member()
637 if (bits % NBBY != 0 || in dt_print_member()
641 (void) fprintf(fp, " :%lu", bits); in dt_print_member()
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c165 unsigned char bits[8]; in MD4Final() local
169 Encode(bits, context->count, 8); in MD4Final()
179 MD4Update(context, bits, 8); in MD4Final()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c258 zyd_rfwrite(struct zyd_softc *sc, uint32_t val, int bits) in zyd_rfwrite() argument
273 req.width = LE_16((uint16_t)bits); in zyd_rfwrite()
275 for (i = 0; i < bits; i++) { in zyd_rfwrite()
276 bit = (val & (1 << (bits - i - 1))) != 0; in zyd_rfwrite()
281 sizeof (uint16_t) * (2 + bits)); in zyd_rfwrite()
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c464 page_settoxic(page_t *pp, uchar_t bits) in page_settoxic() argument
466 atomic_or_8(&pp->p_toxic, bits); in page_settoxic()
477 page_clrtoxic(page_t *pp, uchar_t bits) in page_clrtoxic() argument
479 ASSERT((bits & PR_CAPTURE) || PAGE_EXCL(pp)); in page_clrtoxic()
480 atomic_and_8(&pp->p_toxic, ~bits); in page_clrtoxic()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvswscanf.c40 f.bits = SF_PRIVATE; in vswscanf()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsmt_pause.S52 and %i5, 0x3, %i4 ! save last 2 bits
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h63 unsigned char bits[7]; member

12345678910>>...19