Searched defs:log_elem (Results 1 – 1 of 1) sorted by relevance
224 struct log_elem { struct225 int pg_code;226 int subpg_code; /* only unless subpg_high>0 then this is only */227 int subpg_high; /* when >0 this is high end of subpage range */228 int pdt; /* -1 for all */229 int flags; /* bit mask; or-ed with MVP_* constants */230 const char * name;231 const char * acron;232 bool (*show_pagep)(const uint8_t * resp, int len,