/src/sys/arch/i386/stand/efiboot/ |
efidelay.c | 43 rv = ucs2_to_utf8(errmsg, &uerrmsg);
|
efiboot.h | 68 int ucs2_to_utf8(const CHAR16 *, char **);
|
boot.c | 727 rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware); 736 rv = ucs2_to_utf8(path, &upath); 820 rv = ucs2_to_utf8(path, &upath); 903 rv = ucs2_to_utf8(val, &uval); 912 rv = ucs2_to_utf8(name, &uname); 920 rv = ucs2_to_utf8(guid, &uguid);
|
efichar.c | 72 ucs2_to_utf8(const CHAR16 *nm, char **name) function in typeref:typename:int
|
/src/sys/stand/efiboot/ |
efiboot.h | 84 int ucs2_to_utf8(const CHAR16 *, char **);
|
efichar.c | 72 ucs2_to_utf8(const CHAR16 *nm, char **name) function in typeref:typename:int
|
boot.c | 408 rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware);
|
efifdt.c | 432 int rv = ucs2_to_utf8(bpart->gpt.ent.ent_name, &label);
|
/src/sbin/efi/ |
utils.h | 83 char *ucs2_to_utf8(const uint16_t *, size_t, char *, size_t *);
|
getvars.c | 124 args->name = ucs2_to_utf8(ev->name, ev->namesize, NULL, NULL);
|
efiio.c | 154 buf = ucs2_to_utf8(ev.name, ev.namesize, NULL, NULL);
|
showvar.c | 257 desc = ucs2_to_utf8((uint16_t *)&u.bp[u.ko->DescLocation], 349 info.Description = ucs2_to_utf8(u.bb->Description, sz, NULL, NULL);
|
utils.c | 110 ucs2_to_utf8(const uint16_t *ibuf, size_t isz, char *obuf, size_t *osz) function in typeref:typename:PUBLIC char *
|
devpath4.c | 193 PathName = ucs2_to_utf8(p->PathName, sz, NULL, NULL);
|
devpath3.c | 967 serialnum = ucs2_to_utf8((uint16_t *)p->SerialNum, sz, NULL,
|