Lines Matching defs:silent

78 	int		silent;
417 * Print the contents of each member. In case of silent mode
423 process_semo_sleepq(uintptr_t walk_addr, int silent)
432 if (!silent) {
441 if (!silent) {
452 if (!silent) {
475 * Print the contents of each member. In case of silent mode
481 process_sdlun_waitq(uintptr_t walk_addr, int silent)
489 if (!silent) {
497 if (!silent) {
509 if (!silent) {
533 * Print the contents of each member. In case of silent mode
539 process_xbuf(uintptr_t xbuf_attr, int silent)
560 if (!silent) {
577 if (!silent) {
588 if (!silent) {
641 * the silent mode of operation.
647 int silent = *(int *)flg_silent;
677 if (!silent) {
688 process_xbuf((uintptr_t)sdLun.un_xbuf_attr, silent);
691 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
696 silent);
726 uint_t silent = 0;
728 /* Enable the silent mode if '-s' option specified the user */
729 if (mdb_getopts(argc, argv, 's', MDB_OPT_SETBITS, TRUE, &silent, NULL)
740 mdb_walk("sd_state", sd_callback, (void *)&silent);
750 if (!silent) {
761 process_xbuf((uintptr_t)sdLun.un_xbuf_attr, silent);
764 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
769 (uintptr_t)sdLun.un_semoclose._opaque[0], silent);
798 uint_t silent = 0;
800 /* Enable the silent mode if '-s' option specified the user */
801 if (mdb_getopts(argc, argv, 's', MDB_OPT_SETBITS, TRUE, &silent, NULL)
812 mdb_walk("ssd_state", sd_callback, (void *)&silent);
821 if (!silent) {
832 process_xbuf((uintptr_t)sdLun.un_xbuf_attr, silent);
835 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
840 (uintptr_t)sdLun.un_semoclose._opaque[0], silent);