Lines Matching refs:overflow

134 int		overflow(char *);
400 av[0] = "overflow";
496 * iiadm -A (attach overflow)
497 * iiadm -D (detach overflow)
605 usage(gettext("must specify overflow volume " \
787 (void) snprintf(key, sizeof (key), "ii.set%d.overflow", setno);
848 dsw_error(gettext("Can't get overflow list length"), NULL);
1516 gettext("\t-A o v\t\tattach overflow to volume"));
1518 gettext("\t-D v\t\tdetach overflow from volume"));
1520 gettext("\t-L\t\tlist all overflow volumes"));
1522 gettext("\t-O o\t\tinitialize overflow"));
1524 gettext("\t-Q o\t\tquery status of overflow"));
1597 gettext("\t-g g -A o\tattach overflow to all volumes in "
1600 gettext("\t-g g -D\t\tdetach overflow from all volumes in "
2035 * Check against overflow volumes
2040 "Master volume is already an overflow volume"),
2044 "Shadow volume is already an overflow volume"),
2048 "Bitmap volume is already an overflow volume"),
2300 overflow(char *volume)
2306 check_action(gettext("Initialize this overflow volume?"));
2315 gettext("Create overflow failed %s"), volume);
2316 dsw_error(gettext("Create overflow failed"), &args.status);
2322 spcs_log("ii", stat, gettext("Create overflow succeeded %s"), volume);
2762 gettext("(overflow volume)"));
2806 (void) printf(gettext(", overflow volume offline"));
2818 (void) printf(gettext(", spilled into overflow volume"));
3063 /* remove overflow from cfg line */
3064 (void) sprintf(key, "ii.set%d.overflow", setnumber);
3070 spcs_log("ii", NULL, gettext("Detach of overflow %s failed"),
3072 dsw_error(gettext("Failed to detach overflow volume"),
3488 exit(overflow(argv[1]));
3764 /* if overflow() fails, it calls dsw_error to exit */
3765 (void) overflow(parms->bitmap_vol);
3830 /* can only attach an overflow volume to dependent, compact shadow */
3843 /* add overflow to cfg line */
3844 (void) sprintf(key, "ii.set%d.overflow", setnumber);
3907 /* create hash (adding room for suspended overflow volumes) */
3943 (void) snprintf(key, CFG_MAX_KEY, "ii.set%d.overflow", i);
3948 /* has this set got an overflow volume? */
3953 /* look up overflow in hash */
3993 "sets associated with overflow volume "
4145 (void) strtok(NULL, " "); /* overflow */