Searched refs:ring_flag (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/kernel/mdb/modules/ |
H A D | i915.c | 576 uint_t ring_flag = 0; local 585 'l', MDB_OPT_SETBITS, BLT_RING, &ring_flag, 586 'r', MDB_OPT_SETBITS, RENDER_RING, &ring_flag, 587 's', MDB_OPT_SETBITS, BSD_RING, &ring_flag, NULL) != argc) { 601 if (ring_flag == 0) 602 ring_flag = 0xff; 604 if (ring_flag & RENDER_RING) { 610 if (ring_flag & BLT_RING) { 616 if (ring_flag & BSD_RING) {
|
Completed in 13 milliseconds