Home
last modified time | relevance | path

Searched refs:getsize (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/newfs_hammer2/
HDnewfs_hammer2.c68 opt.BootAreaSize = getsize(optarg, in main()
73 opt.AuxAreaSize = getsize(optarg, in main()
169 opt->FileSystemSize[opt->NFileSystemSizes++] = getsize(s, in parse_fs_size()
HDmkfs_hammer2.h75 int64_t getsize(const char *str, int64_t minval, int64_t maxval, int pw);
HDmkfs_hammer2.c197 getsize(const char *str, int64_t minval, int64_t maxval, int powerof2) in getsize() function
/dragonfly/sbin/newfs_hammer/
HDnewfs_hammer.c41 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/
HDmountctl.c57 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/
HDvnconfig.c100 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/
HDtest-utils.sh110 loopsz=`blockdev --getsize $LOOP 2>/dev/null`
/dragonfly/contrib/lvm2/dist/scripts/
HDfsadm.sh189 … DEVSIZE=$($BLOCKDEV --getsize "$VOLUME") || error "Cannot read size of device \"$VOLUME\""
/dragonfly/usr.sbin/makefs/
HDhammer2.c174 opt->BootAreaSize = getsize(buf, HAMMER2_NEWFS_ALIGN, in hammer2_parse_opts()
178 opt->AuxAreaSize = getsize(buf, HAMMER2_NEWFS_ALIGN, in hammer2_parse_opts()