HomeSort by: relevance | last modified time | path
    Searched defs:kern_history_ent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
kernhist.h 48 struct kern_history_ent { struct
65 struct kern_history_ent *e; /* the allocated entries */
162 (NAME).e = (struct kern_history_ent *) \
163 kmem_zalloc(sizeof(struct kern_history_ent) * (N), KM_SLEEP); \
172 .n = sizeof(BUF) / sizeof(struct kern_history_ent), \
174 .e = (struct kern_history_ent *) (BUF), \
204 struct kern_history_ent * const _e_ = &(NAME).e[_i_]; \
248 kernhist_entry_print(const struct kern_history_ent *e, void (*pr)(const char *, ...) __printflike(1, 2))
kernhist.h 48 struct kern_history_ent { struct
65 struct kern_history_ent *e; /* the allocated entries */
162 (NAME).e = (struct kern_history_ent *) \
163 kmem_zalloc(sizeof(struct kern_history_ent) * (N), KM_SLEEP); \
172 .n = sizeof(BUF) / sizeof(struct kern_history_ent), \
174 .e = (struct kern_history_ent *) (BUF), \
204 struct kern_history_ent * const _e_ = &(NAME).e[_i_]; \
248 kernhist_entry_print(const struct kern_history_ent *e, void (*pr)(const char *, ...) __printflike(1, 2))

Completed in 22 milliseconds