Searched refs:option (Results 76 - 100 of 610) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A DMakefile.kasan14 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
33 CFLAGS_KASAN_SHADOW := $(call cc-option, -fsanitize=kernel-address \
35 $(call cc-option, -fsanitize=kernel-address \
51 # instead. With compilers that don't support this option, compiler-inserted
/linux-master/arch/loongarch/kvm/
H A DMakefile22 CFLAGS_exit.o += $(call cc-option,-Wno-override-init,)
/linux-master/tools/perf/util/
H A Dcgroup.h10 struct option;
36 int parse_cgroups(const struct option *opt, const char *str, int unset);
H A Diostat.c13 __weak int iostat_parse(const struct option *opt __maybe_unused,
/linux-master/include/linux/
H A Dcompiler-gcc.h158 #define __diag_ignore_all(option, comment) \
159 __diag(__diag_GCC_ignore option)
H A Dcompiler-clang.h119 #define __diag_ignore_all(option, comment) \
120 __diag_clang(13, ignore, option)
H A Dcompiler_types.h467 #define __diag_ignore(compiler, version, option, comment) \
468 __diag_ ## compiler(version, ignore, option)
469 #define __diag_warn(compiler, version, option, comment) \
470 __diag_ ## compiler(version, warn, option)
471 #define __diag_error(compiler, version, option, comment) \
472 __diag_ ## compiler(version, error, option)
475 #define __diag_ignore_all(option, comment)
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c448 * @option: operation to be issued
454 static int pnv_eeh_set_option(struct eeh_pe *pe, int option) argument
462 switch (option) {
478 pr_warn("%s: Invalid option %d\n", __func__, option);
507 __func__, rc, option, phb->hose->global_number,
720 int pnv_eeh_phb_reset(struct pci_controller *hose, int option) argument
725 pr_debug("%s: Reset PHB#%x, option=%d\n",
726 __func__, hose->global_number, option);
729 if (option
762 pnv_eeh_root_reset(struct pci_controller *hose, int option) argument
802 __pnv_eeh_bridge_reset(struct pci_dev *dev, int option) argument
853 pnv_eeh_bridge_reset(struct pci_dev *pdev, int option) argument
929 pnv_eeh_do_flr(struct pci_dn *pdn, int option) argument
967 pnv_eeh_do_af_flr(struct pci_dn *pdn, int option) argument
1003 pnv_eeh_reset_vf_pe(struct eeh_pe *pe, int option) argument
1034 pnv_eeh_reset(struct eeh_pe *pe, int option) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dpm-debug.c199 u32 *option = data; local
201 *val = *option;
208 u32 *option = data; local
210 *option = val;
212 if (option == &enable_off_mode) {
/linux-master/fs/btrfs/
H A DMakefile11 $(call cc-option, -Wunused-but-set-variable) \
12 $(call cc-option, -Wunused-const-variable) \
13 $(call cc-option, -Wpacked-not-aligned) \
14 $(call cc-option, -Wstringop-truncation) \
15 $(call cc-option, -Wmaybe-uninitialized)
/linux-master/tools/lib/subcmd/
H A Dparse-options.c20 static int opterror(const struct option *opt, const char *reason, int flags)
25 fprintf(stderr, " Error: option `no-%s' %s", opt->long_name, reason);
27 fprintf(stderr, " Error: option `%s' %s", opt->long_name, reason);
38 static void optwarning(const struct option *opt, const char *reason, int flags)
43 fprintf(stderr, " Warning: option `no-%s' %s", opt->long_name, reason);
45 fprintf(stderr, " Warning: option `%s' %s", opt->long_name, reason);
48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt,
70 const struct option *opt, int flags)
345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options)
364 const struct option *option
[all...]
/linux-master/drivers/pnp/
H A Dinterface.c190 struct pnp_option *option)
192 switch (option->type) {
194 pnp_print_port(buffer, space, &option->u.port);
197 pnp_print_mem(buffer, space, &option->u.mem);
200 pnp_print_irq(buffer, space, &option->u.irq);
203 pnp_print_dma(buffer, space, &option->u.dma);
213 struct pnp_option *option; local
225 list_for_each_entry(option, &dev->options, list) {
226 if (pnp_option_is_dependent(option)) {
228 if (!dep || pnp_option_set(option) !
189 pnp_print_option(pnp_info_buffer_t * buffer, char *space, struct pnp_option *option) argument
[all...]
H A Dmanager.c258 struct pnp_option *option; local
267 list_for_each_entry(option, &dev->options, list) {
268 if (pnp_option_is_dependent(option) &&
269 pnp_option_set(option) != set)
272 switch (option->type) {
274 ret = pnp_assign_port(dev, &option->u.port, nport++);
277 ret = pnp_assign_mem(dev, &option->u.mem, nmem++);
280 ret = pnp_assign_irq(dev, &option->u.irq, nirq++);
284 ret = pnp_assign_dma(dev, &option->u.dma, ndma++);
/linux-master/fs/devpts/
H A Dinode.c222 * Set @opts to mount options specified in @data. If an option is not
251 int option; local
259 if (match_int(&args[0], &option))
261 uid = make_kuid(current_user_ns(), option);
268 if (match_int(&args[0], &option))
270 gid = make_kgid(current_user_ns(), option);
277 if (match_octal(&args[0], &option))
279 opts->mode = option & S_IALLUGO;
282 if (match_octal(&args[0], &option))
284 opts->ptmxmode = option
[all...]
/linux-master/arch/riscv/
H A DMakefile102 KBUILD_CFLAGS += $(call cc-option,-mno-riscv-attribute)
103 KBUILD_AFLAGS += $(call cc-option,-mno-riscv-attribute)
104 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
105 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
107 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
108 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
110 # GCC versions that support the "-mstrict-align" option default to allowing
115 KBUILD_CFLAGS += $(call cc-option,-mstrict-align)
/linux-master/security/keys/
H A Dcompat.c17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option,
20 switch (option) {
112 return keyctl_pkey_e_d_s(option,
/linux-master/arch/riscv/lib/
H A Dstrncmp.S52 .option push
53 .option arch,+zbb
136 .option pop
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_shared.h97 enum tm_show_option_internal option; member in struct:lut3d_settings
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dnv41.c27 #include <core/option.h>
H A Dtu102.c26 #include <core/option.h>
/linux-master/drivers/char/ipmi/
H A Dipmi_si_hotmod.c83 static int check_hotmod_int_op(const char *curr, const char *option, argument
89 if (!option) {
90 pr_warn("No option given for '%s'\n", curr);
93 *val = simple_strtoul(option, &n, 0);
94 if ((*n != '\0') || (*option == '\0')) {
95 pr_warn("Bad option given for '%s'\n", curr);
175 pr_warn("Invalid hotmod option '%s'\n", curr);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dabm.h66 unsigned int option,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.h47 bool dmub_abm_set_pipe(struct abm *abm, uint32_t otg_inst, uint32_t option, uint32_t panel_inst, uint32_t pwrseq_inst);
/linux-master/arch/um/
H A DMakefile123 CFLAGS_NO_HARDENING := $(call cc-option, -fno-PIC,) $(call cc-option, -fno-pic,) \
124 -fno-stack-protector $(call cc-option, -fno-stack-protector-all)
138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-master/arch/riscv/crypto/
H A Dghash-riscv64-zvkg.S48 .option arch, +zvkg

Completed in 219 milliseconds

1234567891011>>