Home
last modified time | relevance | path

Searched refs:options (Results 251 – 275 of 3058) sorted by relevance

1...<<11121314151617181920>>...123

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch4 Subject: [PATCH] tdb: Add configure options for packages
6 Add configure options for the following packages:
36 @@ -25,6 +25,34 @@ def options(opt):
85 + if Options.options.enable_acl:
88 + if Options.options.enable_attr:
91 + if Options.options.enable_libcap:
103 + if Options.options.enable_valgrind:
138 + if Options.options.enable_libbsd:
171 @@ -69,6 +69,12 @@ def options(opt):
183 conf.env.disable_tdb_mutex_locking = getattr(Options.options,
/openbmc/u-boot/drivers/ddr/fsl/
H A Dinteractive.c154 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
426 print_option_table(options, n_opts, pdimm); in print_dimm_parameters()
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
593 if (handle_option_table(options, n_opts, p, in fsl_ddr_options_edit()
686 print_option_table(options, n_opts, ddr); in print_fsl_memctl_config_regs()
887 print_option_table(options, n_opts, popts); in print_memctl_options()
1841 *pstep_mask |= options[j].step_mask; in fsl_ddr_parse_interactive_cmd()
[all …]
/openbmc/linux/fs/fat/
H A Dinode.c518 inode->i_uid = sbi->options.fs_uid; in fat_fill_inode()
519 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
556 if (sbi->options.sys_immutable) in fat_fill_inode()
566 if (sbi->options.isvfat) { in fat_fill_inode()
724 fat_reset_iocharset(&sbi->options); in delayed_free()
887 if (sbi->options.isvfat) { in __fat_write_inode()
1161 if (!options) in parse_options()
1741 if (sbi->options.usefree) in fat_fill_super()
1831 if (sbi->options.isvfat) { in fat_fill_super()
1835 sbi->options.iocharset); in fat_fill_super()
[all …]
H A Dfat_test.c138 fake_sb.options.tz_set = 1; in fat_time_fat2unix_test()
139 fake_sb.options.time_offset = testcase->time_offset; in fat_time_fat2unix_test()
163 fake_sb.options.tz_set = 1; in fat_time_unix2fat_test()
164 fake_sb.options.time_offset = testcase->time_offset; in fat_time_unix2fat_test()
/openbmc/qemu/include/crypto/
H A Dblock.h106 QCryptoBlock *qcrypto_block_open(QCryptoBlockOpenOptions *options,
140 QCryptoBlock *qcrypto_block_create(QCryptoBlockCreateOptions *options,
165 QCryptoBlockAmendOptions *options,
/openbmc/linux/drivers/comedi/drivers/
H A Drti802.c75 ret = comedi_request_region(dev, it->options[0], 0x04); in rti802_attach()
101 devpriv->dac_coding[i] = (it->options[3 + 2 * i]) in rti802_attach()
103 devpriv->range_type_list[i] = (it->options[2 + 2 * i]) in rti802_attach()
H A Dni_atmio16d.c577 ret = comedi_request_region(dev, it->options[0], 0x20); in atmio16d_attach()
592 if (it->options[1]) { in atmio16d_attach()
596 dev->irq = it->options[1]; in atmio16d_attach()
600 devpriv->adc_mux = it->options[5]; in atmio16d_attach()
601 devpriv->adc_range = it->options[6]; in atmio16d_attach()
603 devpriv->dac0_range = it->options[7]; in atmio16d_attach()
604 devpriv->dac0_reference = it->options[8]; in atmio16d_attach()
605 devpriv->dac0_coding = it->options[9]; in atmio16d_attach()
606 devpriv->dac1_range = it->options[10]; in atmio16d_attach()
607 devpriv->dac1_reference = it->options[11]; in atmio16d_attach()
[all …]
H A Ddt2811.c559 ret = comedi_request_region(dev, it->options[0], 0x8); in dt2811_attach()
566 if (it->options[1] <= 7 && (BIT(it->options[1]) & 0xac)) { in dt2811_attach()
567 ret = request_irq(it->options[1], dt2811_interrupt, 0, in dt2811_attach()
570 dev->irq = it->options[1]; in dt2811_attach()
581 ((it->options[2] == 1) ? SDF_DIFF : in dt2811_attach()
582 (it->options[2] == 2) ? SDF_COMMON : SDF_GROUND); in dt2811_attach()
583 s->n_chan = (it->options[2] == 1) ? 8 : 16; in dt2811_attach()
H A Dpcl724.c110 (it->options[2] == 1 || it->options[2] == 96)) { in pcl724_attach()
115 ret = comedi_request_region(dev, it->options[0], iorange); in pcl724_attach()
H A Dpcmuio.c527 ret = comedi_request_region(dev, it->options[0], in pcmuio_attach()
545 if (it->options[1]) { in pcmuio_attach()
547 ret = request_irq(it->options[1], pcmuio_interrupt, 0, in pcmuio_attach()
550 dev->irq = it->options[1]; in pcmuio_attach()
554 if (it->options[2] == dev->irq) { in pcmuio_attach()
556 devpriv->irq2 = it->options[2]; in pcmuio_attach()
557 } else if (it->options[2]) { in pcmuio_attach()
559 ret = request_irq(it->options[2], pcmuio_interrupt, 0, in pcmuio_attach()
562 devpriv->irq2 = it->options[2]; in pcmuio_attach()
H A Dpcl812.c1023 if (it->options[4] == 1) in pcl812_set_ai_range_table()
1029 switch (it->options[4]) { in pcl812_set_ai_range_table()
1054 if (it->options[1] == 1) in pcl812_set_ai_range_table()
1060 switch (it->options[1]) { in pcl812_set_ai_range_table()
1081 switch (it->options[1]) { in pcl812_set_ai_range_table()
1156 dev->irq = it->options[1]; in pcl812_attach()
1167 if (it->options[2] == 1) in pcl812_attach()
1172 if (it->options[4] == 1) in pcl812_attach()
1231 if (it->options[3] == 1) in pcl812_attach()
1240 switch (it->options[5]) { in pcl812_attach()
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw-cmd.h133 __le64 options; member
223 __le64 options; member
294 __le32 options; member
313 __le64 options; member
332 __le64 options; member
342 __le16 options; member
444 __le32 options; member
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Ddove-cm-a510.dtsi48 * Memory options:
52 * NAND options:
55 * Ethernet options:
59 * Audio options:
62 * Touchscreen options:
65 * USB options:
69 * WiFi options:
/openbmc/u-boot/doc/driver-model/
H A DMIGRATION.txt15 switching over to using CONFIG_DM_MMC and other base driver model options in
26 other base driver model options in time for inclusion in the 2019.07 rerelease.
36 other base driver model options in time for inclusion in the 2019.07 rerelease.
97 model options in time for inclusion in the 2019.07 release.
106 driver model options in time for inclusion in the 2019.07 release.
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_config8 # The strategy used for options in the default sshd_config shipped with
9 # OpenSSH is to specify options with their default value where
10 # possible, but leave them commented. Uncommented options override the
66 # Kerberos options
72 # GSSAPI options
/openbmc/qemu/block/
H A Dcopy-on-read.c39 cor_open(BlockDriverState *bs, QDict *options, int flags, Error **errp) in cor_open() argument
44 const char *bottom_node = qdict_get_try_str(options, "bottom"); in cor_open()
49 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cor_open()
69 qdict_del(options, "bottom"); in cor_open()
72 qdict_del(options, "bottom"); in cor_open()
H A Dfile-win32.c285 static void raw_parse_filename(const char *filename, QDict *options, in raw_parse_filename() argument
288 bdrv_parse_filename_strip_prefix(filename, "file:", options); in raw_parse_filename()
334 static int raw_open(BlockDriverState *bs, QDict *options, int flags, in raw_open() argument
350 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in raw_open()
590 assert(options->driver == BLOCKDEV_DRIVER_FILE); in raw_co_create()
591 file_opts = &options->u.file; in raw_co_create()
618 BlockdevCreateOptions options; in raw_co_create_opts() local
627 options = (BlockdevCreateOptions) { in raw_co_create_opts()
636 return raw_co_create(&options, errp); in raw_co_create_opts()
829 static void hdev_parse_filename(const char *filename, QDict *options, in hdev_parse_filename() argument
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-mem.txt11 'perf mem' [<options>] (record [<command>] | report)
16 from it, into perf.data. Perf record options are accepted and are passed through.
19 right set of options to display a memory access profile. By default, loads
96 In addition, for report all perf report options are valid, and for record
97 all perf record options.
/openbmc/linux/drivers/video/fbdev/
H A Dfm2fb.c293 static int __init fm2fb_setup(char *options) in fm2fb_setup() argument
297 if (!options || !*options) in fm2fb_setup()
300 while ((this_opt = strsep(&options, ",")) != NULL) { in fm2fb_setup()
/openbmc/linux/tools/hv/
H A Dlsvmbus12 (options, args) = parser.parse_args()
15 if options.verbose is not None:
16 verbose = options.verbose
/openbmc/u-boot/board/birdland/bav335x/
H A DREADME25 When removing options as part of customization,
27 needs and to remove no longer relevant options as in some cases we
29 note that all of the SPL options are grouped together, rather than with
/openbmc/u-boot/drivers/crypto/fsl/
H A Djobdesc.c181 u32 options; in inline_cnstr_jobdesc_hash() local
192 options = LDST_CLASS_2_CCB | FIFOLD_TYPE_MSG | FIFOLD_TYPE_LAST2; in inline_cnstr_jobdesc_hash()
194 options |= FIFOLDST_SGF; in inline_cnstr_jobdesc_hash()
196 options |= FIFOLDST_EXT; in inline_cnstr_jobdesc_hash()
197 append_fifo_load(desc, dma_addr_in, 0, options); in inline_cnstr_jobdesc_hash()
200 append_fifo_load(desc, dma_addr_in, msgsz, options); in inline_cnstr_jobdesc_hash()
/openbmc/qemu/scripts/qapi/
H A Dcommands.py284 options = []
287 options += ['QCO_NO_SUCCESS_RESP']
289 options += ['QCO_ALLOW_OOB']
291 options += ['QCO_ALLOW_PRECONFIG']
293 options += ['QCO_COROUTINE']
300 opts=' | '.join(options) or 0,
/openbmc/qemu/
H A Dqemu-img.c274 if (!*options) { in accumulate_options()
363 QDict *options; in img_open_opts() local
395 if (!options) { in img_open_file()
573 if (options && has_help_option(options)) { in img_create()
604 g_free(options); in img_create()
608 g_free(options); in img_create()
2461 if (options && has_help_option(options)) { in img_convert()
2816 g_free(options); in img_convert()
4315 if (!options) { in img_amend()
4409 g_free(options); in img_amend()
[all …]
/openbmc/qemu/docs/system/
H A Dinvocation.rst8 |qemu_system| [options] [disk_image]
13 .. hxtool-doc:: qemu-options.hx

1...<<11121314151617181920>>...123