Home
last modified time | relevance | path

Searched defs:unrhdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A D_unrhdr.h38 struct unrhdr { struct
40 u_int low; /* Lowest item */
41 u_int high; /* Highest item */
42 u_int busy; /* Count of allocated items */
43 u_int alloc; /* Count of memory allocations */
44 u_int first; /* items in allocated from start */
45 u_int last; /* items free at end */
46 struct mtx *mtx;
/freebsd/sys/kern/
H A Dsubr_unit.c1107 DB_SHOW_COMMAND(unrhdr, unrhdr_print_unrhdr) in DB_SHOW_COMMAND() argument
/freebsd/sys/net/
H A Dif_tuntap.c273 struct unrhdr *unrhdr; member