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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c66 #define FUNCP(p) ((void *)(p)) /* Cast to f_ptr type */ macro
529 { FMT_FUNC, FUNCP(fmt_plus), help_plus, 0 }, /* 43 = + */
531 { FMT_FUNC, FUNCP(fmt_minus), help_minus, 0 }, /* 45 = - */
553 { FMT_FUNC, FUNCP(fmt_escchr), help_escchr, 1 }, /* 67 = C */
562 { FMT_FUNC, FUNCP(fmt_swapint), help_swapint, 4 }, /* 72 = H */
563 { FMT_FUNC, FUNCP(fmt_dotinstr), help_dotinstr, 0 }, /* 73 = I */
564 { FMT_FUNC, FUNCP(fmt_hex64), help_hex64, 8 }, /* 74 = J */
566 { FMT_FUNC, FUNCP(fmt_hex64), help_uintptr, 8 }, /* 75 = K (J) */
572 { FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 78 = N */
576 { FMT_FUNC, FUNCP(fmt_binar
[all...]

Completed in 44 milliseconds