Home
last modified time | relevance | path

Searched refs:tbl_off (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c151 off_t tbl_off; member
2319 tbladdr = wsp->walk_addr + arg->tbl_off; in ipcl_hash_walk_init()
2328 if (arg->tbl_off == OFFSETOF(ip_stack_t, ips_ipcl_proto_fanout_v4) || in ipcl_hash_walk_init()
2329 arg->tbl_off == OFFSETOF(ip_stack_t, ips_ipcl_proto_fanout_v6)) { in ipcl_hash_walk_init()
/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg.c560 int tbl_off; in cfg_find_cstring() local
569 nflds = cfg_get_num_flds(&chead[0], section, &tbl_off); in cfg_find_cstring()