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

/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c75 * must be terminated by an entry with a NULL `bit_name'.
78 const char *bit_name; /* name of bit */ member in struct:__anon934
346 for (i = 0; advise_types[i].bit_name != NULL; i++) {
357 mdb_printf("%-15s %s\n", advise_types[i].bit_name,
560 for (i = 0; node_refs[i].bit_name != NULL; i++) {
571 mdb_printf("%-12s %s\n", node_refs[i].bit_name,
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c65 const char *bit_name; /* name of bit */ member in struct:__anon33
1753 for (i = 0; squeue_states[i].bit_name != NULL; i++) {
1764 mdb_printf("%-12s %s\n", squeue_states[i].bit_name,

Completed in 51 milliseconds