/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | setget_sockopt.c | 28 int opt; member 88 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local 115 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
|
/openbmc/linux/net/ipv6/ |
H A D | fou6.c | 75 struct inet6_skb_parm *opt, in gue6_err_proto_handler() 89 static int gue6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in gue6_err()
|
/openbmc/linux/net/sched/ |
H A D | sch_cbs.c | 277 const struct tc_cbs_qopt *opt, in cbs_enable_offload() 361 static int cbs_change(struct Qdisc *sch, struct nlattr *opt, in cbs_change() 401 static int cbs_init(struct Qdisc *sch, struct nlattr *opt, in cbs_init() 455 struct tc_cbs_qopt opt = { }; in cbs_dump() local
|
H A D | sch_codel.c | 133 static int codel_change(struct Qdisc *sch, struct nlattr *opt, in codel_change() 186 static int codel_init(struct Qdisc *sch, struct nlattr *opt, in codel_init()
|
H A D | sch_multiq.c | 171 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt, in multiq_tune() 235 static int multiq_init(struct Qdisc *sch, struct nlattr *opt, in multiq_init() 265 struct tc_multiq_qopt opt; in multiq_dump() local
|
H A D | sch_choke.c | 335 static int choke_change(struct Qdisc *sch, struct nlattr *opt, in choke_change() 425 static int choke_init(struct Qdisc *sch, struct nlattr *opt, in choke_init() 435 struct tc_red_qopt opt = { in choke_dump() local
|
H A D | sch_tbf.c | 356 static int tbf_change(struct Qdisc *sch, struct nlattr *opt, in tbf_change() 484 static int tbf_init(struct Qdisc *sch, struct nlattr *opt, in tbf_init() 513 struct tc_tbf_qopt opt; in tbf_dump() local
|
/openbmc/linux/drivers/tty/serial/ |
H A D | earlycon-semihost.c | 23 __init early_smh_setup(struct earlycon_device *device, const char *opt) in early_smh_setup()
|
H A D | earlycon-riscv-sbi.c | 26 const char *opt) in early_sbi_setup()
|
H A D | imx_earlycon.c | 36 imx_console_early_setup(struct earlycon_device *dev, const char *opt) in imx_console_early_setup()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_TCPMSS.c | 34 optlen(const u_int8_t *opt, unsigned int offset) in optlen() 83 u8 *opt; in tcpmss_mangle_packet() local
|
/openbmc/linux/tools/testing/selftests/media_tests/ |
H A D | media_device_open.c | 41 int opt; in main() local
|
H A D | media_device_test.c | 46 int opt; in main() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | geneve.h | 27 mlx5_geneve_tlv_option_add(struct mlx5_geneve *geneve, struct geneve_opt *opt) { return 0; } in mlx5_geneve_tlv_option_add()
|
/openbmc/linux/net/core/ |
H A D | gen_estimator.c | 135 struct nlattr *opt) in gen_new_estimator() 237 bool running, struct nlattr *opt) in gen_replace_estimator()
|
/openbmc/linux/fs/nilfs2/ |
H A D | the_nilfs.h | 217 #define nilfs_clear_opt(nilfs, opt) \ argument 219 #define nilfs_set_opt(nilfs, opt) \ argument 221 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument 222 #define nilfs_write_opt(nilfs, mask, opt) \ argument
|
/openbmc/linux/samples/bpf/ |
H A D | tc_l2_redirect_user.c | 30 int opt; in main() local
|
H A D | test_cgrp2_array_pin.c | 33 int opt; in main() local
|
/openbmc/u-boot/board/phytec/phycore_rk3288/ |
H A D | phycore-rk3288.c | 35 struct rk3288_som opt; in rk_board_late_init() local
|
/openbmc/phosphor-led-sysfs/ |
H A D | argument.cpp | 49 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
|
/openbmc/linux/fs/btrfs/ |
H A D | fs.h | 906 #define btrfs_set_fs_incompat(__fs_info, opt) \ argument 909 #define btrfs_clear_fs_incompat(__fs_info, opt) \ argument 912 #define btrfs_fs_incompat(fs_info, opt) \ argument 915 #define btrfs_set_fs_compat_ro(__fs_info, opt) \ argument 918 #define btrfs_clear_fs_compat_ro(__fs_info, opt) \ argument 921 #define btrfs_fs_compat_ro(fs_info, opt) \ argument 924 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) argument 925 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) argument 926 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) argument 927 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ argument [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-sublevel-options.c | 12 struct sublevel_option *opt = opts; in parse_one_sublevel_option() local
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-build.py | 28 opt="3", argument
|
/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-build.py | 28 opt="3", argument
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.c | 96 struct gssx_option *opt) in gssx_enc_option() 108 struct gssx_option *opt) in gssx_dec_option() 352 struct gssx_option opt; in gssx_enc_call_ctx() local
|