Home
last modified time | relevance | path

Searched refs:bcc_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/cifs/
Dsess.c166 char *bcc_ptr = *pbcc_area; in unicode_oslm_strings() local
170 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings()
172 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings()
173 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings()
175 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings()
176 bcc_ptr += 2; /* trailing null */ in unicode_oslm_strings()
178 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings()
180 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings()
181 bcc_ptr += 2; /* trailing null */ in unicode_oslm_strings()
183 *pbcc_area = bcc_ptr; in unicode_oslm_strings()
[all …]
Dconnect.c3868 unsigned char *bcc_ptr; in CIFSTCon() local
3892 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
3895 *bcc_ptr = 0; /* password is null byte */ in CIFSTCon()
3896 bcc_ptr++; /* skip password */ in CIFSTCon()
3912 bcc_ptr); in CIFSTCon()
3916 bcc_ptr, nls_codepage); in CIFSTCon()
3918 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()
3921 *bcc_ptr = 0; /* null byte password */ in CIFSTCon()
3922 bcc_ptr++; in CIFSTCon()
3939 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()
[all …]