Searched refs:UNI_PIPE (Results 1 – 3 of 3) sorted by relevance
56 case UNI_PIPE: in cifs_mapchar()379 dst_char = cpu_to_le16(UNI_PIPE); in smbConvertToUTF16()
48 case UNI_PIPE: in convert_sfu_char()388 dest_char = cpu_to_le16(UNI_PIPE); in convert_to_sfu_char()
41 #define UNI_PIPE ((__u16)('|' + 0xF000)) macro