Searched refs:list_flag (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/kernel/mdb/modules/
H A Di915.c434 uint_t list_flag = 0; local
444 'a', MDB_OPT_SETBITS, ACTIVE_LIST, &list_flag,
445 'i', MDB_OPT_SETBITS, INACTIVE_LIST, &list_flag,
446 'b', MDB_OPT_SETBITS, BOUND_LIST, &list_flag,
447 'u', MDB_OPT_SETBITS, UNBOUND_LIST, &list_flag, NULL) != argc) {
465 if (list_flag == 0) {
510 if (list_flag & ACTIVE_LIST) {
521 if (list_flag & INACTIVE_LIST) {
531 if (list_flag & BOUND_LIST) {
542 if (list_flag
[all...]

Completed in 12 milliseconds