Annotation of researchv10no/cmd/worm/oscsi/scsish.h, revision 1.1

1.1     ! root        1: typedef int (*Functionfn)(int, int *, int, char **, char *);
        !             2: 
        !             3: typedef struct
        !             4: {
        !             5:        char *name;
        !             6:        char *help;
        !             7:        char *param;
        !             8:        Functionfn fn;
        !             9: } Function;
        !            10: 
        !            11: typedef struct
        !            12: {
        !            13:        char *name;
        !            14:        char *verbose;
        !            15:        void (*extsense)(uchar *, char *, int);
        !            16:        Function *fns;
        !            17: } Device;
        !            18: extern void setdevice(Device *);
        !            19: 
        !            20: extern void scsi_target(int);
        !            21: extern void fixedstr(uchar *src, int len, char *dest);
        !            22: extern void gen_extsense(uchar *, char *, int);
        !            23: extern int shelfside(char *arg, char *err);
        !            24: extern void xd(uchar *base, int, FILE *fp);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.