Home
last modified time | relevance | path

Searched refs:option (Results 76 – 100 of 3885) sorted by relevance

12345678910>>...156

/openbmc/phosphor-networkd/src/
H A Dargument.cpp31 int option = 0; in ArgumentParser() local
32 while (-1 != (option = getopt_long(argc, argv, optionStr, options, NULL))) in ArgumentParser()
34 if ((option == '?') || (option == 'h')) in ArgumentParser()
41 while ((i->val != option) && (i->val != 0)) in ArgumentParser()
83 const option ArgumentParser::options[] = {
/openbmc/libpldm/
H A Dmeson.options1 option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated…
2 option('tests', type: 'feature', description: 'Build tests')
3 option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM')
4 option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')
5 option('oem-meta', type: 'feature', description: 'Enable Meta OEM PLDM')
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py114 for option in options:
115 if filter == option[1]:
117 if ('daterange' == option[1]) and filter.startswith(option[4]):
125 for option in options:
126 if filter == option[1]:
127 return "Showing only %s"%option[0]
128 if ('daterange' == option[1]) and filter.startswith(option[4]):
129 return "Showing only %s"%option[0]
161 for option in options:
162 if filter == option[1]:
/openbmc/phosphor-led-manager/
H A Dmeson.options1 option(
7 option(
13 option(
19 option(
25 option(
/openbmc/openpower-hw-diags/
H A Dmeson.options1 option('tests', type : 'feature', description : 'Build tests')
2 option('nlmode', type : 'feature', description : 'no run-time control')
3 option('phal', type : 'feature', value : 'disabled',
6 option('attn_config', type : 'string', value : '',
8 option('op_dump_obj_path', type: 'string', value: '/org/openpower/dump',
/openbmc/linux/arch/x86/um/
H A Dsyscalls_64.c16 long arch_prctl(struct task_struct *task, int option, in arch_prctl() argument
36 switch (option) { in arch_prctl()
56 ret = os_arch_prctl(pid, option, ptr); in arch_prctl()
60 switch (option) { in arch_prctl()
79 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
81 return arch_prctl(current, option, (unsigned long __user *) arg2); in SYSCALL_DEFINE2()
/openbmc/openpower-vpd-parser/
H A Dargs.cpp19 static const option longForm[] = {
51 int option = 0; in parse() local
57 (option = getopt_long(argc, argv, shortForm, longForm, nullptr))) in parse()
59 if (('h' == option) || ('?' == option)) in parse()
67 while ((which->val != option) && (which->val != 0)) in parse()
/openbmc/linux/arch/mips/
H A DMakefile60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
65 cflags-y += $(call cc-option, -mno-check-zero-division)
112 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
173 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-mno-mdmx)
174 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-mno-mips3d)
194 cflags-$(CONFIG_CPU_LOONGSON64) += $(call cc-option,-mno-loongson-mmi)
237 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
241 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
248 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmeson.options1 option('BUSNAME', type : 'string', value : 'com.ibm.VPD.Manager', description : 'BUS NAME FOR THE S…
2 option('OBJPATH', type : 'string', value : '/com/ibm/VPD/Manager', description : 'OBJECT PATH FOR T…
3 option('IFACE', type : 'string', value : 'com.ibm.VPD.Manager', description : 'INTERFACE NAME')
4 option('oe-sdk', type : 'feature', value : 'disabled', description : 'ENABLE OE SDK FOR VPD KEYWORD…
5 option('INVENTORY_JSON', type : 'string', value : '/var/lib/vpd/vpd_inventory.json', description : …
/openbmc/qemu/tests/qemu-iotests/
H A D233.out19 …open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Denied by server for option 5 (starttls)
21 qemu-nbd: Denied by server for option 5 (starttls)
24 qemu-img: Could not open 'nbd://localhost:PORT': TLS negotiation required before option 7 (go)
27 qemu-nbd: TLS negotiation required before option 3 (list)
106 qemu-nbd: option negotiation failed: Failed to read opts magic: Cannot read from TLS channel: Softw…
108 qemu-nbd: option negotiation failed: Verify failed: No certificate was found.
109 qemu-nbd: option negotiation failed: Verify failed: No certificate was found.
110 qemu-nbd: option negotiation failed: TLS x509 authz check for DISTINGUISHED-NAME is denied
111 qemu-nbd: option negotiation failed: TLS x509 authz check for DISTINGUISHED-NAME is denied
114 qemu-nbd: option negotiation failed: TLS handshake failed: An illegal parameter has been received.
[all …]
/openbmc/qemu/docs/
H A Dqemu-option-trace.rst.inc7 (either event name or a globbing pattern). This option is only
10 specify the :option:`-trace` option multiple times.
12 Use :option:`-trace help` to print a list of names of trace points.
18 file) per line; globbing patterns are accepted too. This option is only
25 This option is only available if QEMU has been compiled with
/openbmc/qemu/migration/
H A Dfile.c24 char *option = strstr(filespec, OFFSET_OPTION); in file_parse_offset() local
27 if (option) { in file_parse_offset()
28 *option = 0; in file_parse_offset()
29 option += sizeof(OFFSET_OPTION) - 1; in file_parse_offset()
30 ret = qemu_strtosz(option, NULL, offsetp); in file_parse_offset()
32 error_setg_errno(errp, -ret, "file URI has bad offset %s", option); in file_parse_offset()
/openbmc/linux/scripts/
H A DMakefile.compiler34 as-option = $(call try-run,\
45 __cc-option = $(call try-run,\
51 cc-option = $(call __cc-option, $(CC),\
56 cc-option-yn = $(call try-run,\
74 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
/openbmc/u-boot/scripts/
H A DMakefile.extrawarn24 warning-1 += $(call cc-option, -Wmissing-prototypes)
26 warning-1 += $(call cc-option, -Wmissing-include-dirs)
27 warning-1 += $(call cc-option, -Wunused-but-set-variable)
35 warning-2 += $(call cc-option, -Wlogical-op)
36 warning-2 += $(call cc-option, -Wmissing-field-initializers)
46 warning-3 += $(call cc-option, -Wpacked-bitfield-compat)
47 warning-3 += $(call cc-option, -Wvla)
/openbmc/witherspoon-pfault-analysis/
H A Dmeson.options1 option(
6 option(
11 option(
14 option(
18 option(
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c462 switch (option) { in pnv_eeh_set_option()
730 option == EEH_RESET_HOT) in pnv_eeh_phb_reset()
779 else if (option == EEH_RESET_HOT) in pnv_eeh_root_reset()
811 dev->bus->number, option); in __pnv_eeh_bridge_reset()
813 switch (option) { in __pnv_eeh_bridge_reset()
868 pdev->bus->number, option); in pnv_eeh_bridge_reset()
870 switch (option) { in pnv_eeh_bridge_reset()
881 __func__, option); in pnv_eeh_bridge_reset()
941 switch (option) { in pnv_eeh_do_flr()
979 switch (option) { in pnv_eeh_do_af_flr()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_dccp.c27 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
28 || (!!((invflag) & (option)) ^ (cond)))
34 dccp_find_option(u_int8_t option, in dccp_find_option() argument
60 if (op[i] == option) { in dccp_find_option()
89 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, in match_option() argument
92 return dccp_find_option(option, skb, protoff, dh, hotdrop); in match_option()
119 && DCCHECK(match_option(info->option, skb, par->thoff, dh, in dccp_mt()
/openbmc/linux/arch/riscv/include/asm/
H A Dalternative-macros.h24 .option push
25 .option norvc
26 .option norelax
28 .option pop
38 .option push
39 .option norvc
40 .option norelax
42 .option pop
/openbmc/linux/drivers/leds/
H A DKconfig5 This option provides the function gpio_led_register_device.
66 This option enables support for the AN30259A 3-channel
115 This option enables support for the AW2013 3-channel
178 This option enables support for EL15203000 LED Board
201 This option enables support for the LCD backlight using
212 This option enables support for the LCD backlight using
245 This option enables support for the TI LM3692x family
323 This option enables LED support for the handheld
331 This option enables support for NXP pca9532
579 This option enables support for pwm driven LEDs
[all …]
/openbmc/linux/drivers/staging/greybus/
H A DKconfig8 Select this option if you have a device that follows the
29 Select this option if you have a device that follows the
39 Select this option if you have a device that follows the
49 Select this option if you have a device that follows the
59 Select this option if you have a device that follows the
69 Select this option if you have a device that follows the
78 Select this option if you have a device that follows the
87 Select this option if you have a device that follows the
97 Select this option if you have a device that follows the
106 Select this option if you have a device that follows the
[all …]
/openbmc/linux/arch/powerpc/platforms/40x/
H A DKconfig8 This option enables support for the AMCC 405EZ Acadia evaluation board.
16 This option enables support for the ESTEEM 195E Hotfoot board.
27 This option enables support for the AMCC PPC405EX evaluation board.
37 This option enables support for the AMCC PPC405EX board.
45 This option enables support for PlatHome OpenBlockS 600 server
51 This option enables the simple PowerPC 40x platform support.
77 This option enables support for the AppliedMicro APM8018X evaluation
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_cmdline.c36 int fb_get_options(const char *name, char **option) in fb_get_options() argument
52 if (option) { in fb_get_options()
54 *option = kstrdup(options, GFP_KERNEL); in fb_get_options()
56 *option = NULL; in fb_get_options()
/openbmc/linux/arch/arm/include/asm/
H A Dbarrier.h19 #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory") argument
20 #define dsb(option) __asm__ __volatile__ ("dsb " #option : : : "memory") argument
21 #define dmb(option) __asm__ __volatile__ ("dmb " #option : : : "memory") argument
/openbmc/phosphor-buttons/
H A Dmeson.options1 option(
8 option(
15 option(
22 option(
30 option(
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.c70 const struct option *opt, int flags) in get_value()
511 const struct option *, int,
515 const struct option *options, in parse_options_step()
790 const struct option *a = va, *b = vb; in option__cmp()
809 static struct option *options__order(const struct option *opts) in options__order()
812 const struct option *o = opts; in options__order()
813 struct option *opt, *ordered, *group; in options__order()
875 struct option *ordered; in usage_with_options_internal()
918 const struct option *opts) in usage_with_options()
942 const struct option *opts, in parse_options_usage()
[all …]

12345678910>>...156