/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 50 bpf_jit_enable 130 dev_weight 179 busy_read 193 busy_poll 218 rmem_max 243 wmem_max 258 warnings 348 optmem_max 391 txrehash 479 5. TIPC [all …]
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 304 ``-device nvme-ns,eui64-default=on|off`` (since 7.1) 311 ``-device nvme,use-intel-id=on|off`` (since 7.1) 319 ``-device cxl-type3,memdev=xxxx`` (since 8.0) 327 ``-fsdev proxy`` and ``-virtfs proxy`` (since 8.1) 350 RISC-V 'any' CPU type ``-cpu any`` (since 8.2) 363 RISC-V CPU properties which start with capital 'Z' (since 8.2) 386 ``-device sd-card,spec_version=1`` (since 9.1) 395 ``"backing": ""`` (since 2.12) 401 ``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1) 417 ``iscsi,password=xxx`` (since 8.0) [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | cmsg_sender.c | 43 struct options { struct 48 struct { 53 } sockopt; 54 struct { 58 } sock; 60 struct { 63 } txtime; 64 struct { 66 } ts; 67 struct { [all …]
|
/openbmc/linux/tools/thermal/thermometer/ |
H A D | thermometer.c | 36 struct options { struct 37 int loglvl; 38 int logopt; 39 int overwrite; 40 int duration; 41 const char *config; 42 char postfix[PATH_MAX]; 43 char output[PATH_MAX]; 356 struct options *options) in thermometer_start() 460 static int thermometer_wait(struct options *options, pid_t pid) in thermometer_wait() [all …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nf-queue.c | 18 struct options { struct 29 static struct options opts; argument
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 109 std::string>>& options) in validateEnumOption() 127 std::string>>& options) in validateStringOption() 163 std::string>>& options) in validateIntegerOption() 246 const auto& options = in pendingAttributes() local 266 const auto& options = in pendingAttributes() local 285 const auto& options = in pendingAttributes() local
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 534 def confirm(options, prompt): argument 548 def cleanup_empty_blocks(header_path, options): argument 570 def cleanup_one_header(header_path, patterns, options): argument 630 def cleanup_headers(configs, options): argument 655 def cleanup_one_extra_option(defconfig_path, configs, options): argument 704 def cleanup_extra_options(configs, options): argument 722 def cleanup_whitelist(configs, options): argument 746 def cleanup_readme(configs, options): argument 825 def __init__(self, configs, options, build_dir): argument 1301 def __init__(self, toolchains, configs, options, progress, argument [all …]
|
/openbmc/linux/drivers/video/ |
H A D | cmdline.c | 35 const char *options = NULL; in __video_get_option_string() local 83 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options() 105 static int __init video_setup(char *options) in video_setup()
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 25 def GetActionSummary(is_summary, commits, selected, options): argument 44 def ShowActions(series, why_selected, boards_selected, builder, options, argument 110 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument
|
/openbmc/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 29 struct options { struct 30 int loglevel; 31 int logopt; 32 int interactive; 33 int daemonize; 236 static int options_init(int argc, char *argv[], struct options *options) in options_init() 289 struct options options = { in main() local
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 32 struct trusted_key_options *options, in tpm2_key_encode() 110 struct trusted_key_options *options, in tpm2_key_decode() 242 struct trusted_key_options *options) in tpm2_seal_trusted() 375 struct trusted_key_options *options, in tpm2_load_cmd() 473 struct trusted_key_options *options, in tpm2_unseal_cmd() 543 struct trusted_key_options *options) in tpm2_unseal_trusted()
|
/openbmc/u-boot/drivers/video/ |
H A D | videomodes.c | 235 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode() 295 const char **options) in video_get_ctfb_res_modes() 331 void video_get_option_string(const char *options, const char *name, in video_get_option_string() 362 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int()
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.py | 185 def print_help(options): argument 219 def print_parse(options): argument 245 options = load_options(json.load(sys.stdin)) variable
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | interactive.c | 154 static const struct options_string options[] = { in lowest_common_dimm_parameters_edit() local 222 static const struct options_string options[] = { in fsl_ddr_dimm_parameters_edit() local 321 static const struct options_string options[] = { in print_dimm_parameters() local 432 static const struct options_string options[] = { in print_lowest_common_dimm_parameters() local 511 static const struct options_string options[] = { in fsl_ddr_options_edit() local 609 static const struct options_string options[] = { in print_fsl_memctl_config_regs() local 700 static const struct options_string options[] = { in fsl_ddr_regs_edit() local 806 static const struct options_string options[] = { in print_memctl_options() local 1822 static const struct data_strings options[] = { in fsl_ddr_parse_interactive_cmd() local
|
/openbmc/qemu/net/ |
H A D | vmnet-shared.c | 22 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in validate_options() local 42 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in build_if_desc() local
|
H A D | vmnet-host.c | 23 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in validate_options() local 49 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in build_if_desc() local
|
/openbmc/linux/Documentation/filesystems/ |
H A D | zonefs.rst | 313 "errors=<behavior>" option 336 "explicit-open" option
|
/openbmc/qemu/block/ |
H A D | nfs.c | 79 static int nfs_parse_uri(const char *filename, QDict *options, Error **errp) in nfs_parse_uri() 153 static bool nfs_has_filename_options_conflict(QDict *options, Error **errp) in nfs_has_filename_options_conflict() 177 static void nfs_parse_filename(const char *filename, QDict *options, in nfs_parse_filename() 563 static BlockdevOptionsNfs *nfs_options_qdict_to_qapi(QDict *options, in nfs_options_qdict_to_qapi() 590 static int64_t nfs_client_open_qdict(NFSClient *client, QDict *options, in nfs_client_open_qdict() 608 static int nfs_file_open(BlockDriverState *bs, QDict *options, int flags, in nfs_file_open() 642 static int nfs_file_co_create(BlockdevCreateOptions *options, Error **errp) in nfs_file_co_create() 671 QDict *options; in nfs_file_co_create_opts() local
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.c | 345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() 364 const struct option *options) in parse_long_opt() 476 static void check_typos(const char *arg, const struct option *options) in check_typos() 515 const struct option *options, in parse_options_step() 632 int parse_options_subcommand(int argc, const char **argv, const struct option *options, in parse_options_subcommand() 686 int parse_options(int argc, const char **argv, const struct option *options, in parse_options()
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_h323_types.h | 156 } options; member 182 } options; member 207 } options; member 228 } options; member 238 } options; member 285 } options; member 309 } options; member 337 } options; member 364 } options; member 411 } options; member [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | pdb.h | 136 u32 options; member 236 u8 options; member 254 u8 options; member 275 u8 options; member 287 u8 options; member 309 u8 options; member 322 u8 options; member 345 u8 options; member 353 u8 options; member 363 u8 options; member [all …]
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_deflate.c | 85 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc() 137 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init() 301 static void *z_decomp_alloc(unsigned char *options, int opt_len) in z_decomp_alloc() 351 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | acornfb.c | 870 static struct options { struct 880 static int acornfb_setup(char *options) in acornfb_setup()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py.in | 71 def __init__(self, write, options): argument 90 def _mk_writer(options): argument
|
H A D | main.py | 71 def __init__(self, write, options): argument 90 def _mk_writer(options): argument
|