Displaying 1 result from an estimated 1 matches for "helpcmd".
Did you mean:
helpcan
2003 Aug 20
1
(Fwd) Lost data on FreeBSD tape (fwd)
...;
int dev_errno;
int file;
int block_num;
int state;
char *buf;
int buf_len;
char *dev_name;
int file_addr;
};
DEVICE *dev;
#define uint32_t unsigned long
#define uint64_t unsigned long long
/* Forward referenced subroutines */
static void do_tape_cmds();
static void helpcmd();
static void scancmd();
static void rewindcmd();
static void rawfill_cmd();
/* Static variables */
static char cmd[1000];
static void usage();
int get_cmd(char *prompt);
/*********************************************************************
*
* Main Bacula Pool Creation Program
*
*/...