139: if (ifm == NULL) {
140: printf("ifmedia_add: null ifm\n");
141: return;
142: }
143: printf("Adding entry for ");
144: ifmedia_printword(mword);
220: #if !defined(T2EX) || defined(DEBUG)
221: printf("ifmedia_set: no match for 0x%x/0x%x\n",
222: target, ~ifm->ifm_mask);
240: if (ifmedia_debug) {
241: printf("ifmedia_set: target ");
242: ifmedia_printword(target);
243: printf("ifmedia_set: setting to ");
244: ifmedia_printword(ifm->ifm_cur->ifm_media);
289: if (ifmedia_debug) {
290: printf(
291: "ifmedia_ioctl: no media found for 0x%x\n",
315: if (ifmedia_debug) {
316: printf("ifmedia_ioctl: switching %s to ",
317: ifp->if_xname);
414: #if defined(IFMEDIA_DEBUG) || defined(DIAGNOSTIC)
415: printf("ifmedia_match: multiple match for "
416: "0x%x/0x%x, selected instance %d\n",
512: if (desc->ifmt_string == NULL)
513: printf("<unknown type> ");
514: else
515: printf("%s ", desc->ifmt_string);
516:
524: if (desc->ifmt_string == NULL)
525: printf("<unknown subtype>");
526: else
527: printf("%s", desc->ifmt_string);
528:
535: if (seen_option == 0)
536: printf(" <");
537: printf("%s%s", seen_option ? "," : "",
538: desc->ifmt_string);
541: }
542: printf("%s\n", seen_option ? ">" : "");
543: }