/src/sys/dev/podulebus/ |
oak.c | 145 char hi_option[sizeof(device_xname(self)) + 8]; local in function:oak_attach 197 snprintf(hi_option, sizeof(hi_option), "%s.hostid", 199 (void)get_bootconf_option(boot_args, hi_option,
|
hcsc.c | 150 char hi_option[sizeof(device_xname(self)) + 8]; local in function:hcsc_attach 202 snprintf(hi_option, sizeof(hi_option), "%s.hostid", 204 (void)get_bootconf_option(boot_args, hi_option,
|
/src/sys/arch/acorn32/podulebus/ |
csa.c | 138 char hi_option[sizeof(device_xname(self)) + 8]; local in function:csa_attach 187 snprintf(hi_option, sizeof(hi_option), "%s.hostid", device_xname(self)); 188 (void)get_bootconf_option(boot_args, hi_option,
|