Lines Matching +defs:bc +defs:c
1 /* $OpenBSD: efiboot.c,v 1.63 2025/01/13 16:58:09 kirill Exp $ */
4 * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net>
5 * Copyright (c) 2016 Mark Kettenis
196 efi_cons_putc(dev_t dev, int c)
200 if (c == '\n')
203 buf[0] = c;
230 efi_com_putc(dev_t dev, int c)
232 efi_cons_putc(dev, c);
256 efi_fb_putc(dev_t dev, int c)
258 efi_cons_putc(dev, c);
843 struct sr_boot_chunk *bc;
880 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link)
881 if (bc->sbc_diskinfo == bootdev_dip)