/src/sys/arch/acorn32/podulebus/ |
podulebus.c | 416 char argstring[20]; local in function:podulebusattach 468 snprintf(argstring, sizeof(argstring), "podule%d.disable", loop); 469 if (get_bootconf_option(boot_args, argstring, 478 snprintf(argstring, sizeof(argstring), "podule%d=", loop); 479 if (get_bootconf_option(boot_args, argstring,
|
podulebus.c | 416 char argstring[20]; local in function:podulebusattach 468 snprintf(argstring, sizeof(argstring), "podule%d.disable", loop); 469 if (get_bootconf_option(boot_args, argstring, 478 snprintf(argstring, sizeof(argstring), "podule%d=", loop); 479 if (get_bootconf_option(boot_args, argstring,
|