Searched refs:PERCENT_NONE (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl2/lvm2/dist/tools/ |
| D | lvcreate.c | 176 case PERCENT_NONE: in _update_extents_params() 197 lcp->percent = arg_percent_value(cmd, extents_ARG, PERCENT_NONE); in _read_size_params() 207 lcp->percent = PERCENT_NONE; in _read_size_params()
|
| D | lvmcmdline.c | 51 …d, e) {b, "", "--" c, d, e, 0, NULL, 0, 0, INT64_C(0), UINT64_C(0), SIGN_NONE, PERCENT_NONE, NULL}, 123 a->percent = PERCENT_NONE; in yes_no_arg() 145 a->percent = PERCENT_NONE; in yes_no_excl_arg() 204 a->percent = PERCENT_NONE; in _get_int_arg() 246 a->percent = PERCENT_NONE; in _size_arg()
|
| D | lvresize.c | 225 lp->percent = arg_percent_value(cmd, extents_ARG, PERCENT_NONE); in _lvresize_params() 232 lp->percent = PERCENT_NONE; in _lvresize_params() 378 case PERCENT_NONE: in _lvresize()
|
| D | tools.h | 84 PERCENT_NONE = 0, enumerator
|