Home
last modified time | relevance | path

Searched refs:roffs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c230 long roffs, woffs; in zonecfg_delete_scratch() local
239 roffs = 0; in zonecfg_delete_scratch()
241 woffs = roffs; in zonecfg_delete_scratch()
245 roffs = ftell(fp); in zonecfg_delete_scratch()
249 roffs = ftell(fp); in zonecfg_delete_scratch()
255 if (fseek(fp, roffs, SEEK_SET) == -1) in zonecfg_delete_scratch()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c436 size_t offs, roffs, size, ndx; in dt_aggregate_snap_cpu() local
509 roffs = rec->dtrd_offset; in dt_aggregate_snap_cpu()
515 (uint64_t *)&addr[roffs]); in dt_aggregate_snap_cpu()
521 (uint64_t *)&addr[roffs]); in dt_aggregate_snap_cpu()
539 hashval += addr[roffs + i]; in dt_aggregate_snap_cpu()
556 roffs = rec->dtrd_offset; in dt_aggregate_snap_cpu()
559 if (addr[roffs + i] != data[roffs + i]) in dt_aggregate_snap_cpu()
568 roffs = rec->dtrd_offset; in dt_aggregate_snap_cpu()
570 h->dtahe_aggregate((int64_t *)&data[roffs], in dt_aggregate_snap_cpu()
572 (int64_t *)&addr[roffs], rec->dtrd_size); in dt_aggregate_snap_cpu()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c376 static struct roffmac roffs[TOKEN_NONE] = { variable
1875 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs); in roff_parseln()
1911 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); in roff_parseln()
1958 return (*roffs[t].proc)(r, t, buf, ln, spos, pos, offs); in roff_parseln()
2321 return (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_block_sub()
2435 (rr || roffs[t].flags & ROFFMAC_STRUCT)) in roff_cond_sub()
2436 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_cond_sub()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1424 const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) in typegraph_node_addtype() argument
1449 tp->tgt_roffs = roffs; in typegraph_node_addtype()