Searched defs:fentry (Results 1 - 1 of 1) sorted by relevance
/arch/ia64/sn/kernel/sn2/ |
H A D | prominfo_proc.c | 95 get_fit_entry(unsigned long nasid, int index, unsigned long *fentry, argument 98 return ia64_sn_get_fit_compt(nasid, index, fentry, banner, banlen); 105 static void dump_fit_entry(struct seq_file *m, unsigned long *fentry) argument 109 type = FIT_TYPE(fentry[1]); 113 FIT_MAJOR(fentry[1]), FIT_MINOR(fentry[1]), 114 fentry[0], 116 (unsigned)(fentry[1] & 0xffffff) * 16); 131 unsigned long fentry[2]; local 136 if (get_fit_entry(nasid, index, fentry, NUL 158 unsigned long fentry[2]; local [all...] |
Completed in 61 milliseconds