Searched defs:oem_name (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c750 char *oem_name, uint16_t type, char *comment)
752 (void) smb_mbc_encodef(output, "13c.wl", oem_name,
760 smb_request_t *sr, char *oem_name, uint16_t type,
767 smb_encode_SHARE_INFO_1(output, text, oem_name, type, comment);
749 smb_encode_SHARE_INFO_1(struct mbuf_chain *output, struct mbuf_chain *text, char *oem_name, uint16_t type, char *comment) argument
759 smb_encode_SHARE_INFO_2(struct mbuf_chain *output, struct mbuf_chain *text, smb_request_t *sr, char *oem_name, uint16_t type, char *comment, uint16_t access, char *path, char *password) argument
H A Dsmb_kshare.c1039 char *oem_name; local
1044 oem_name = smb_mem_alloc(length);
1049 if (ucstooem(oem_name, unibuf, length, OEM_CPG_850) == 0)
1050 (void) strcpy(oem_name, shrname);
1054 if (strlen(oem_name) + 1 > SMB_SHARE_OEMNAME_MAX) {
1055 smb_mem_free(oem_name);
1059 return (oem_name);

Completed in 62 milliseconds