Home
last modified time | relevance | path

Searched refs:oem (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_oem.c188 ucstooem(char *oem, const smb_wchar_t *ucs, size_t nbytes, uint32_t cpid) in ucstooem() argument
194 if (ucs == NULL || oem == NULL) in ucstooem()
202 *oem++ = oemchar >> 8; in ucstooem()
203 *oem++ = (char)oemchar; in ucstooem()
206 *oem++ = (char)oemchar; in ucstooem()
216 *oem = '\0'; in ucstooem()
230 oemtoucs(smb_wchar_t *ucs, const char *oem, size_t nwchars, uint32_t cpid) in oemtoucs() argument
236 if (ucs == NULL || oem == NULL) in oemtoucs()
242 while ((oemchar = (smb_wchar_t)*oem++ & 0xff) != 0) { in oemtoucs()
248 oemchar = oemchar << 8 | (*oem++ & 0xff); in oemtoucs()
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h114 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h339 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h199 char oem[CIS_MAX_TUPLE_DATA_LEN]; /* Vendor of software that */ member
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c94 uchar_t oem[8]; /* OEM name and version */ member
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1251 (void) strcpy(cs->oem, cis_getstr(tp));