Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c912 callout_table_t *co_table; /* top of callout table array */ member
1267 if ((coargs == NULL) || (ct == NULL) || (coargs->co_table == NULL)) { in callout_t_cb()
1271 index = ((char *)addr - (char *)coargs->co_table) / in callout_t_cb()
1452 if (mdb_readvar(&(coargs->co_table), "callout_table") == -1) { in callout_common_init()
1739 ctptr = coargs.co_table + tableid; in calloutid()