/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_line2.c | 58 Dwarf_Off ** offs, 100 *offs = loffsets; 55 _dwarf_line_address_offsets(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Addr ** addrs, Dwarf_Off ** offs, Dwarf_Unsigned * returncount, Dwarf_Error * err) argument
|
H A D | pro_line.c | 93 Dwarf_Addr offs, 101 _dwarf_pro_add_line_entry(dbg, 0, offs, symidx, 0, 0, 0, 0, opc, 92 dwarf_lne_set_address(Dwarf_P_Debug dbg, Dwarf_Addr offs, Dwarf_Unsigned symidx, Dwarf_Error * error) argument
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_opts.c | 123 tbl_option(struct tbl_node *tbl, int ln, const char *p, int *offs) argument 127 pos = *offs; 133 *offs = pos + 1;
|
H A D | man.c | 59 man_parseln(struct roff_man *man, int ln, char *buf, int offs) argument 65 return roff_getcontrol(man->roff, buf, &offs) ? 66 man_pmacro(man, ln, buf, offs) : 67 man_ptext(man, ln, buf, offs); 71 man_descope(struct roff_man *man, int line, int offs) argument 87 roff_body_alloc(man, line, offs, man->last->tok); 91 man_ptext(struct roff_man *man, int line, char *buf, int offs) argument 98 roff_word_alloc(man, line, offs, buf + offs); 99 man_descope(man, line, offs); 159 man_pmacro(struct roff_man *man, int ln, char *buf, int offs) argument [all...] |
H A D | mdoc.c | 97 mdoc_parseln(struct roff_man *mdoc, int ln, char *buf, int offs) argument 114 return roff_getcontrol(mdoc->roff, buf, &offs) ? 115 mdoc_pmacro(mdoc, ln, buf, offs) : 116 mdoc_ptext(mdoc, ln, buf, offs); 217 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) argument 236 mdoc_macro(mdoc, MDOC_It, line, offs, &offs, buf); 246 mdoc_macro(mdoc, MDOC_It, line, offs, &offs, buf); 257 for (c = end = buf + offs; * 333 mdoc_pmacro(struct roff_man *mdoc, int ln, char *buf, int offs) argument [all...] |
H A D | eqn.c | 286 const char *p, int pos, int *offs) 285 eqn_read(struct eqn_node **epp, int ln, const char *p, int pos, int *offs) argument
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | inftrees.c | 61 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 143 offs[1] = 0; 145 offs[len + 1] = offs[len] + count[len]; 149 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | sdt.c | 127 ulong_t offs; local 159 func = kobj_searchsym(mp, sdpd->sdpd_offset, &offs);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_options.c | 862 size_t offs; local 898 for (offs = 0; offs < sec->dofs_size; offs += sec->dofs_entsize) { 900 ((uintptr_t)dof + sec->dofs_offset + offs);
|
H A D | dt_provider.c | 535 uint32_t **offs; local 585 offs = &pip->pi_enoffs; 589 offs = &pip->pi_offs; 601 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs); 603 dt_free(dtp, *offs); 605 *offs = new_offs; 614 (*offs)[(*noffs)++] = offset;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dof.c | 837 uint32_t *offs, *enoffs; local 871 offs = mdb_alloc(sz, UM_SLEEP | UM_GC); 872 if (mdb_vread(offs, sz, addr + dofs[pv.dofpv_proffs].dofs_offset) 911 mdb_printf("offs: "); 914 offs[pb->dofpr_offidx + j]);
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 1688 uint32_t offs = 0; local 1700 while (!end_found && (offs < byte_size)) { 1713 if ((offs + tag_size) > byte_size) { 1869 offs += tag_size + 4; 1873 if (offs != byte_size) { 1879 "after %x bytes.\n"), byte_size, offs);
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | sdt.c | 186 ulong_t offs; local 220 (uintptr_t)mp->text, &offs);
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | ar.cc | 622 ar_port_word *offs; local 684 offs = (ar_port_word *) alloca((int) (arp->num_symbols * AR_PORT_WORD)); 685 if (fread((char *) offs, 693 *((int*)buffer)=offs[i]; 694 offs[i]=(ar_port_word)sgetl(buffer); 705 offend = &offs[arp->num_symbols]; 706 while (offs < offend) { 714 (long) *offs, 760 offs++;
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaDec.c | 195 unsigned offs = 0x100; local 202 bit = (matchByte & offs); 203 probLit = prob + offs + bit + symbol; 204 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) 543 unsigned offs = 0x100; local 550 bit = (matchByte & offs); 551 probLit = prob + offs + bit + symbol; 552 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs [all...] |
/illumos-gate/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 1052 uintptr_t offs = (uintptr_t)&tab->print - (uintptr_t)tab; local 1221 offs = (uintptr_t)&tab->parsable - (uintptr_t)tab; 1290 ((uintptr_t)tabent + offs);
|
/illumos-gate/usr/src/uts/common/sys/dcam/ |
H A D | dcam1394_io.h | 222 unsigned int offs; member in struct:dcam1394_reg_io_s
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 469 size_t offs = 0; /* offset from the starting address */ local 540 offs += sizeof (multiboot_info_t); 541 mbi->mods_addr = start_addr_pa + offs; 542 mbp = (mb_module_t *)(start_addr_va + offs); 546 offs += sizeof (mb_module_t); 549 (void *)(start_addr_va + offs), mdnsz); 550 mbp->mod_name = start_addr_pa + offs; 556 offs += mdnsz; 557 offs = P2ROUNDUP_TYPED(offs, 1 [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 393 audioens_writemem(audioens_dev_t *dev, uint32_t page, uint32_t offs, argument 398 PUT32(dev, offs, data); 402 audioens_readmem(audioens_dev_t *dev, uint32_t page, uint32_t offs) argument 405 return (GET32(dev, offs)); 675 uint32_t page, offs; local 681 offs = CONC_wDAC1FC_OFF; 686 offs = CONC_wADCFC_OFF; 698 frameno = audioens_readmem(port->dev, page, offs) >> 16;
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 310 uint32_t offs; local 321 offs = slen % BIGNUM_WORDSIZE; 332 if (offs > 0) { 334 for (i = 1; i < offs; i++) word = (word << BITSINBYTE) + kn[i]; 353 uint32_t offs; local 366 offs = slen % BIGNUM_WORDSIZE; 367 if (offs > 0) { 963 big_shiftleft(BIGNUM *result, BIGNUM *aa, int offs) argument 968 if (offs == 0) { 977 result->value[i] = (ai << offs) | c 992 big_shiftright(BIGNUM *result, BIGNUM *aa, int offs) argument 1023 int i, alen, blen, tlen, rlen, offs; local [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.c | 501 int offs, bit; local 503 offs = voice / 32; 507 tmp = emu10k_read_reg(devc, SOLL + offs, 0); 512 emu10k_write_reg(devc, SOLL + offs, 0, tmp); 720 uint32_t offs; local 722 offs = (portc->buf_size / portc->channels) * 2; 726 emu10k_reset_pair(portc, 2, clfe_routing, offs); 727 emu10k_reset_pair(portc, 4, surr_routing, 2 * offs); 728 emu10k_reset_pair(portc, 6, side_routing, 3 * offs); 731 emu10k_reset_pair(portc, 2, clfe_routing, offs); [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/ |
H A D | audiopci.c | 245 audiopci_writemem(audiopci_dev_t *dev, uint32_t page, uint32_t offs, argument 250 PUT32(dev, offs, data); 254 audiopci_readmem(audiopci_dev_t *dev, uint32_t page, uint32_t offs) argument 257 return (GET32(dev, offs)); 444 uint32_t page, offs; local 450 offs = CONC_wDACFC_OFF; 455 offs = CONC_wSYNFC_OFF; 460 offs = CONC_wADCFC_OFF; 468 frameno = audiopci_readmem(port->dev, page, offs) >> 16;
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 4314 int offs = 0; local 4319 status = g_scsi_writebuffer_cmd(fd, offs, buf_ptr, sz, 0x07, 0); 4324 offs += sz;
|
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 595 int size, offs; local 602 offs = 0; 604 offs = g_proglen - 1; 607 g_proglen = offs + size; 612 (void) vsnprintf(&g_prog[offs], size, fmt, args);
|