Lines Matching defs:list
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
52 error = sysctlbyname("kern.intr.list", NULL, &buf_size, NULL, 0);
63 error = sysctlbyname("kern.intr.list", buf, &buf_size, NULL, 0);
93 struct intrio_list *list = handle;
95 return list->il_ncpus;
101 struct intrio_list *list = handle;
103 return list->il_nintrs;
109 struct intrio_list *list = handle;
113 buf_end = (char *)list + list->il_bufsize;
114 next = (struct intrio_list_line *)((char *)list + list->il_lineoffset);
124 struct intrio_list *list;
129 list = handle;
130 buf_end = (char *)list + list->il_bufsize;
132 line_size = list->il_linesize;