Searched refs:offs (Results 26 - 50 of 90) sorted by relevance

1234

/freebsd-10.1-release/sys/sparc64/pci/
H A Dschizo.c185 #define SCHIZO_SPC_BARRIER(spc, sc, offs, len, flags) \
186 bus_barrier((sc)->sc_mem_res[(spc)], (offs), (len), (flags))
187 #define SCHIZO_SPC_READ_8(spc, sc, offs) \
188 bus_read_8((sc)->sc_mem_res[(spc)], (offs))
189 #define SCHIZO_SPC_WRITE_8(spc, sc, offs, v) \
190 bus_write_8((sc)->sc_mem_res[(spc)], (offs), (v))
193 #define SCHIZO_SPC_SET(spc, sc, offs, reg, v) \
194 SCHIZO_SPC_WRITE_8((spc), (sc), (offs), (v))
196 #define SCHIZO_SPC_SET(spc, sc, offs, reg, v) do { \
198 (unsigned long long)SCHIZO_SPC_READ_8((spc), (sc), (offs)), \
[all...]
H A Dfire.c209 #define FIRE_SPC_BARRIER(spc, sc, offs, len, flags) \
210 bus_barrier((sc)->sc_mem_res[(spc)], (offs), (len), (flags))
211 #define FIRE_SPC_READ_8(spc, sc, offs) \
212 bus_read_8((sc)->sc_mem_res[(spc)], (offs))
213 #define FIRE_SPC_WRITE_8(spc, sc, offs, v) \
214 bus_write_8((sc)->sc_mem_res[(spc)], (offs), (v))
217 #define FIRE_SPC_SET(spc, sc, offs, reg, v) \
218 FIRE_SPC_WRITE_8((spc), (sc), (offs), (v))
220 #define FIRE_SPC_SET(spc, sc, offs, reg, v) do { \
222 (unsigned long long)FIRE_SPC_READ_8((spc), (sc), (offs)), \
[all...]
/freebsd-10.1-release/sys/dev/gem/
H A Dif_gem_pci.c254 #define GEM_ROM_READ_1(sc, offs) \
255 GEM_BANK1_READ_1((sc), GEM_PCI_ROM_OFFSET + (offs))
256 #define GEM_ROM_READ_2(sc, offs) \
257 GEM_BANK1_READ_2((sc), GEM_PCI_ROM_OFFSET + (offs))
258 #define GEM_ROM_READ_4(sc, offs) \
259 GEM_BANK1_READ_4((sc), GEM_PCI_ROM_OFFSET + (offs))
/freebsd-10.1-release/sys/mips/nlm/
H A Dboard_eeprom.c94 nlm_board_eeprom_read(int node, int bus, int addr, int offs, uint8_t *buf, argument
125 if (oc_wr_cmd(offs, OC_COMMAND_WRITE)) {
H A Dboard.h148 int nlm_board_eeprom_read(int node, int i2cbus, int addr, int offs,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp222 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { argument
243 offs = FileOffset(locInfo.first, locInfo.second);
244 return canInsertInOffset(loc, offs);
247 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, argument
278 offs = FileOffset(locInfo.first, locInfo.second);
279 return canInsertInOffset(loc, offs);
/freebsd-10.1-release/contrib/mdocml/
H A Droff.c140 int *offs /* reset offset of buffer data */
597 size_t *szp, int pos, int *offs)
628 (r, t, bufp, szp, ln, pos, pos, offs);
633 return(eqn_read(&r->eqn, ln, *bufp, pos, offs));
639 return(eqn_read(&r->eqn, ln, *bufp, pos, offs));
644 return(eqn_read(&r->eqn, ln, *bufp, ppos, offs));
657 ln, ppos, pos, offs));
672 ln, ppos, pos, offs));
961 ln, ppos, pos, offs));
1018 ln, pos, pos + 2, offs);
596 roff_parseln(struct roff *r, int ln, char **bufp, size_t *szp, int pos, int *offs) argument
1311 roff_openeqn(struct roff *r, const char *name, int line, int offs, const char *buf) argument
[all...]
H A Dtbl.c33 tbl_read(struct tbl_node *tbl, int ln, const char *p, int offs) argument
38 cp = &p[offs];
H A Dmdoc.h302 const char *offs; /* -offset */ member in struct:mdoc_bd
309 const char *offs; /* -offset */ member in struct:mdoc_bl
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_time.h136 * @param offs the number of seconds offset to apply
140 apr_int32_t offs);
/freebsd-10.1-release/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c721 size_t offs; local
732 offs = sizeof(s) + s.neps * sizeof(*eps) +
737 NG_MKRESPONSE(resp, msg, offs, M_NOWAIT);
744 offs = sizeof(s);
746 memcpy(resp->data + offs, eps,
748 offs += sizeof(*eps) * s.neps;
750 memcpy(resp->data + offs, ports,
752 offs += sizeof(*ports) * s.nports;
754 memcpy(resp->data + offs, conns,
756 offs
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp409 unsigned offs = Content->SourceLineCache[lineNo]; local
410 unsigned i = offs;
413 StringRef origIndent = MB.substr(offs, i-offs);
415 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/freebsd-10.1-release/lib/libedit/
H A Dreadline.c621 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
637 if (strchr(":^*$", command[offs + 1])) {
647 idx = (command[offs + 1] == ':')? 1:0;
650 if (command[offs + 1] == '#') {
652 if ((aptr = malloc(offs + 1)) == NULL)
654 (void)strncpy(aptr, command, offs);
655 aptr[offs] = '\0';
660 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
661 ptr = get_history_event(command + offs,
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c407 dtrace_bufdesc_t *buf, size_t offs)
463 offs += epd->dtepd_size;
466 if (offs >= buf->dtbd_size)
469 next = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs);
472 offs += sizeof (id);
2403 size_t offs; local
2418 for (offs = buf->dtbd_oldest; offs < buf->dtbd_size; ) {
2424 id = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs);
2431 offs
406 dt_flowindent(dtrace_hdl_t *dtp, dtrace_probedata_t *data, dtrace_epid_t last, dtrace_bufdesc_t *buf, size_t offs) argument
3182 size_t offs = buf->dtbd_oldest; local
[all...]
H A Ddt_provider.c539 uint32_t **offs; local
589 offs = &pip->pi_enoffs;
593 offs = &pip->pi_offs;
605 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs);
607 dt_free(dtp, *offs);
609 *offs = new_offs;
618 (*offs)[(*noffs)++] = offset;
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dcr16-dis.c31 /* Extract 'n_bits' from 'a' starting from offset 'offs'. */
32 #define EXTRACT(a, offs, n_bits) \
33 (n_bits == 32 ? (((a) >> (offs)) & 0xffffffffL) \
34 : (((a) >> (offs)) & ((1 << (n_bits)) -1)))
36 /* Set Bit Mask - a mask to set all bits starting from offset 'offs'. */
37 #define SBM(offs) ((((1 << (32 - offs)) -1) << (offs)))
/freebsd-10.1-release/sys/dev/ct/
H A Dbshw_machdep.c106 bus_addr_t offs; local
119 offs = hw->hw_sregaddr;
120 if (offs != 0)
122 for (i = 0; i < 8; i ++, offs ++)
124 ct_cr_write_1(chp, offs, 0);
126 ct_cr_write_1(chp, offs + 8, 0);
/freebsd-10.1-release/contrib/apr/time/unix/
H A Dtime.c113 apr_time_t input, apr_int32_t offs)
115 explode_time(result, input, offs, 0);
116 result->tm_gmtoff = offs;
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dinit.c343 ptrdiff_t offs; local
434 offs = 0;
435 if (conaddr(tn, &sym, &offs) == -1) {
/freebsd-10.1-release/sys/nfs/
H A Dnfs_common.c243 nfs_adv(struct mbuf **mdp, caddr_t *dposp, int offs, int left) argument
250 while (s < offs) {
251 offs -= s;
258 *dposp = mtod(m, caddr_t)+offs;
/freebsd-10.1-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat389 local($time,$offs,$freq,$cmpl) = @_;
421 $offs,$freq,$cmpl);
/freebsd-10.1-release/contrib/apr-util/dbd/
H A Dapr_dbd_freetds.c393 apr_dbd_prepared_t *stmt, int offs)
416 stmt, offs+matches[0].rm_eo);
418 memmove(stmt->fmt + offs + matches[1].rm_so,
419 stmt->fmt + offs + matches[0].rm_eo-1,
420 strlen(stmt->fmt+offs+matches[0].rm_eo)+2);
392 recurse_args(apr_pool_t *pool, int n, const char *query, apr_dbd_prepared_t *stmt, int offs) argument
/freebsd-10.1-release/sys/dev/fb/
H A Dvesa.c306 uint32_t offs; local
309 buf = x86bios_alloc(&offs, sizeof(*vmode), flags);
317 regs.R_ES = X86BIOS_PHYSTOSEG(offs);
318 regs.R_DI = X86BIOS_PHYSTOOFF(offs);
770 uint32_t offs; local
796 offs = vesa_bios_int10;
807 offs = ((vesa_bios_offs << 12) & 0xffff0000) +
809 x86bios_set_intr(0x10, offs);
817 (offs >> 16) & 0xffff, offs
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2590 int symbol, offs, len, offsindex, lensymbol, i, offssymbol, lowoffsetsymbol; local
2654 offs = rar->lastoffset;
2660 offs = rar->oldoffset[offsindex];
2678 rar->oldoffset[0] = offs;
2682 offs = shortbases[symbol-263] + 1;
2686 offs += rar_br_bits(br, shortbits[symbol-263]);
2694 rar->oldoffset[0] = offs;
2716 offs = offsetbases[offssymbol]+1;
2724 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4;
2731 offs
[all...]
/freebsd-10.1-release/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c103 uint32_t offs; local
126 offs = agg->dtag_base;
128 aggdesc.dtagd_size = lrec->dtrd_offset + lrec->dtrd_size - offs;
183 rec.dtrd_offset -= offs;

Completed in 207 milliseconds

1234