Searched defs:coptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c987 callout_t *coptr; local
1112 coptr = (callout_t *)cl->cl_callouts.ch_head;
1123 (uintptr_t)coptr) == -1) {
1124 mdb_warn("cannot walk callouts at %p", coptr);
1144 callout_t *coptr; local
1281 coptr = ct->ct_free;
1283 if (coptr == NULL) {
1287 (uintptr_t)coptr) == -1) {
1289 " at %p", coptr);
1297 coptr
1549 callout_t *coptr; local
[all...]

Completed in 53 milliseconds