_entry
memset(e, 0, sizeof(struct ent##_entry)); \
struct ent##_entry *e; \
struct ent##_entry *e1, *e2; \
struct ent##_entry *e; \
struct ent##_entry *e; \
struct ent##_entry { \
STAILQ_ENTRY(ent##_entry) entries; \
STAILQ_HEAD(ent_head, ent##_entry) snapshot_data; \
struct ent##_entry *e; \
e = (struct ent##_entry *)malloc(sizeof(struct ent##_entry)); \
SYSINIT_ENTRY(uniq##_entry, "sysinit", (subs), \
SYSINIT_ENTRY(uniq##_entry, "sysuninit", (subs), \
#define mtk_wed_device_ppe_check(_dev, _skb, _reason, _entry) \
#define mtk_wed_device_ppe_check(_dev, _skb, _reason, _entry) do { } while (0)
#define BCMA_EROM_GET_ATTR(_entry, _attr) \
((_entry & BCMA_EROM_ ## _attr ## _MASK) \
#define BCMA_EROM_ENTRY_IS(_entry, _type) \
(BCMA_EROM_GET_ATTR(_entry, ENTRY_ISVALID) && \
BCMA_EROM_GET_ATTR(_entry, ENTRY_TYPE) == BCMA_EROM_ENTRY_TYPE_ ## _type)
#define SIBA_REG_GET(_entry, _attr) \
((_entry & SIBA_ ## _attr ## _MASK) \
struct drm_map_list *_entry;
list_for_each_entry(_entry, &dev->maplist, head)
if (_entry->user_token == token)
return _entry->map;
int (*func)(char *, struct passwd *, struct _entry *);
struct _entry *next;