20:44:03 do any of you have the mdb ::grep ... ::eval trick in your muscle memory? because I don't have it in any kind of memory 20:44:26 for filtering a ::walk based on the value of a structure member but keeping . being the struct 20:48:12 ::walk page | p_state & P_BOOTPAGES> | ::print page_t 21:24:18 I think you need the second argument to `::walk` 21:24:24 found this in my notes at least 21:24:25 [1]> fffff788122c3990::print elf_core_ctx_t ecc_p->p_as | ::print struct as a_segtree | ::walk avl a | ::print struct seg s_ops | ::grep '.==fffffffffc2cf0a0' | ::eval ' that looks like it! 21:25:06 thanks andy 21:36:58 yes, that worked great (except I forgot how long `::walk page` can take on real systems) 21:48:36 You can thank jclulow for teaching me that :) 22:18:15 [illumos-gate] 17988 libnvme doesn't dword align variable length log pages -- Robert Mustacchi