Home
last modified time | relevance | path

Searched refs:CreateAction (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/tools/perf/scripts/python/
A Dexported-sql-viewer.py4237 def CreateAction(label, tip, callback, parent=None, shortcut=None): function
4248 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
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("&Cascade", "Cascade the windows", mdi_area.cascadeSubWindows, mdi_area)
4629 …edit_menu.addAction(CreateAction("&Copy", "Copy to clipboard", self.CopyToClipboard, self, QKeySeq…
4630 …edit_menu.addAction(CreateAction("Copy as CS&V", "Copy to clipboard as CSV", self.CopyToClipboardC…
4631 edit_menu.addAction(CreateAction("&Find...", "Find items", self.Find, self, QKeySequence.Find))
4633 …edit_menu.addAction(CreateAction("&Shrink Font", "Make text smaller", self.ShrinkFont, self, [QKey…
[all …]
/linux-6.3-rc2/fs/cifs/
A Dcifspdu.h884 __le32 CreateAction; member
905 __le32 CreateAction; member
2451 __le32 CreateAction; member
A Dcifssmb.c954 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction) in CIFSPOSIXCreate()
1237 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction) in CIFS_open()
/linux-6.3-rc2/fs/smbfs_common/
A Dsmb2pdu.h1151 __le32 CreateAction; member
/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.c2128 rsp->CreateAction = cpu_to_le32(FILE_OPENED); in create_smb2_pipe()
3148 rsp->CreateAction = cpu_to_le32(file_info); in smb2_open()

Completed in 64 milliseconds