Home
last modified time | relevance | path

Searched refs:Command (Results 1 - 25 of 89) sorted by relevance

1234

/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dproc.py22 class LxCmdLine(gdb.Command):
36 class LxVersion(gdb.Command):
80 class LxIOMem(gdb.Command):
95 class LxIOPorts(gdb.Command):
138 class LxMounts(gdb.Command):
205 class LxFdtDump(gdb.Command):
H A Ddevice.py97 class LxDeviceListBus(gdb.Command):
117 class LxDeviceListClass(gdb.Command):
135 class LxDeviceListTree(gdb.Command):
H A Dconfig.py11 class LxConfigDump(gdb.Command):
H A Dgenpd.py38 class LxGenPDSummary(gdb.Command):
H A Dmodules.py62 class LxLsmod(gdb.Command):
H A Dclk.py18 class LxClkSummary(gdb.Command):
H A Dtasks.py69 class LxPs(gdb.Command):
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dproc.py24 class LxCmdLine(gdb.Command):
38 class LxVersion(gdb.Command):
82 class LxIOMem(gdb.Command):
97 class LxIOPorts(gdb.Command):
140 class LxMounts(gdb.Command):
207 class LxFdtDump(gdb.Command):
H A Dmm.py285 class LxPFN2Page(gdb.Command):
299 class LxPage2PFN(gdb.Command):
314 class LxPageAddress(gdb.Command):
329 class LxPage2Phys(gdb.Command):
344 class LxVirt2Phys(gdb.Command):
358 class LxVirt2Page(gdb.Command):
372 class LxSym2PFN(gdb.Command):
386 class LxPFN2Kaddr(gdb.Command):
H A Ddevice.py97 class LxDeviceListBus(gdb.Command):
117 class LxDeviceListClass(gdb.Command):
135 class LxDeviceListTree(gdb.Command):
H A Dmodules.py62 class LxLsmod(gdb.Command):
108 class LxFindTextAddrinMod(gdb.Command):
H A Dconfig.py11 class LxConfigDump(gdb.Command):
H A Dgenpd.py38 class LxGenPDSummary(gdb.Command):
H A Dclk.py18 class LxClkSummary(gdb.Command):
H A Dvmalloc.py22 class LxVmallocInfo(gdb.Command):
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_edgeport.h58 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8))
68 int Command; member
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c49 if (shdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr()
206 command = le16_to_cpu(shdr->Command); in smb2_check_message()
232 if (shdr->Command == SMB2_NEGOTIATE) in smb2_check_message()
325 switch (shdr->Command) { in smb2_get_data_area_len()
374 cifs_dbg(VFS, "no length check for command %d\n", le16_to_cpu(shdr->Command)); in smb2_get_data_area_len()
418 if (has_smb2_data_area[le16_to_cpu(shdr->Command)] == false) in smb2_calc_size()
682 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
839 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
849 le16_to_cpu(sync_hdr->Command), in smb2_handle_cancelled_mid()
875 if (hdr->Command in smb311_update_preauth_hash()
[all...]
H A Dsmb2transport.c624 is_binding = shdr->Command == SMB2_SESSION_SETUP && in smb2_sign_rqst()
650 if ((shdr->Command == SMB2_NEGOTIATE) || in smb2_verify_signature()
651 (shdr->Command == SMB2_SESSION_SETUP) || in smb2_verify_signature()
652 (shdr->Command == SMB2_OPLOCK_BREAK) || in smb2_verify_signature()
665 shdr->Command); in smb2_verify_signature()
682 shdr->Command, shdr->MessageId); in smb2_verify_signature()
722 temp->command = shdr->Command; /* Always LE */ in smb2_mid_entry_alloc()
738 le16_to_cpu(shdr->Command), temp->mid); in smb2_mid_entry_alloc()
755 shdr->Command != SMB2_NEGOTIATE) in smb2_get_mid_entry()
759 if ((shdr->Command ! in smb2_get_mid_entry()
[all...]
H A Dtransport.c68 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry()
69 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in AllocMidQEntry()
708 if ((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && in allocate_mid()
709 (in_buf->Command != SMB_COM_NEGOTIATE)) in allocate_mid()
716 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) in allocate_mid()
1522 if (in_buf->Command == SMB_COM_TRANSACTION2) { in SendReceiveBlockingLock()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2misc.c36 if (shdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr()
185 command = le16_to_cpu(shdr->Command); in smb2_check_message()
333 switch (shdr->Command) { in smb2_get_data_area_len()
382 cifs_dbg(VFS, "no length check for command %d\n", le16_to_cpu(shdr->Command)); in smb2_get_data_area_len()
426 if (has_smb2_data_area[le16_to_cpu(shdr->Command)] == false) in smb2_calc_size()
681 if (rsp->hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
840 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
850 le16_to_cpu(hdr->Command), in smb2_handle_cancelled_mid()
881 if (hdr->Command == SMB2_NEGOTIATE) in smb311_update_preauth_hash()
892 if (hdr->Command ! in smb311_update_preauth_hash()
[all...]
H A Dsmb2transport.c648 is_binding = shdr->Command == SMB2_SESSION_SETUP && in smb2_sign_rqst()
679 if ((shdr->Command == SMB2_NEGOTIATE) || in smb2_verify_signature()
680 (shdr->Command == SMB2_SESSION_SETUP) || in smb2_verify_signature()
681 (shdr->Command == SMB2_OPLOCK_BREAK) || in smb2_verify_signature()
694 shdr->Command); in smb2_verify_signature()
711 shdr->Command, shdr->MessageId); in smb2_verify_signature()
751 temp->command = shdr->Command; /* Always LE */ in smb2_mid_entry_alloc()
768 le16_to_cpu(shdr->Command), temp->mid); in smb2_mid_entry_alloc()
789 shdr->Command != SMB2_NEGOTIATE) { in smb2_get_mid_entry()
797 if ((shdr->Command ! in smb2_get_mid_entry()
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2misc.c98 switch (hdr->Command) { in smb2_get_data_area_len()
217 if (hdr->Command == SMB2_LOCK) in smb2_calc_size()
220 if (has_smb2_data_area[le16_to_cpu(hdr->Command)] == false) in smb2_calc_size()
297 switch (hdr->Command) { in smb2_validate_credit_charge()
385 command = le16_to_cpu(hdr->Command); in ksmbd_smb2_check_message()
/kernel/linux/linux-5.10/drivers/isdn/capi/
H A Dcapiutil.c603 byteTRcpy(cmsg->m + 4, &cmsg->Command); in capi_message2str()
605 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2str()
608 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_message2str()
H A Dkcapi.h94 __u8 Command; member
/kernel/linux/linux-6.6/drivers/isdn/capi/
H A Dcapiutil.c603 byteTRcpy(cmsg->m + 4, &cmsg->Command); in capi_message2str()
605 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2str()
608 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_message2str()

Completed in 14 milliseconds

1234