Home
last modified time | relevance | path

Searched refs:pfcheck_type (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c640 { "hd", "d", "short", pfcheck_type, pfprint_sint },
641 { "hi", "i", "short", pfcheck_type, pfprint_sint },
650 { "ld", "d", "long", pfcheck_type, pfprint_sint },
651 { "li", "i", "long", pfcheck_type, pfprint_sint },
663 { "Le", "e", "long double", pfcheck_type, pfprint_fp },
664 { "LE", "E", "long double", pfcheck_type, pfprint_fp },
665 { "Lf", "f", "long double", pfcheck_type, pfprint_fp },
666 { "Lg", "g", "long double", pfcheck_type, pfprint_fp },
667 { "LG", "G", "long double", pfcheck_type, pfprint_fp },
670 { "P", "s", "uint16_t", pfcheck_type, pfprint_port },
[all …]