/openbmc/linux/samples/rust/ |
H A D | rust_minimal.rs | 16 numbers: Vec<i32>, field 24 let mut numbers = Vec::new(); in init() localVariable 25 numbers.try_push(72)?; in init() 26 numbers.try_push(108)?; in init() 27 numbers.try_push(200)?; in init() 29 Ok(RustMinimal { numbers }) in init() 35 pr_info!("My numbers are {:?}\n", self.numbers); in drop()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ |
H A D | ipmitool_1.8.19.bb | 35 …www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana… 36 #SRC_URI[iana-enterprise-numbers.sha256sum] = "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb5… 43 if [ -e ${UNPACKDIR}/iana-enterprise-numbers ]; then 44 … install -Dm 0755 ${UNPACKDIR}/iana-enterprise-numbers ${D}${datadir}/misc/enterprise-numbers 56 # --disable-registry-download prevents the IANA numbers from being fetched
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammu-smsdrc | 17 # When uncomment this section and insert numbers here, smsd will process 18 # incoming sms only from numbers written here (incoming sms from all other 19 # numbers will be deleted) 23 # When uncomment this section and insert numbers here, smsd will process 24 # incoming sms from all numbers not written here (incoming sms from numbers
|
/openbmc/linux/Documentation/process/ |
H A D | magic-number.rst | 3 Linux magic numbers 6 This file is a registry of magic numbers which are in use. When you 8 file, since it is best if the magic numbers used by various structures 12 numbers. This allows you to check at run time whether (a) a structure 19 The way to use magic numbers is to declare them at the beginning of 54 but it is possible that some new magic numbers will sneak into the
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-stm | 6 Shows first and last available to software master numbers on 21 Reads as 0 if master numbers in the STP stream produced by 22 this stm device will match the master numbers assigned by
|
/openbmc/linux/kernel/ |
H A D | pid.c | 56 .numbers = { { 115 ns = pid->numbers[pid->level].ns; in put_pid() 137 struct upid *upid = pid->numbers + i; in free_pid() 247 pid->numbers[i].nr = nr; in alloc_pid() 248 pid->numbers[i].ns = tmp; in alloc_pid() 271 upid = pid->numbers + ns->level; in alloc_pid() 275 for ( ; upid >= pid->numbers; --upid) { in alloc_pid() 291 upid = pid->numbers + i; in alloc_pid() 481 upid = &pid->numbers[ns->level]; in pid_nr_ns() 663 struct_size_t(struct pid, numbers, 1), in pid_idr_init()
|
/openbmc/linux/include/linux/ |
H A D | pid.h | 70 struct upid numbers[]; member 156 ns = pid->numbers[pid->level].ns; in ns_of_pid() 168 return pid->numbers[pid->level].nr == 1; in is_child_reaper() 186 nr = pid->numbers[0].nr; in pid_nr()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | ipmitool_%.bbappend | 12 # IANA, the versioned file, $PWD/ipmitool/iana-enterprise-numbers 15 # https://www.iana.org/assignments/enterprise-numbers 20 file://iana-enterprise-numbers \
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | currituck.dts | 149 * We are de-swizzling here because the numbers are actually for 151 * to avoid putting a node for it in the tree, so the numbers 152 * below are basically de-swizzled numbers. 186 * We are de-swizzling here because the numbers are actually for 188 * to avoid putting a node for it in the tree, so the numbers 189 * below are basically de-swizzled numbers. 223 * We are de-swizzling here because the numbers are actually for 225 * to avoid putting a node for it in the tree, so the numbers 226 * below are basically de-swizzled numbers.
|
H A D | akebono.dts | 277 * We are de-swizzling here because the numbers are actually for 279 * to avoid putting a node for it in the tree, so the numbers 280 * below are basically de-swizzled numbers. 317 * We are de-swizzling here because the numbers are actually for 319 * to avoid putting a node for it in the tree, so the numbers 320 * below are basically de-swizzled numbers. 357 * We are de-swizzling here because the numbers are actually for 359 * to avoid putting a node for it in the tree, so the numbers 360 * below are basically de-swizzled numbers. 397 * We are de-swizzling here because the numbers are actually for [all …]
|
H A D | redwood.dts | 265 * We are de-swizzling here because the numbers are actually for 267 * to avoid putting a node for it in the tree, so the numbers 268 * below are basically de-swizzled numbers. 306 * We are de-swizzling here because the numbers are actually for 308 * to avoid putting a node for it in the tree, so the numbers 309 * below are basically de-swizzled numbers. 347 * We are de-swizzling here because the numbers are actually for 349 * to avoid putting a node for it in the tree, so the numbers 350 * below are basically de-swizzled numbers.
|
H A D | katmai.dts | 349 * We are de-swizzling here because the numbers are actually for 351 * to avoid putting a node for it in the tree, so the numbers 352 * below are basically de-swizzled numbers. 390 * We are de-swizzling here because the numbers are actually for 392 * to avoid putting a node for it in the tree, so the numbers 393 * below are basically de-swizzled numbers. 431 * We are de-swizzling here because the numbers are actually for 433 * to avoid putting a node for it in the tree, so the numbers 434 * below are basically de-swizzled numbers.
|
H A D | makalu.dts | 298 * We are de-swizzling here because the numbers are actually for 300 * to avoid putting a node for it in the tree, so the numbers 301 * below are basically de-swizzled numbers. 339 * We are de-swizzling here because the numbers are actually for 341 * to avoid putting a node for it in the tree, so the numbers 342 * below are basically de-swizzled numbers.
|
/openbmc/u-boot/tools/scripts/ |
H A D | define2mk.sed | 23 # but remove again from decimal numbers 25 # ... and from negative decimal numbers 27 # ... and from hex numbers
|
/openbmc/linux/Documentation/core-api/irq/ |
H A D | irq-domain.rst | 10 IRQ numbers. 19 hardware interrupt numbers: whereas in the past, IRQ numbers could 25 interrupt numbers, called hardware irq's, from Linux IRQ numbers. 28 irq numbers, but they don't provide any support for reverse mapping of 32 The irq_domain library adds mapping between hwirq and IRQ numbers on 38 structure to hwirq numbers (Device Tree and ACPI GSI so far), and can 51 between hwirq and IRQ numbers. Mappings are added to the irq_domain 104 map are fixed time lookup for IRQ numbers, and irq_descs are only 123 The irq_domain maintains a radix tree map from hwirq numbers to Linux 171 for IRQ numbers that are passed to struct device registrations. In that [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | functionfs.rst | 18 to worry about endpoints, interfaces or strings numbers but 20 only one (endpoints and strings numbers starting from one and 21 interface numbers starting from zero). The FunctionFS changes 22 them as needed also handling situation when numbers differ in 28 numbers and changing of the configuration (which means that
|
/openbmc/openbmc/poky/meta/recipes-support/gmp/ |
H A D | gmp.inc | 2 …y precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
|
/openbmc/linux/sound/ |
H A D | Kconfig | 16 bool "Preclaim OSS device numbers" 21 numbers if any OSS support (native or emulation) is enabled 24 module aliases when one of the device numbers is opened. With 26 device numbers and opening a missing device will generate only the
|
/openbmc/linux/lib/ |
H A D | test_scanf.c | 159 static const unsigned long long numbers[] __initconst = { variable 206 for (i = 0; i < ARRAY_SIZE(numbers); i++) { \ 207 if (value_representable_in_type(T, numbers[i])) \ 209 numbers[i], fn); \ 211 if (value_representable_in_type(T, -numbers[i])) \ 213 -numbers[i], fn); \ 712 for (i = 0; i < ARRAY_SIZE(numbers); i++) { \ 713 _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ 717 -(T)numbers[i], base); \
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-test.txt | 11 'perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]' 21 To run just specific tests, inform test name fragments or the numbers obtained
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 15 as an array of two 32-bit numbers. 17 It is an array of 8 32-bit numbers.
|
/openbmc/linux/Documentation/i2c/muxes/ |
H A D | i2c-mux-gpio.rst | 69 If you don't know the absolute GPIO pin numbers at registration time, 71 numbers, and the i2c-mux-gpio driver will do the work for you, 85 GPIO pin numbers at registration time, this is even the only option.
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | init.d | 13 # Procedure Call) program numbers into DARPA 14 # protocol port numbers. It must be running in
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | omap-mcbsp.txt | 12 - interrupts: Interrupt numbers for the McBSP port, as an array in case the 17 - interrupt-names: Array of strings associated with the interrupt numbers
|
/openbmc/linux/Documentation/powerpc/ |
H A D | vcpudispatch_stats.rst | 23 a vcpu as represented by the first field, followed by 8 numbers. 29 The next 4 numbers represent vcpu dispatch dispersions: 39 The final 3 numbers represent statistics in relation to the home node of
|