Home
last modified time | relevance | path

Searched refs:user_name_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-net-ipmid/command/
H A Drakp12.cpp79 sizeof(RAKP1request) - (userNameMaxLen - request->user_name_len); in RAKP12()
83 if (request->user_name_len > userNameMaxLen || in RAKP12()
92 session->userName.assign(request->user_name, request->user_name_len); in RAKP12()
119 sizeof(request->user_name_len) + session->userName.size()); in RAKP12()
169 if (request->user_name_len == 0) in RAKP12()
180 std::string userName(request->user_name, request->user_name_len); in RAKP12()
305 std::copy_n(&(request->user_name_len), sizeof(request->user_name_len), in RAKP12()
307 std::advance(iter, sizeof(request->user_name_len)); in RAKP12()
H A Drakp12.hpp32 uint8_t user_name_len; member
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c981 size_t name_len, value_len, user_name_len; in move_smb2_ea_to_cifs() local
1014 user_name_len = 5 + 1 + name_len; in move_smb2_ea_to_cifs()
1018 rc += user_name_len; in move_smb2_ea_to_cifs()
1019 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs()
1020 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
1027 rc += user_name_len; in move_smb2_ea_to_cifs()