tag | line | file | source code |
---|---|---|---|
IOPORTNAMES_LEN | 20 | arch/i386/kernel/ioport.c | char name[IOPORTNAMES_LEN]; |
IOPORTNAMES_LEN | 122 | arch/i386/kernel/ioport.c | while(i<IOPORTNAMES_LEN && len<4000) |
IOPORTNAMES_LEN | 206 | arch/i386/kernel/ioport.c | strncpy(ioportnames[i].name,name,IOPORTNAMES_LEN); |
IOPORTNAMES_LEN | 207 | arch/i386/kernel/ioport.c | ioportnames[i].name[IOPORTNAMES_LEN-1]=(char)0; |