HomeSort by: relevance | last modified time | path
    Searched defs:tmpnumber (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/mount_tmpfs/
mount_tmpfs.c 144 int64_t tmpnumber; local in function:mount_tmpfs_parseargs
173 if (dehumanize_number(optarg, &tmpnumber) == -1)
176 args->ta_nodes_max = tmpnumber;
188 tmpnumber = ram_fract(optarg+4);
190 tmpnumber = ram_percent(optarg+4);
191 else if (dehumanize_number(optarg, &tmpnumber) == -1)
194 args->ta_size_max = tmpnumber;
mount_tmpfs.c 144 int64_t tmpnumber; local in function:mount_tmpfs_parseargs
173 if (dehumanize_number(optarg, &tmpnumber) == -1)
176 args->ta_nodes_max = tmpnumber;
188 tmpnumber = ram_fract(optarg+4);
190 tmpnumber = ram_percent(optarg+4);
191 else if (dehumanize_number(optarg, &tmpnumber) == -1)
194 args->ta_size_max = tmpnumber;

Completed in 21 milliseconds