Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kvm/
Ddiag.c63 u16 parm_len; in __diag_page_ref_service() member
83 if (parm.parm_version != 2 || parm.parm_len < 5 || parm.code != 0x258) in __diag_page_ref_service()
/linux-6.12.1/drivers/char/tpm/
Dtpm2-sessions.c760 int parm_len, len, i, handles; in tpm_buf_check_hmac_response() local
790 parm_len = tpm_buf_read_u32(buf, &offset_s); in tpm_buf_check_hmac_response()
792 offset_s += parm_len; in tpm_buf_check_hmac_response()
824 sha256_update(&sctx, &buf->data[offset_p], parm_len); in tpm_buf_check_hmac_response()
/linux-6.12.1/fs/smb/client/
Dcifssmb.c3347 const int parm_len, struct cifs_tcon *tcon, in smb_init_nttransact() argument
3360 pSMB->TotalParameterCount = cpu_to_le32(parm_len); in smb_init_nttransact()
3368 pSMB->DataOffset = cpu_to_le32(temp_offset + parm_len); in smb_init_nttransact()
3467 __u32 parm_len; in CIFSSMBGetCIFSACL() local
3474 &pdata, &parm_len, pbuflen); in CIFSSMBGetCIFSACL()