OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:func_count
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
537
int
func_count
;
local
552
for (
func_count
= 0, cur_func = SLIST_FIRST(&patch_functions);
555
func_count
++;
558
if (
func_count
!= 0) {
559
func_values = (int *)malloc(
func_count
* sizeof(int));
565
func_count
--;
575
cur_func = SLIST_NEXT(cur_func, links),
func_count
--) {
589
func_values[
func_count
] = 1;
592
func_values[
func_count
] = 0;
Completed in 58 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026