OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 21 14:09:52 GMT 2025