Searched defs:_entry (Results 1 – 7 of 7) sorted by relevance
45 typedef struct _entry { struct47 int (*func)(char *, struct passwd *, struct _entry *); argument48 int restricted;49 size_t len;50 const char *except, *save;
22 typedef struct _entry { struct23 struct _entry *next; argument24 uid_t uid;25 gid_t gid;27 char *class;29 char **envp;30 char *cmd;31 union {46 int flags;56 time_t lastrun;
44 #define BCMA_EROM_GET_ATTR(_entry, _attr) \ argument57 #define BCMA_EROM_ENTRY_IS(_entry, _type) \ argument
42 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _entry) \ argument
141 std::unique_ptr< directory_entry > _entry; member
42 #define SIBA_REG_GET(_entry, _attr) \ argument
1544 struct drm_map_list *_entry; in drm_core_findmap() local