Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzonecfg/common/
H A Dscratchops.c232 long roffs, woffs; in zonecfg_delete_scratch() local
241 roffs = 0; in zonecfg_delete_scratch()
243 woffs = roffs; in zonecfg_delete_scratch()
247 roffs = ftell(fp); in zonecfg_delete_scratch()
251 roffs = ftell(fp); in zonecfg_delete_scratch()
257 if (fseek(fp, roffs, SEEK_SET) == -1) in zonecfg_delete_scratch()
/titanic_41/usr/src/cmd/mandoc/
H A Droff.c229 static struct roffmac roffs[ROFF_MAX] = { variable
318 assert(roffs[i].name[0] >= ASCII_LO); in roffhash_init()
319 assert(roffs[i].name[0] <= ASCII_HI); in roffhash_init()
321 buc = ROFF_HASH(roffs[i].name); in roffhash_init()
326 n->next = &roffs[i]; in roffhash_init()
328 hash[buc] = &roffs[i]; in roffhash_init()
358 return((enum rofft)(n - roffs)); in roffhash_find()
714 assert(roffs[t].text); in roff_parseln()
715 e = (*roffs[t].text) in roff_parseln()
737 assert(roffs[t].sub); in roff_parseln()
[all …]
/titanic_41/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()
526 dt_aggregate_sym(dtp, (uint64_t *)&addr[roffs]); in dt_aggregate_snap_cpu()
531 dt_aggregate_mod(dtp, (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()
[all …]
/titanic_41/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()