HomeSort by relevance Sort by last modified time
    Searched refs:ctxop_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
ctxop.c 47 wsp->walk_data = mdb_alloc(sizeof (ctxop_t), UM_SLEEP);
62 sizeof (ctxop_t), wsp->walk_addr) == -1) {
70 wsp->walk_addr = (uintptr_t)(((ctxop_t *)wsp->walk_data)->next);
77 mdb_free(wsp->walk_data, sizeof (ctxop_t));
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 71 } ctxop_t; typedef in typeref:struct:ctxop
137 ctxop_t *t_ctx; /* thread context */

Completed in 6582 milliseconds