HomeSort by relevance Sort by last modified time
    Searched defs:live (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/
tsort.c 49 * states of the "live" field:
52 #define LIVE 1 /* not yet printed */
65 int live; member in struct:nodelist
140 x = 0; /* anything LIVE on this sweep? */
142 if (i->live == LIVE) {
153 i->live = DEAD;
172 * is there any live predecessor for i?
179 if (t->pred->live == LIVE)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/xge/drv/
xgell.h 298 boolean_t live; /* pool status */ member in struct:xgell_rx_buffer_pool_t
323 boolean_t live; /* ring active status */ member in struct:xgell_rx_ring
343 boolean_t live; /* ring active status */ member in struct:xgell_tx_ring
  /onnv/onnv-gate/usr/src/uts/common/os/
dumpsubr.c 260 * operations for panic dump, or mutex/cv for live dump.
293 kmutex_t mutex; /* live state lock */
294 kcondvar_t cv; /* live wait var */
310 dumpsys_close_cq(&ds->q, ds->live)
313 dumpsys_put_cq(&ds->q, cp, st, ds->live)
316 dumpsys_get_cq(&ds->q, ds->live)
326 uint_t live; /* running live dump */ member in struct:dumpsync
359 taskqid_t taskqid; /* live dump task ptr */
485 * Live dump (savecore -L) always uses the minimum config
    [all...]

Completed in 180 milliseconds