Searched defs:q_walk_s (Results 1 – 1 of 1) sorted by relevance
69 typedef struct q_walk_s { struct70 char *qw_name; /* name of opaque list structure */71 uintptr_t qw_head; /* address of list head */72 void *qw_data; /* opaque data structure */73 uint_t qw_sz; /* size of opaque data structure */74 uint_t qw_off; /* ql_t offset in opaque data structure */75 uint_t qw_step; /* walk_step has been called */76 uint_t qw_iprint; /* initial print */