Searched refs:option (Results 151 - 175 of 610) sorted by relevance

1234567891011>>

/linux-master/tools/perf/
H A Dperf.c47 int option; member in struct:cmd_struct
179 struct option options[] = {
290 struct option *p = options+i;
318 fprintf(stderr, "Unknown option: %s\n", cmd);
341 if (use_pager == -1 && p->option & RUN_SETUP)
343 if (use_pager == -1 && p->option & USE_PAGER)
547 * precedence paths: the "--exec-path" option, the PERF_EXEC_PATH
H A Dbuiltin-probe.c167 static int opt_set_target(const struct option *opt, const char *str,
202 static int opt_set_target_ns(const struct option *opt __maybe_unused,
230 /* Command option callbacks */
233 static int opt_show_lines(const struct option *opt,
253 static int opt_show_vars(const struct option *opt,
275 static int opt_add_probe_event(const struct option *opt,
286 static int opt_set_filter_with_command(const struct option *opt,
298 static int opt_set_filter(const struct option *opt __maybe_unused,
531 struct option options[] = {
/linux-master/arch/x86/boot/compressed/
H A DMakefile32 # CLANG_FLAGS must come before any cc-disable-warning or cc-option calls in
49 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
53 KBUILD_CFLAGS += $(call cc-option,-Wa$(comma)-mrelax-relocations=no)
66 KBUILD_LDFLAGS += $(call ld-option,--no-ld-generated-unwind-info)
69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
H A Dmisc.h93 int cmdline_find_option(const char *option, char *buffer, int bufsize);
94 int cmdline_find_option_bool(const char *option);
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c2169 const char *delim, *option, *sep; local
2171 option = str;
2173 delim = strchr(option, '=');
2175 delim = strchr(option, ',');
2178 delim = option + strlen(option);
2181 if (!strncmp(option, "rotate", delim - option)) {
2205 } else if (!strncmp(option, "reflect_x", delim - option)) {
[all...]
/linux-master/tools/perf/util/
H A Dparse-events.l2 %option reentrant
3 %option bison-bridge
4 %option prefix="parse_events_"
5 %option stack
6 %option bison-locations
7 %option yylineno
8 %option reject
274 * colon before event modifiers. Fortunately none of the option letters
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset)
H A Ddlfilter.h95 int list_available_dlfilters(const struct option *opt, const char *s, int unset);
/linux-master/drivers/misc/mei/
H A Dvsc-fw-loader.c107 __le16 option; member in struct:vsc_rom_cmd::__anon363::__anon364
115 __u8 option; member in struct:vsc_rom_cmd::__anon363::__anon365
151 __le16 option; member in struct:vsc_fw_cmd::__anon368::__anon369
159 __le16 option; member in struct:vsc_fw_cmd::__anon368::__anon370
180 __le32 option; member in struct:vsc_img
214 * @option: command option
230 u16 option; member in struct:vsc_fw_loader
397 fw_loader->option =
398 FIELD_GET(VSC_BOOT_IMG_OPTION_MASK, le32_to_cpu(img->option));
[all...]
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_g200.c18 u32 option; local
21 err = pci_read_config_dword(pdev, PCI_MGA_OPTION, &option);
27 has_sgram = !!(option & PCI_MGA_OPTION_HARDPWMSK);
30 option = 0x4049cd21;
32 option = 0x40499121;
34 return mgag200_init_pci_options(pdev, option, 0x00008000);
/linux-master/fs/erofs/
H A Dinternal.h192 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option)
193 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option)
194 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option)
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c91 SPCODE_FW_LOAD = 6, /* Load fw from buffer, len in option */
146 * @option: NFP SP Command Argument
148 * @error_cb: Callback for interpreting option if error occurred
156 u32 option; member in struct:nfp_nsp_command_arg
382 FIELD_PREP(NSP_COMMAND_OPTION, arg->option) |
796 .option = fw->size,
817 .option = fw->size,
832 .option = size,
847 .option = size,
861 .option
[all...]
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c17 #define GVE_DEVICE_OPTION_ERROR_FMT "%s option error:\n" \
21 #define GVE_DEVICE_OPTION_TOO_BIG_FMT "Length of %s option larger than expected. Possible older version of guest driver.\n"
25 struct gve_device_option *option)
29 option_end = (void *)(option + 1) + be16_to_cpu(option->option_length);
38 struct gve_device_option *option,
46 u32 req_feat_mask = be32_to_cpu(option->required_features_mask);
47 u16 option_length = be16_to_cpu(option->option_length);
48 u16 option_id = be16_to_cpu(option->option_id);
66 "Gqi raw addressing device option enable
24 gve_get_next_option(struct gve_device_descriptor *descriptor, struct gve_device_option *option) argument
36 gve_parse_device_option(struct gve_priv *priv, struct gve_device_descriptor *device_descriptor, struct gve_device_option *option, struct gve_device_option_gqi_rda **dev_op_gqi_rda, struct gve_device_option_gqi_qpl **dev_op_gqi_qpl, struct gve_device_option_dqo_rda **dev_op_dqo_rda, struct gve_device_option_jumbo_frames **dev_op_jumbo_frames, struct gve_device_option_dqo_qpl **dev_op_dqo_qpl, struct gve_device_option_buffer_sizes **dev_op_buffer_sizes) argument
[all...]
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim4 " -S option to load from the command-line together with a trace. You can then
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk8 # (at your option) any later version.
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm.c154 uint32_t option,
164 ret = dmub_abm_set_pipe(abm, otg_inst, option, panel_inst, pwrseq_inst);
152 dmub_abm_set_pipe_ex(struct abm *abm, uint32_t otg_inst, uint32_t option, uint32_t panel_inst, uint32_t pwrseq_inst) argument
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c100 err = gssx_enc_buffer(xdr, &opt->option);
112 err = gssx_dec_buffer(xdr, &opt->option);
257 oa->data[0].option.data = CREDS_VALUE;
258 oa->data[0].option.len = sizeof(CREDS_VALUE);
266 /* option buffer */
372 opt.option.data = LUCID_OPTION;
373 opt.option.len = sizeof(LUCID_OPTION);
379 opt.option.data = CREDS_OPTION;
380 opt.option.len = sizeof(CREDS_OPTION);
/linux-master/arch/loongarch/vdso/
H A DMakefile28 $(call cc-option, -fno-asynchronous-unwind-tables) \
29 $(call cc-option, -fno-stack-protector)
/linux-master/arch/x86/kernel/
H A Dprocess_64.c843 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) argument
847 switch (option) {
952 return shstk_prctl(task, option, arg2);
961 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
965 ret = do_arch_prctl_64(current, option, arg2);
967 ret = do_arch_prctl_common(option, arg2);
973 COMPAT_SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
975 return do_arch_prctl_common(option, arg2);
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm88 at your option, any later version of Perl 5 you may have available.
/linux-master/tools/usb/usbip/src/
H A Dusbip_unbind.c102 static const struct option opts[] = {
/linux-master/arch/powerpc/include/asm/
H A Deeh.h218 int (*set_option)(struct eeh_pe *pe, int option);
220 int (*reset)(struct eeh_pe *pe, int option);
305 int eeh_pe_set_option(struct eeh_pe *pe, int option);
307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_ioctl.h75 enum vchiq_service_option option; member in struct:vchiq_set_service_option
/linux-master/mm/kasan/
H A DMakefile21 CC_FLAGS_KASAN_RUNTIME := $(call cc-option, -fno-conserve-stack)

Completed in 273 milliseconds

1234567891011>>