Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c722 int tableid, list_flags; in callouts_cb() local
834 tableid = CALLOUT_ID_TO_TABLE(co->c_xid); in callouts_cb()
866 TABLE_TO_SEQID(tableid), in callouts_cb()
867 co_typenames[tableid & CALLOUT_TYPE_MASK], in callouts_cb()
1467 int tableid; in calloutid() local
1508 tableid = CALLOUT_ID_TO_TABLE(xid); in calloutid()
1526 TABLE_TO_SEQID(tableid), in calloutid()
1527 co_typenames[tableid & CALLOUT_TYPE_MASK], in calloutid()
1535 ctptr = coargs.co_table + tableid; in calloutid()
1561 coargs.ndx = tableid; in calloutid()