Annotation of researchv10no/cmd/worm/oscsi/lib.c, revision 1.1

1.1     ! root        1: #include       <stdio.h>
        !             2: #include       "scsi.h"
        !             3: #include       "scsish.h"
        !             4: #include       "generic/fns.h"
        !             5: #include       "sony/fns.h"
        !             6: 
        !             7: s_start(int dr, char *err)
        !             8: {
        !             9:        int iargs[1];
        !            10:        char *cargs[1];
        !            11: 
        !            12:        iargs[0] = dr;
        !            13:        return(gen_start(1, iargs, 0, cargs, err));
        !            14: }
        !            15: 
        !            16: s_stop(int dr, char *err)
        !            17: {
        !            18:        int iargs[1];
        !            19:        char *cargs[1];
        !            20: 
        !            21:        iargs[0] = dr;
        !            22:        return(gen_stop(1, iargs, 0, cargs, err));
        !            23: }
        !            24: 
        !            25: s_eject(int dr, char *err)
        !            26: {
        !            27:        int iargs[1];
        !            28:        char *cargs[1];
        !            29: 
        !            30:        iargs[0] = dr;
        !            31:        return(sony_eject(1, iargs, 0, cargs, err));
        !            32: }

unix.superglobalmegacorp.com

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