Home
last modified time | relevance | path

Searched refs:rdarg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/sibyte/common/
H A Dcfe.c152 char rdarg[64]; in initrd_setup() local
158 for (idx = 0; idx < sizeof(rdarg)-1; idx++) { in initrd_setup()
160 rdarg[idx] = str[idx]; in initrd_setup()
163 rdarg[idx] = 0; in initrd_setup()
164 str = rdarg; in initrd_setup()
/kernel/linux/linux-5.10/arch/mips/sibyte/common/
H A Dcfe.c168 char rdarg[64]; in initrd_setup() local
174 for (idx = 0; idx < sizeof(rdarg)-1; idx++) { in initrd_setup()
176 rdarg[idx] = str[idx]; in initrd_setup()
179 rdarg[idx] = 0; in initrd_setup()
180 str = rdarg; in initrd_setup()

Completed in 2 milliseconds