Searched refs:numargs (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/s390/kernel/ |
D | debug.c | 845 int numargs=0; in debug_count_numargs() local 849 numargs++; in debug_count_numargs() 851 return(numargs); in debug_count_numargs() 862 int numargs,alloc_size,idx; in debug_sprintf_event() local 869 numargs=debug_count_numargs(string); in debug_sprintf_event() 870 alloc_size=offsetof(debug_sprintf_entry,args[numargs]); in debug_sprintf_event() 876 for(idx=0;idx<numargs;idx++) in debug_sprintf_event() 893 int numargs,alloc_size,idx; in debug_sprintf_exception() local 900 numargs=debug_count_numargs(string); in debug_sprintf_exception() 901 alloc_size=offsetof(debug_sprintf_entry,args[numargs]); in debug_sprintf_exception() [all …]
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | debug.c | 845 int numargs=0; in debug_count_numargs() local 849 numargs++; in debug_count_numargs() 851 return(numargs); in debug_count_numargs() 862 int numargs,alloc_size,idx; in debug_sprintf_event() local 869 numargs=debug_count_numargs(string); in debug_sprintf_event() 870 alloc_size=offsetof(debug_sprintf_entry,args[numargs]); in debug_sprintf_event() 876 for(idx=0;idx<numargs;idx++) in debug_sprintf_event() 893 int numargs,alloc_size,idx; in debug_sprintf_exception() local 900 numargs=debug_count_numargs(string); in debug_sprintf_exception() 901 alloc_size=offsetof(debug_sprintf_entry,args[numargs]); in debug_sprintf_exception() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | 53c7,8xx.c | 3213 int numargs; member
|