Lines Matching defs:verbose
84 if (_me->verbose) \
95 bool verbose;
112 unsigned char req_protocol_version, bool verbose)
118 me->verbose = verbose;
304 unsigned long send_timeout, bool verbose)
307 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose);
454 bool verbose;
456 verbose = (argc > 1 && strcmp(argv[1], "-v") == 0);
458 if (!amt_host_if_init(&acmd, 5000, verbose)) {