OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_group
(Results
1 - 4
of
4
) sorted by null
/external/fio/
optgroup.c
8
static const struct
opt_group
fio_opt_groups[] = {
42
static const struct
opt_group
fio_opt_cat_groups[] = {
176
static const struct
opt_group
*group_from_mask(const struct
opt_group
*ogs,
186
const struct
opt_group
*og = &ogs[i];
197
const struct
opt_group
*opt_group_from_mask(uint64_t *mask)
202
const struct
opt_group
*opt_group_cat_from_mask(uint64_t *mask)
optgroup.h
4
struct
opt_group
{
struct
99
extern const struct
opt_group
*opt_group_from_mask(uint64_t *mask);
100
extern const struct
opt_group
*opt_group_cat_from_mask(uint64_t *mask);
goptions.c
99
const struct
opt_group
*og;
1140
const struct
opt_group
*og;
1182
const struct
opt_group
*og)
1189
const struct
opt_group
*og;
[
all
...]
/build/make/tools/fs_config/
fs_config_generator.py
863
def add_opts(self,
opt_group
):
867
opt_group
(argument group object): The argument group to append to.
944
def add_opts(self,
opt_group
):
946
opt_group
.add_argument(
949
opt_group
.add_argument(
[
all
...]
Completed in 1014 milliseconds