Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2297 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.…
4051 …menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHd…
4052 …menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCell…
4066 …menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipb…
4240 def CreateAction(label, tip, callback, parent=None, shortcut=None): function
4251 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
4256 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4259 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
4262 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area)
4265 return CreateAction("&Cascade", "Cascade the windows", mdi_area.cascadeSubWindows, mdi_area)
[all …]
/linux/fs/smb/common/
H A Dsmb2pdu.h1203 __le32 CreateAction;
1206 __le32 CreateAction; global() member
/linux/fs/smb/client/
H A Dcifssmb.c1139 /* Do we care about the CreateAction in any other cases? */ in CIFSPOSIXCreate()
1140 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction) in CIFSPOSIXCreate()
1310 /* Do we care about the CreateAction in any other cases? */ in SMBLegacyOpen()
1312 /* if (cpu_to_le32(FILE_CREATE) == pSMBr->CreateAction) in SMBLegacyOpen()
1442 /* Do we care about the CreateAction in any other cases? */ in CIFS_open()
1443 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction) in CIFS_open()
/linux/fs/smb/server/
H A Dsmb2pdu.c2430 rsp->CreateAction = cpu_to_le32(FILE_OPENED); in smb2_set_ea()
3740 rsp->CreateAction = cpu_to_le32(file_info); in smb2_open()