MCPcopy Create free account

hub / github.com/PiSCSI/piscsi / functions

Functions1,324 in github.com/PiSCSI/piscsi

↓ 4 callersMethodGetDeviceForLun
cpp/controllers/abstract_controller.cpp:55
↓ 4 callersMethodGetLun
cpp/controllers/abstract_controller.h:94
↓ 4 callersMethodGetSendDelay
cpp/devices/primary_device.h:49
↓ 4 callersMethodHasValidLength
TODO These should probably be extracted into a new TransferHandler class
cpp/controllers/abstract_controller.h:101
↓ 4 callersMethodIsMediumChanged
cpp/devices/storage_device.h:71
↓ 4 callersMethodIsReset
cpp/devices/device.h:82
↓ 4 callersFunctionOpenTempFile
cpp/test/test_shared.cpp:68
↓ 4 callersMethodReceiveHandShake
--------------------------------------------------------------------------- Data reception handshake -----------------------------------------------
cpp/hal/gpiobus.cpp:166
↓ 4 callersMethodRenameImage
cpp/piscsi/piscsi_image.cpp:199
↓ 4 callersMethodSetByteTransfer
cpp/controllers/abstract_controller.cpp:36
↓ 4 callersMethodSetSectorSizeShiftCount
cpp/devices/storage_device.h:62
↓ 4 callersMethodSetStopped
cpp/devices/device.h:89
↓ 4 callersMethodStart
cpp/devices/device.cpp:110
↓ 4 callersMethodStop
cpp/devices/device.cpp:121
↓ 4 callersFunctionTestSpecialDevice
cpp/test/protobuf_util_test.cpp:19
↓ 4 callersMethodValidateFile
cpp/devices/storage_device.cpp:55
↓ 4 callersMethodattach_device
Takes (int) scsi_id and kwargs containing 0 or more device properties If the current attached device is a removable device wihout me
python/common/src/piscsi/piscsi_cmds.py:310
↓ 4 callersFunctionauth_active
Inspects if the group defined in (str) group exists on the system. If it exists, tell the webapp to enable authentication. Returns a (dic
python/web/src/web_utils.py:246
↓ 4 callersFunctiondetach_devices
(http_client)
python/web/tests/api/conftest.py:117
↓ 4 callersMethodget_device_types
Sends a DEVICE_TYPES_INFO command to the server. Returns a dict with: - (bool) status - (dict) device_types, where ke
python/common/src/piscsi/piscsi_cmds.py:218
↓ 4 callersMethodget_ip_and_host
Use a mock socket connection to identify the Pi's hostname and IP address
python/common/src/piscsi/sys_cmds.py:144
↓ 4 callersMethodlist_subdirs
Finds subdirs within the (str) directory dir. Returns a (list) of (str) subdir_list.
python/common/src/piscsi/file_cmds.py:59
↓ 4 callersMethodread_config
Takes (str) file_name Returns (dict) with (bool) status and (str) msg
python/common/src/piscsi/file_cmds.py:659
↓ 4 callersFunctionrename
Renames a specified file in the images dir
python/web/src/web.py:1306
↓ 4 callersMethodrename_file
Takes: - (Path) file_path for the file to rename - (Path) target_path for the name to rename - optional (bool) ove
python/common/src/piscsi/file_cmds.py:107
↓ 4 callersMethodreset_timer
Resets the timer and starts from the beginning.
python/ctrlboard/src/menu/timer.py:23
↓ 4 callersMethodshow_id_action_message
Helper method for displaying an action message in the case of an exception.
python/ctrlboard/src/ctrlboard_event_handler/ctrlboard_menu_update_event_handler.py:353
↓ 3 callersMethodCommand
cpp/scsidump/scsidump_core.cpp:200
↓ 3 callersMethodCommandDevicesInfo
cpp/scsictl/scsictl_commands.cpp:142
↓ 3 callersMethodDataIn
cpp/scsidump/scsidump_core.cpp:218
↓ 3 callersMethodDataOut
cpp/scsidump/scsidump_core.cpp:227
↓ 3 callersFunctionDeleteTempFile
TODO Move this code, it is not shared
cpp/test/test_shared.cpp:124
↓ 3 callersMethodDisplayDeviceTypesInfo
cpp/scsictl/scsictl_display.cpp:126
↓ 3 callersMethodEnsureLun0
cpp/piscsi/piscsi_executor.cpp:480
↓ 3 callersMethodGetCD
cpp/hal/gpiobus_virtual.cpp:288
↓ 3 callersMethodGetFilename
cpp/devices/storage_device.h:34
↓ 3 callersMethodGetImageFile
cpp/piscsi/piscsi_response.cpp:109
↓ 3 callersMethodGetInitiatorId
cpp/controllers/scsi_controller.h:67
↓ 3 callersMethodGetMSG
cpp/hal/gpiobus_virtual.cpp:278
↓ 3 callersMethodGetRawCapture
cpp/hal/data_sample_raspberry.h:91
↓ 3 callersMethodGetServerInfo
cpp/piscsi/piscsi_response.cpp:235
↓ 3 callersMethodGetTargetId
cpp/controllers/abstract_controller.h:56
↓ 3 callersMethodGetTimestamp
cpp/hal/data_sample.h:40
↓ 3 callersMethodIsSectorSizeConfigurable
cpp/devices/disk.h:60
↓ 3 callersMethodPrintCommand
cpp/piscsi/piscsi_executor.cpp:440
↓ 3 callersMethodPullConfig
--------------------------------------------------------------------------- Pin pull-up/pull-down setting ------------------------------------------
cpp/hal/gpiobus_raspberry.cpp:880
↓ 3 callersFunctionReadTempFileToString
cpp/test/test_shared.cpp:131
↓ 3 callersMethodRemoveDevice
cpp/controllers/abstract_controller.cpp:107
↓ 3 callersMethodReset
cpp/devices/device.cpp:27
↓ 3 callersMethodSendHandShake
--------------------------------------------------------------------------- Data transmission handshake --------------------------------------------
cpp/hal/gpiobus.cpp:270
↓ 3 callersMethodSetConfiguredSectorSize
cpp/devices/disk.cpp:678
↓ 3 callersMethodSetImagePermissions
cpp/piscsi/piscsi_image.cpp:261
↓ 3 callersFunctionSetInt24
cpp/devices/scsi_command_util.h:56
↓ 3 callersMethodSetMode
--------------------------------------------------------------------------- Input/output mode setting ----------------------------------------------
cpp/hal/gpiobus_virtual.cpp:438
↓ 3 callersMethodSetStatus
cpp/controllers/abstract_controller.h:71
↓ 3 callersMethodSetStatusCode
cpp/devices/device.h:141
↓ 3 callersMethodSetStoppable
cpp/devices/device.h:88
↓ 3 callersFunctionTestRemovableDrive
cpp/test/device_factory_test.cpp:119
↓ 3 callersMethodVerifyExistingIdAndLun
cpp/piscsi/piscsi_executor.cpp:499
↓ 3 callersMethodWrite
cpp/devices/disk.cpp:154
↓ 3 callersMethodWriteByteSequence
cpp/devices/scsi_printer.cpp:168
↓ 3 callersFunctionbr_setif
cpp/devices/ctapdriver.cpp:34
↓ 3 callersMethodcheck_button_press
Checks whether the button state has changed.
python/ctrlboard/src/ctrlboard_hw/ctrlboard_hw.py:128
↓ 3 callersMethodcheck_timer
Checks the timer whether it has reached the activation delay.
python/ctrlboard/src/menu/timer.py:15
↓ 3 callersFunctioncreate_http_client
(pytestconfig)
python/web/tests/conftest.py:48
↓ 3 callersMethoddetach_all
Sends a DETACH_ALL command to the server. Returns (bool) status and (str) msg.
python/common/src/piscsi/piscsi_cmds.py:398
↓ 3 callersMethoddetach_by_id
Takes (int) scsi_id and optional (int) unit. Sends a DETACH command to the server. Returns (bool) status and (str) msg.
python/common/src/piscsi/piscsi_cmds.py:376
↓ 3 callersFunctionget_device_name
Takes a four letter device acronym (str) device_type. Returns the human-readable name for the device type.
python/web/src/web_utils.py:92
↓ 3 callersFunctionget_env_info
Get information about the app/host environment
python/web/src/web.py:100
↓ 3 callersFunctionget_properties_by_drive_name
Takes (list) of (dict) drives, and (str) drive_name Returns (dict) with the collection of drive properties that matches drive_name
python/web/src/web_utils.py:224
↓ 3 callersMethodget_removable_device_types
Returns a (list) of (str) of four letter device acronyms that are of the removable type.
python/common/src/piscsi/piscsi_cmds.py:247
↓ 3 callersFunctionip_link
cpp/devices/ctapdriver.cpp:51
↓ 3 callersMethodlist_config_files
Finds files with file ending CONFIG_FILE_SUFFIX in CFG_DIR. Returns a (list) of (str) files_list
python/common/src/piscsi/file_cmds.py:46
↓ 3 callersMethodlist_images
Sends a IMAGE_FILES_INFO command to the server Returns a (dict) with (bool) status, (str) msg, and (list) of (dict)s files
python/common/src/piscsi/piscsi_cmds.py:38
↓ 3 callersMethodread_drive_properties
Reads drive properties from json formatted file. Takes (Path) file_path as argument. Returns (dict) with (bool) status, (str)
python/common/src/piscsi/file_cmds.py:759
↓ 3 callersMethodreboot_system
Sends a reboot command to the system
python/common/src/piscsi/sys_cmds.py:249
↓ 3 callersMethodreserve_scsi_ids
Sends the RESERVE_IDS command to the server to reserve SCSI IDs. Takes a (list) of (str) as argument.
python/common/src/piscsi/piscsi_cmds.py:517
↓ 3 callersMethodrewind
cpp/devices/scsi_streamer.cpp:31
↓ 3 callersMethodset_active_menu
Activates a menu from the controller internal menu collection by name.
python/ctrlboard/src/menu/menu_controller.py:57
↓ 3 callersMethodupdate
Abstract method for updating an observer. Needs to be implemented by subclasses.
python/ctrlboard/src/observer.py:11
↓ 3 callersMethodupdate_display_image
Method displays an image using PIL.
python/ctrlboard/src/menu/menu_renderer.py:61
↓ 3 callersMethodwrite_drive_properties
Writes a drive property configuration file to the config dir. Takes file name base (str) and (list of dicts) conf as arguments
python/common/src/piscsi/file_cmds.py:731
↓ 2 callersMethodAddVendorPage
Offset description 02h format mode 03h type of format (0) 04~07h size of user band (total sectors?) 08~09h size of spare band (spare sectors?)
cpp/devices/scsimo.cpp:121
↓ 2 callersMethodCleanUp
cpp/devices/disk.cpp:58
↓ 2 callersMethodCleanup
cpp/scsimon/sm_core.cpp:123
↓ 2 callersMethodCreateDevice
cpp/piscsi/piscsi_executor.cpp:512
↓ 2 callersMethodDebug
cpp/devices/device_logger.cpp:20
↓ 2 callersMethodDeleteController
cpp/controllers/controller_manager.cpp:46
↓ 2 callersMethodDetachAll
cpp/piscsi/piscsi_executor.cpp:358
↓ 2 callersMethodDiscardReservation
cpp/devices/primary_device.cpp:320
↓ 2 callersFunctionDiskTest_ValidateCachePage
cpp/test/disk_test.cpp:622
↓ 2 callersFunctionDiskTest_ValidateDrivePage
cpp/test/disk_test.cpp:613
↓ 2 callersFunctionDiskTest_ValidateFormatPage
cpp/test/disk_test.cpp:600
↓ 2 callersMethodDisplayDevicesInfo
cpp/scsictl/scsictl_display.cpp:24
↓ 2 callersMethodDisplayStatisticsInfo
cpp/scsictl/scsictl_display.cpp:234
↓ 2 callersMethodGetBytesToTransfer
cpp/controllers/abstract_controller.h:86
↓ 2 callersMethodGetConfiguredSectorSize
cpp/devices/storage_device.cpp:184
↓ 2 callersMethodGetDeviceTypesInfo
cpp/piscsi/piscsi_response.cpp:61
↓ 2 callersMethodGetDevices
cpp/controllers/abstract_controller.cpp:45
↓ 2 callersMethodGetDevices
cpp/piscsi/piscsi_response.cpp:194
← previousnext →201–300 of 1,324, ranked by callers