| /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 | 787 rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware); 796 rv = ucs2_to_utf8(path, &upath); 880 rv = ucs2_to_utf8(path, &upath); 963 rv = ucs2_to_utf8(val, &uval); 972 rv = ucs2_to_utf8(name, &uname); 980 rv = ucs2_to_utf8(guid, &uguid);
|
| efichar.c | 72 ucs2_to_utf8(const CHAR16 *nm, char **name) function
|
| /src/sbin/efi/ |
| utils.h | 83 char *ucs2_to_utf8(const uint16_t *, size_t, char *, size_t *);
|
| efiio.c | 154 buf = ucs2_to_utf8(ev.name, ev.namesize, NULL, NULL);
|
| getvars.c | 124 args->name = 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 | 111 ucs2_to_utf8(const uint16_t *ibuf, size_t isz, char *obuf, size_t *osz) function
|
| 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,
|
| /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
|
| boot.c | 408 rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware);
|
| efifdt.c | 432 int rv = ucs2_to_utf8(bpart->gpt.ent.ent_name, &label);
|