/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2293 menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.RightClickSelect(args), self.view)) 4047 menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHdr(self.view), self.view)) 4048 menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCellsToClipboardCSV(self.view), self.view)) 4062 menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipboard().setText(text), self.view)) 4236 def CreateAction(label, tip, callback, parent=None, shortcut=None): function 4247 return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Quit) 4252 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area) 4255 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area) 4258 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area) 4261 return CreateAction(" [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2294 menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.RightClickSelect(args), self.view)) 4048 menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHdr(self.view), self.view)) 4049 menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCellsToClipboardCSV(self.view), self.view)) 4063 menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipboard().setText(text), self.view)) 4237 def CreateAction(label, tip, callback, parent=None, shortcut=None): function 4248 return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Quit) 4253 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area) 4256 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area) 4259 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area) 4262 return CreateAction(" [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifspdu.h | 347 /* CreateDisposition flags, similar to CreateAction as well */ 923 /* open response for CreateAction shifted left */ 933 __le32 CreateAction; member 954 __le32 CreateAction; member 2502 __le32 CreateAction; member
|
H A D | smb2pdu.h | 818 __le32 CreateAction; member
|
H A D | cifssmb.c | 1139 /* Do we care about the CreateAction in any other cases? */ in CIFSPOSIXCreate() 1140 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction) in CIFSPOSIXCreate() 1292 /* Do we care about the CreateAction in any other cases? */ in SMBLegacyOpen() 1294 /* if (cpu_to_le32(FILE_CREATE) == pSMBr->CreateAction) in SMBLegacyOpen() 1422 /* Do we care about the CreateAction in any other cases? */ in CIFS_open() 1423 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction) in CIFS_open()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifspdu.h | 319 /* CreateDisposition flags, similar to CreateAction as well */ 874 /* open response for CreateAction shifted left */ 884 __le32 CreateAction; member 907 __le32 CreateAction; member 2455 __le32 CreateAction; member
|
H A D | cifssmb.c | 959 /* Do we care about the CreateAction in any other cases? */ in CIFSPOSIXCreate() 960 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction) in CIFSPOSIXCreate() 1112 /* Do we care about the CreateAction in any other cases? */ in SMBLegacyOpen() 1114 /* if (cpu_to_le32(FILE_CREATE) == pSMBr->CreateAction) in SMBLegacyOpen() 1242 /* Do we care about the CreateAction in any other cases? */ in CIFS_open() 1243 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction) in CIFS_open()
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | smb2pdu.h | 1177 __le32 CreateAction; member
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 2281 rsp->CreateAction = cpu_to_le32(FILE_OPENED); in create_smb2_pipe() 3326 rsp->CreateAction = cpu_to_le32(file_info); in smb2_open()
|