Searched refs:getsize (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sbin/newfs_hammer2/ |
| HD | newfs_hammer2.c | 68 opt.BootAreaSize = getsize(optarg, in main() 73 opt.AuxAreaSize = getsize(optarg, in main() 169 opt->FileSystemSize[opt->NFileSystemSizes++] = getsize(s, in parse_fs_size()
|
| HD | mkfs_hammer2.h | 75 int64_t getsize(const char *str, int64_t minval, int64_t maxval, int pw);
|
| HD | mkfs_hammer2.c | 197 getsize(const char *str, int64_t minval, int64_t maxval, int powerof2) in getsize() function
|
| /dragonfly/sbin/newfs_hammer/ |
| HD | newfs_hammer.c | 41 static int64_t getsize(const char *str, int pw); 100 HeaderJunkSize = getsize(optarg, 2); in main() 104 BootAreaSize = getsize(optarg, 2); in main() 108 MemoryLogSize = getsize(optarg, 2); in main() 112 UndoBufferSize = getsize(optarg, 2); in main() 411 getsize(const char *str, int powerof2) in getsize() function
|
| /dragonfly/sbin/mountctl/ |
| HD | mountctl.c | 57 static int64_t getsize(const char *str); 346 if ((memfifo_opt = getsize(val)) == 0) in parse_option_keyword() 352 if ((swapfifo_opt = getsize(val)) == 0) in parse_option_keyword() 586 getsize(const char *str) in getsize() function
|
| /dragonfly/usr.sbin/vnconfig/ |
| HD | vnconfig.c | 100 static int64_t getsize(const char *arg); 184 size = getsize(optarg); in main() 634 vndisks[ix].size = getsize(sp + 1); in readconfig() 715 getsize(const char *arg) in getsize() function
|
| /dragonfly/contrib/lvm2/dist/test/ |
| HD | test-utils.sh | 110 loopsz=`blockdev --getsize $LOOP 2>/dev/null`
|
| /dragonfly/contrib/lvm2/dist/scripts/ |
| HD | fsadm.sh | 189 … DEVSIZE=$($BLOCKDEV --getsize "$VOLUME") || error "Cannot read size of device \"$VOLUME\""
|
| /dragonfly/usr.sbin/makefs/ |
| HD | hammer2.c | 174 opt->BootAreaSize = getsize(buf, HAMMER2_NEWFS_ALIGN, in hammer2_parse_opts() 178 opt->AuxAreaSize = getsize(buf, HAMMER2_NEWFS_ALIGN, in hammer2_parse_opts()
|