taglinefilesource code
IOPORTNAMES_LEN20arch/i386/kernel/ioport.cchar name[IOPORTNAMES_LEN];
IOPORTNAMES_LEN122arch/i386/kernel/ioport.cwhile(i<IOPORTNAMES_LEN && len<4000)
IOPORTNAMES_LEN206arch/i386/kernel/ioport.cstrncpy(ioportnames[i].name,name,IOPORTNAMES_LEN);
IOPORTNAMES_LEN207arch/i386/kernel/ioport.cioportnames[i].name[IOPORTNAMES_LEN-1]=(char)0;