/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 25 -# Set architecture/instruction-set options. 30 -toolset.flags gcc OPTIONS <architecture>x86/<address-model>32/<instruction-set> : -march=i686 ; 31 -cpu-flags gcc OPTIONS : x86 : native : -march=native ; 32 -cpu-flags gcc OPTIONS : x86 : i486 : -march=i486 ; 33 -cpu-flags gcc OPTIONS : x86 : i586 : -march=i586 ; 34 -cpu-flags gcc OPTIONS : x86 : i686 : -march=i686 ; 35 -cpu-flags gcc OPTIONS : x86 : pentium : -march=pentium ; 36 -cpu-flags gcc OPTIONS : x86 : pentium-mmx : -march=pentium-mmx ; 37 -cpu-flags gcc OPTIONS : x86 : pentiumpro : -march=pentiumpro ; 38 -cpu-flags gcc OPTIONS : x86 : pentium2 : -march=pentium2 ; [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 25 def GetActionSummary(is_summary, commits, selected, options): argument 33 count = (count + options.step - 1) / options.step 40 str += ' (%d thread%s, %d job%s per thread)' % (options.threads, 41 GetPlural(options.threads), options.jobs, GetPlural(options.jobs)) 44 def ShowActions(series, why_selected, boards_selected, builder, options, argument 58 options: Command line options object 69 options) 72 for upto in range(0, len(series.commits), options.step): 80 if options.verbose: 110 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | patman | 76 # Parse options twice: first to get the project and second to handle 78 (options, args) = parser.parse_args() 79 settings.Setup(parser, options.project, '') 80 (options, args) = parser.parse_args() 86 elif options.test: 109 elif options.cc_cmd: 110 fd = open(options.cc_cmd, 'r') 121 elif options.full_help: 133 if options.count == -1: 135 options.count = gitutil.CountCommitsToBranch() - options.start [all …]
|
H A D | patman.py | 76 # Parse options twice: first to get the project and second to handle 78 (options, args) = parser.parse_args() 79 settings.Setup(parser, options.project, '') 80 (options, args) = parser.parse_args() 86 elif options.test: 109 elif options.cc_cmd: 110 fd = open(options.cc_cmd, 'r') 121 elif options.full_help: 133 if options.count == -1: 135 options.count = gitutil.CountCommitsToBranch() - options.start [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | pppoe-server.init | 8 OPTIONS="" 10 OPTIONS="$OPTIONS -m $MSS" 14 OPTIONS="$OPTIONS -I $i" 18 OPTIONS="$OPTIONS -L $LOCAL_IP" 21 OPTIONS="$OPTIONS -R $REMOTE_IP" 24 OPTIONS="$OPTIONS -S $SERVICE_NAME" 27 OPTIONS="$OPTIONS -N $MAX_SESSIONS" 30 OPTIONS="$OPTIONS -C $ACCESS_CONCENTRATOR_NAME" 33 start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS 38 start-stop-daemon --stop --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS
|
/openbmc/qemu/qapi/ |
H A D | audio.json | 16 # General audio backend options that are used for both playback and 55 # Generic driver-specific options. 57 # @in: options of the capture stream 59 # @out: options of the playback stream 71 # Options of the D-Bus audio backend. 73 # @in: options of the capture stream 75 # @out: options of the playback stream 91 # Options of the ALSA backend that are used for both playback and 113 # Options of the ALSA audio backend. 115 # @in: options of the capture stream [all …]
|
/openbmc/linux/drivers/video/ |
H A D | cmdline.c | 35 const char *options = NULL; in __video_get_option_string() local 52 options = opt + name_len + 1; in __video_get_option_string() 56 /* No match, return global options */ in __video_get_option_string() 57 if (!options) in __video_get_option_string() 58 options = video_option; in __video_get_option_string() 60 return options; in __video_get_option_string() 66 * line (video=<name>:<options>) 68 * Looks up the video= options for the given name. Names are connector 74 * The string of video options for the given name, or NULL if no video 83 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options() argument [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | control.py | 67 def Binman(options, args): argument 70 This assumes that help and test options have already been dealt with. It 74 options: Command line options object 79 if options.full_help: 89 if options.dt: 90 dtb_fname = options.dt 92 board = options.board 95 board_pathname = os.path.join(options.build_dir, board) 97 if not options.indir: 98 options.indir = ['.'] [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py | 27 """Make an options parser.""" 28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/" 71 def __init__(self, write, options): argument 73 self.options = options 79 if not self.options.quiet: 83 if self.options.verbose: 87 if not self.options.quiet: 90 def _mk_writer(options): argument 93 return Writer(write, options) 112 options, args = parser.parse_args(argv) [all …]
|
H A D | main.py.in | 27 """Make an options parser.""" 28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/" 71 def __init__(self, write, options): argument 73 self.options = options 79 if not self.options.quiet: 83 if self.options.verbose: 87 if not self.options.quiet: 90 def _mk_writer(options): argument 93 return Writer(write, options) 112 options, args = parser.parse_args(argv) [all …]
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | desc_constr.h | 88 static inline void init_desc(u32 *desc, u32 options) in init_desc() argument 90 *desc = (options | HDR_ONE) + 1; in init_desc() 93 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc() argument 95 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc() 98 static inline void init_job_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_job_desc_pdb() argument 104 options); in init_job_desc_pdb() 188 static inline u32 *append_##cmd(u32 *desc, u32 options) \ 192 append_cmd(desc, CMD_##op | options); \ 211 static inline void append_##cmd(u32 *desc, u32 options) \ 214 append_cmd(desc, CMD_##op | options); \ [all …]
|
/openbmc/qemu/net/ |
H A D | vmnet-host.c | 23 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in validate_options() local 26 if (options->net_uuid && in validate_options() 27 qemu_uuid_parse(options->net_uuid, &net_uuid) < 0) { in validate_options() 32 if ((options->start_address || in validate_options() 33 options->end_address || in validate_options() 34 options->subnet_mask) && in validate_options() 35 !(options->start_address && in validate_options() 36 options->end_address && in validate_options() 37 options->subnet_mask)) { in validate_options() 49 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in build_if_desc() local [all …]
|
H A D | vmnet-shared.c | 22 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in validate_options() local 24 if ((options->start_address || in validate_options() 25 options->end_address || in validate_options() 26 options->subnet_mask) && in validate_options() 27 !(options->start_address && in validate_options() 28 options->end_address && in validate_options() 29 options->subnet_mask)) { in validate_options() 42 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in build_if_desc() local 51 if (options->nat66_prefix) { in build_if_desc() 54 options->nat66_prefix); in build_if_desc() [all …]
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 32 struct trusted_key_options *options, in tpm2_key_encode() argument 57 if (options->blobauth_len == 0) { in tpm2_key_encode() 80 work = asn1_encode_integer(work, end_work, options->keyhandle); in tpm2_key_encode() 110 struct trusted_key_options *options, in tpm2_key_decode() argument 132 options->keyhandle = ctx.parent; in tpm2_key_decode() 236 * @options: authentication values and other options 242 struct trusted_key_options *options) in tpm2_seal_trusted() argument 252 if (options->hash == tpm2_hash_map[i].crypto_id) { in tpm2_seal_trusted() 261 if (!options->keyhandle) in tpm2_seal_trusted() 274 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted() [all …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-diffsigs | 151 options = parser.parse_args() variable 153 options.color = 'never' 154 options.dump = True 155 options.sigdatafile2 = None 156 options.sigargs = None 158 if options.debug: 161 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty())) 163 if options.taskargs: 166 if not options.dump and options.sigargs: 167 … files = find_siginfo_task(tinfoil, options.taskargs[0], options.taskargs[1], options.sigargs[0], [all …]
|
H A D | bitbake-dumpsig | 151 options = parser.parse_args() variable 153 options.color = 'never' 154 options.dump = True 155 options.sigdatafile2 = None 156 options.sigargs = None 158 if options.debug: 161 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty())) 163 if options.taskargs: 166 if not options.dump and options.sigargs: 167 … files = find_siginfo_task(tinfoil, options.taskargs[0], options.taskargs[1], options.sigargs[0], [all …]
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 8 Move config options from headers to defconfig files. 11 config options from headers to Kconfig (defconfig). 87 defconfig. The config options defined in Kconfig appear in the .config 89 On the other hand, the config options defined by board headers are seen 90 in include/autoconf.mk. The tool looks for the specified options in both 91 of them to decide the appropriate action for the options. If the given 133 Some CONFIG options can be implied by others and this can help to reduce 175 This shows a list of config options which might imply CONFIG_CMD_EEPROM along 186 That will cover 20 defconfigs. Many of the options listed are not suitable as 198 This will add 'imply SCSI' to the two CONFIG options mentioned, assuming that [all …]
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_deflate.c | 36 static void *z_comp_alloc(unsigned char *options, int opt_len); 37 static void *z_decomp_alloc(unsigned char *options, int opt_len); 40 static int z_comp_init(void *state, unsigned char *options, 43 static int z_decomp_init(void *state, unsigned char *options, 73 * @options: pointer to CCP option data 74 * @opt_len: length of the CCP option at @options. 76 * The @options pointer points to the a buffer containing the 85 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc() argument 91 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_comp_alloc() 92 options[1] != CILEN_DEFLATE || in z_comp_alloc() [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | earlycon.c | 81 pr_info("%s%d at MMIO%s %pa (options '%s')\n", in earlycon_print_info() 86 &port->mapbase, device->options); in earlycon_print_info() 88 pr_info("%s%d at I/O port 0x%lx (options '%s')\n", in earlycon_print_info() 90 port->iobase, device->options); in earlycon_print_info() 93 static int __init parse_options(struct earlycon_device *device, char *options) in parse_options() argument 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options() 122 if (options) { in parse_options() 125 device->baud = simple_strtoul(options, NULL, 0); in parse_options() 126 uartclk = strchr(options, ','); in parse_options() 129 options); in parse_options() [all …]
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | README.md | 10 These are passed in with the following options: 13 - `-U`: The username One of the password options: 30 openbmctool <connection options> local_users queryenabled 36 openbmctool <connection options> local_users disableall 42 openbmctool <connection options> local_users enableall 56 - <https://www.thegeekdiary.com/understanding-rsyslog-filter-options/> 61 openbmctool <connection options> logging remote_logging_config -a <IP address> -p <port> 74 openbmctool <connection options> logging remote_logging disable 84 openbmctool <connection options> logging remote_logging view 100 openbmctool <connection options> certificate update server https -f <File> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.cookie.js | 57 var config = $.cookie = function (key, value, options) { 61 options = $.extend({}, config.defaults, options); 63 if (typeof options.expires === 'number') { 64 var days = options.expires, t = options.expires = new Date(); 70 …options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max… 71 options.path ? '; path=' + options.path : '', 72 options.domain ? '; domain=' + options.domain : '', 73 options.secure ? '; secure' : '' 108 $.removeCookie = function (key, options) { argument 110 // Must not alter options, thus extending a fresh object... [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 206.out | 3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "file… 29 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 34 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 65536, "… 51 === Successful image creation (v3 non-default options) === 53 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 58 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 2097152,… 75 === Successful image creation (v2 non-default options) === 77 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 82 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"backing-file": "TEST_DI… [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | wic | 106 def wic_create_subcommand(options, usage_str): argument 111 if options.build_rootfs and not bitbake_exe: 114 if not options.image_name: 116 for val, opt in [(options.rootfs_dir, 'rootfs-dir'), 117 (options.bootimg_dir, 'bootimg-dir'), 118 (options.kernel_dir, 'kernel-dir'), 119 (options.native_sysroot, 'native-sysroot')]: 126 if options.image_name: 127 BB_VARS.default_image = options.image_name 129 options.build_check = False [all …]
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | wic | 106 def wic_create_subcommand(options, usage_str): argument 111 if options.build_rootfs and not bitbake_exe: 114 if not options.image_name: 116 for val, opt in [(options.rootfs_dir, 'rootfs-dir'), 117 (options.bootimg_dir, 'bootimg-dir'), 118 (options.kernel_dir, 'kernel-dir'), 119 (options.native_sysroot, 'native-sysroot')]: 126 if options.image_name: 127 BB_VARS.default_image = options.image_name 129 options.build_check = False [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | desc_constr.h | 104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() argument 106 *desc = cpu_to_caam32((options | HDR_ONE) + 1); in init_desc() 109 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc() argument 112 init_desc(desc, CMD_SHARED_DESC_HDR | options); in init_sh_desc() 115 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb() argument 121 options); in init_sh_desc_pdb() 124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() argument 126 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc() 129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() argument 134 init_job_desc(desc, (((pdb_len + 1) << HDR_START_IDX_SHIFT)) | options); in init_job_desc_pdb() [all …]
|