ds_init
if (ds_init(*r_idsName, &a_argv[a_optind],
if (ds_fd < 0 && (errno = ds_init()) != 0) {
extern int ds_init(void);
if (ds_init(device, pkglist, NULL))
extern int ds_init(char *device, char **pkg, char *norewind);
if (ds_init(ids_name, pkg, srcdev.norewind)) {
ds_init();
static void ds_init(void);
if ((ds_init =
if ((rv = (*ds_init)(&vc_primary_cap, &vc_primary_ops)) != 0) {
if ((rv = (*ds_init)(&vc_backup_cap, &vc_backup_ops)) != 0) {
static int (*ds_init)();