Home
last modified time | relevance | path

Searched +full:part +full:- +full:number (Results 1 – 25 of 1039) sorted by relevance

12345678910>>...42

/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/
H A Dp10bmc-ipmi-fru.yaml10 # d-bus Interfaces
11 # d-bus Properties
30 IPMIFruProperty: Serial Number
33 IPMIFruProperty: Part Number
57 IPMIFruProperty: Serial Number
60 IPMIFruProperty: Part Number
84 IPMIFruProperty: Serial Number
87 IPMIFruProperty: Part Number
111 IPMIFruProperty: Serial Number
114 IPMIFruProperty: Part Number
[all …]
/openbmc/openpower-vpd-parser/vpd-parser/
H A Disdimm_vpd_parser.hpp37 * Collects and emplace the keyword-value pairs in map.
47 * @return - Interface name for that vpd type.
55 * @return- map of kwd:value
62 * @param[in] iterator - iterator to buffer containing SPD
68 * @brief This function calculates part number from SPD
70 * @param[in] iterator - iterator to buffer containing SPD
71 * @return calculated part number.
76 * @brief This function calculates serial number from SPD
78 * @param[in] iterator - iterator to buffer containing SPD
79 * @return calculated serial number.
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.hpp33 * such as serial number and part number. A maintenance
34 * procedure name may be used instead of the part number,
81 * @param[in] pel - the PEL data stream
88 * Creates the object as a hardware callout with the part number,
89 * CCIN, and serial number fields supplied.
91 * @param[in] partNumber - The part number of the FRU
92 * @param[in] ccin - The CCIN of the FRU
93 * @param[in] serialNumber - The serial number of the FRU
103 * @param[in] procedureFromRegistry - The maintenance procedure name
115 * @param[in] procedure - The maintenance procedure name.
[all …]
/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/
H A Dipmi-hostboot-fru-mrw.yaml12 IPMIFruProperty: Model Number
15 IPMIFruProperty: Part Number
18 IPMIFruProperty: Serial Number
40 IPMIFruProperty: Part Number
43 IPMIFruProperty: Serial Number
51 - SYS
62 IPMIFruProperty: Part Number
65 IPMIFruProperty: Serial Number
83 IPMIFruProperty: Part Number
86 IPMIFruProperty: Serial Number
[all …]
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/
H A Dconfig.yaml13 IPMIFruProperty: "Part Number"
16 IPMIFruProperty: "Serial Number"
38 IPMIFruProperty: "Part Number"
41 IPMIFruProperty: "Serial Number"
56 IPMIFruProperty: "Part Number"
59 IPMIFruProperty: "Serial Number"
66 - SYS
80 IPMIFruProperty: "Part Number"
83 IPMIFruProperty: "Serial Number"
86 IPMIFruProperty: "Model Number"
[all …]
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c6 * Copyright (c) 2004-2009 Silicon Graphics, Inc. All Rights Reserved.
12 * This is the part of XPC that manages the channels and
31 lockdep_assert_held(&ch->lock); in xpc_process_connect()
33 if (!(ch->flags & XPC_C_OPENREQUEST) || in xpc_process_connect()
34 !(ch->flags & XPC_C_ROPENREQUEST)) { in xpc_process_connect()
38 DBUG_ON(!(ch->flags & XPC_C_CONNECTING)); in xpc_process_connect()
40 if (!(ch->flags & XPC_C_SETUP)) { in xpc_process_connect()
41 spin_unlock_irqrestore(&ch->lock, *irq_flags); in xpc_process_connect()
43 spin_lock_irqsave(&ch->lock, *irq_flags); in xpc_process_connect()
48 ch->flags |= XPC_C_SETUP; in xpc_process_connect()
[all …]
H A Dxpc_main.c7 * Copyright (c) 2004-2009 Silicon Graphics, Inc. All Rights Reserved.
11 * Cross Partition Communication (XPC) support - standard version.
16 * partition This part detects the presence/absence of other
20 * channel This part manages the channels and sends/receives
68 .init_name = "", /* set to "part" at xpc_init() time */
130 /* non-zero if any remote partition disengage was timed out */
169 struct xpc_partition *part = from_timer(part, t, disengage_timer); in xpc_timeout_partition_disengage() local
171 DBUG_ON(time_is_after_jiffies(part->disengage_timeout)); in xpc_timeout_partition_disengage()
173 xpc_partition_disengaged_from_timer(part); in xpc_timeout_partition_disengage()
175 DBUG_ON(part->disengage_timeout != 0); in xpc_timeout_partition_disengage()
[all …]
H A Dxpc_uv.c6 * Copyright (c) 2008-2009 Silicon Graphics, Inc. All Rights Reserved.
10 * Cross Partition Communication (XPC) uv-based functions.
34 #include "../sgi-gru/gru.h"
35 #include "../sgi-gru/grukservices.h"
81 mutex_init(&part_uv->cached_activate_gru_mq_desc_mutex); in xpc_setup_partitions_uv()
82 spin_lock_init(&part_uv->flags_lock); in xpc_setup_partitions_uv()
83 part_uv->remote_act_state = XPC_P_AS_INACTIVE; in xpc_setup_partitions_uv()
98 if (part_uv->cached_activate_gru_mq_desc != NULL) { in xpc_teardown_partitions_uv()
99 mutex_lock(&part_uv->cached_activate_gru_mq_desc_mutex); in xpc_teardown_partitions_uv()
100 spin_lock_irqsave(&part_uv->flags_lock, irq_flags); in xpc_teardown_partitions_uv()
[all …]
/openbmc/u-boot/cmd/
H A Djffs2.c1 // SPDX-License-Identifier: GPL-2.0+
10 * Kai-Uwe Bloem, Auerswald GmbH & Co KG, <linux-development@auerswald.de>
20 * Copyright 2002 SYSGO Real-Time Solutions GmbH
26 * 'partition' - keeps current partition identifier
28 * partition := <part-id>
29 * <part-id> := <dev-id>,part_num
32 * 'mtdids' - linux kernel mtd device id <-> u-boot device id mapping
36 * <idmap> := <dev-id>=<mtd-id>
37 * <dev-id> := 'nand'|'nor'|'onenand'<dev-num>
38 * <dev-num> := mtd device number, 0...
[all …]
H A Dmtdparts.c1 // SPDX-License-Identifier: GPL-2.0+
10 * Kai-Uwe Bloem, Auerswald GmbH & Co KG, <linux-development@auerswald.de>
23 * Copyright 2002 SYSGO Real-Time Solutions GmbH
29 * 'partition' - keeps current partition identifier
31 * partition := <part-id>
32 * <part-id> := <dev-id>,part_num
35 * 'mtdids' - linux kernel mtd device id <-> u-boot device id mapping
39 * <idmap> := <dev-id>=<mtd-id>
40 * <dev-id> := 'nand'|'nor'|'onenand'|'spi-nand'<dev-num>
41 * <dev-num> := mtd device number, 0...
[all …]
/openbmc/linux/block/
H A Dearly-lookup.c1 // SPDX-License-Identifier: GPL-2.0-only
15 * match_dev_by_uuid - callback for finding a partition using its uuid
26 if (!bdev->bd_meta_info || in match_dev_by_uuid()
27 strncasecmp(cmp->uuid, bdev->bd_meta_info->uuid, cmp->len)) in match_dev_by_uuid()
33 * devt_from_partuuid - looks up the dev_t of a partition by its UUID
41 * If @uuid_str is followed by a "/PARTNROFF=%d", then the number will be
56 /* Check for optional partition number offset attributes. */ in devt_from_partuuid()
63 cmp.len = slash - uuid_str; in devt_from_partuuid()
73 return -ENODEV; in devt_from_partuuid()
78 * to the partition number found by UUID. in devt_from_partuuid()
[all …]
/openbmc/u-boot/doc/
H A DREADME.ubi1 -------------------
2 UBI usage in U-Boot
3 -------------------
5 UBI support in U-Boot is broken down into five separate commands.
9 ubi - ubi commands
12 ubi part [part] [offset]
13 - Show or set current partition (with optional VID header offset)
14 ubi info [l[ayout]] - Display volume and ubi layout information
15 ubi create[vol] volume [size] [type] - create volume name with size
16 ubi write[vol] address volume size - Write volume from address with size
[all …]
/openbmc/linux/include/uapi/linux/
H A Dbatadv_packet.h1 /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) */
15 * batadv_tp_is_error() - Check throughput meter return code for error
23 * enum batadv_packettype - types for batman-adv encapsulated packets
40 /* 0x00 - 0x3f: local packets or special rules for handling */
47 /* 0x40 - 0x7f: unicast */
55 /* 0x80 - 0xff: reserved */
59 * enum batadv_subtype - packet subtype for unicast4addr
76 * enum batadv_iv_flags - flags used in B.A.T.M.A.N. IV OGM packets
90 * enum batadv_icmp_packettype - ICMP message types
108 * enum batadv_mcast_flags - flags for multicast capabilities and settings
[all …]
/openbmc/ipmi-fru-parser/scripts/
H A Dexample.yaml10 # d-bus Interfaces
11 # d-bus Properties
27 IPMIFruProperty: Part Number
30 IPMIFruProperty: Serial Number
57 IPMIFruProperty: Serial Number
60 IPMIFruProperty: Part Number
84 IPMIFruProperty: Serial Number
87 IPMIFruProperty: Part Number
108 IPMIFruProperty: Serial Number
111 IPMIFruProperty: Part Number
[all …]
/openbmc/phosphor-host-ipmid/scripts/
H A Dfru-read-example.yaml10 # d-bus Interfaces
11 # d-bus Properties
27 IPMIFruProperty: Part Number
30 IPMIFruProperty: Serial Number
57 IPMIFruProperty: Serial Number
60 IPMIFruProperty: Part Number
84 IPMIFruProperty: Serial Number
87 IPMIFruProperty: Part Number
108 IPMIFruProperty: Serial Number
111 IPMIFruProperty: Part Number
[all …]
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c1 // SPDX-License-Identifier: GPL-2.0+
11 #include <image-sparse.h>
19 struct part_info *part; member
34 struct part_info **part, in fb_nand_lookup() argument
48 ret = find_dev_and_part(partname, &dev, &pnum, part); in fb_nand_lookup()
55 if (dev->id->type != MTD_DEV_TYPE_NAND) { in fb_nand_lookup()
59 return -EINVAL; in fb_nand_lookup()
62 *mtd = get_nand_dev_by_index(dev->id->num); in fb_nand_lookup()
67 static int _fb_nand_erase(struct mtd_info *mtd, struct part_info *part) in _fb_nand_erase() argument
73 opts.offset = part->offset; in _fb_nand_erase()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DResource.v1_20_0.json3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
4 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
11 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
17 "number",
46 "description": "Phone number for this contact.",
47 …"longDescription": "This property shall contain the phone number for a person or organization to c…
72 … "NSID": "This value has been deprecated due to its non-uniqueness and `NGUID` should be used."
75 "EUI": "The IEEE-defined 64-bit Extended Unique Identifier (EUI).",
87-defined 64-bit Extended Unique Identifier (EUI), as defined in the IEEE's Guidelines for 64-bit G…
88-Wide Name (WWN) format, as defined in the T11 Fibre Channel Physical and Signaling Interface Spec…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DResource.v1_20_0.json3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
4 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
11 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
17 "number",
46 "description": "Phone number for this contact.",
47 …"longDescription": "This property shall contain the phone number for a person or organization to c…
72 … "NSID": "This value has been deprecated due to its non-uniqueness and `NGUID` should be used."
75 "EUI": "The IEEE-defined 64-bit Extended Unique Identifier (EUI).",
87-defined 64-bit Extended Unique Identifier (EUI), as defined in the IEEE's Guidelines for 64-bit G…
88-Wide Name (WWN) format, as defined in the T11 Fibre Channel Physical and Signaling Interface Spec…
[all …]
/openbmc/linux/scripts/
H A Dextract-module-sig.pl2 # SPDX-License-Identifier: GPL-2.0
4 # extract-mod-sig <part> <module-file>
7 # section to stdout. Part is the bit to be written and is one of:
9 # -0: The unsigned module, no signature data at all
10 # -a: All of the signature data, including magic number
11 # -d: Just the descriptor values as a sequence of numbers
12 # -n: Just the signer's name
13 # -k: Just the key ID
14 # -s: Just the crypto signature or PKCS#7 message
19 die "Format: $0 -[0adnks] module-file >out\n"
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py4 # SPDX-License-Identifier: GPL-2.0-only
64 self.name = "%s-%s" % (os.path.splitext(os.path.basename(wks_file))[0],
72 # instead of forcing it to be set via bootloader --source
73 for part in self.parts:
74 if not self.ks.bootloader.source and part.mountpoint == "/boot":
75 self.ks.bootloader.source = part.source
118 for part in self.parts:
119 if not part.realnum or not part.mountpoint \
120 … or part.mountpoint == "/" or not (part.mountpoint.startswith('/') or part.mountpoint == "swap"):
123 if part.use_uuid:
[all …]
/openbmc/linux/sound/soc/sof/
H A Dipc4-fw-reg.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
15 * struct sof_ipc4_pipeline_registers - Pipeline start and end information in fw
19 * (right after creation/after reset) value "(u64)-1" is reported
23 * (right after creation or after reset) value "(u64)-1" is reported.
34 * struct sof_ipc4_peak_volume_regs - Volume information in fw
46 * struct sof_ipc4_llp_reading - Llp information in fw
47 * @llp_l: Lower part of 64-bit LLP
48 * @llp_u: Upper part of 64-bit LLP
49 * @wclk_l: Lower part of 64-bit Wallclock
50 * @wclk_u: Upper part of 64-bit Wallclock
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dsmem.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
44 * two regions are cached and non-cached memory respectively. Each region
48 * Items in the non-cached region are allocated from the start of the partition
50 * is hence the region between the cached and non-cached offsets. The header of
59 * be held - currently lock number 3 of the sfpb or tcsr is used for this on all
79 /* Highest accepted item number, for both global and private heaps */
88 /* Max number of processors/hosts in a system */
92 * struct smem_proc_comm - proc_comm communication struct (legacy)
104 * struct smem_global_entry - entry to reference smem items on the heap
[all …]
/openbmc/linux/Documentation/networking/
H A Dtls-offload.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
13 For details regarding the user-facing interface refer to the TLS
18 * Software crypto mode (``TLS_SW``) - CPU handles the cryptography.
24 * Packet-based NIC offload mode (``TLS_HW``) - the NIC handles crypto
27 in the remaining part of this document
28 (``ethtool`` flags ``tls-hw-tx-offload`` and ``tls-hw-rx-offload``).
29 * Full TCP NIC offload mode (``TLS_HW_RECORD``) - mode of operation where
33 abilities or QoS and packet scheduling (``ethtool`` flag ``tls-hw-record``).
36 offload opt-in or opt-out on per-connection basis is not currently supported.
39 --
[all …]
/openbmc/u-boot/include/
H A Dpart.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2000-2004
22 #define LOG2_INVALID(type) ((type)((sizeof(type)<<3)-1))
24 /* Part types */
32 /* maximum number of partition entries supported by search */
38 * Type string for U-Boot bootable partitions
40 #define BOOT_PART_TYPE "U-Boot" /* primary boot partition type */
47 #define DEV_TYPE_CDROM 0x05 /* CD-ROM */
56 lbaint_t size; /* number of blocks in partition */
81 * blk_get_dev() - get a pointer to a block device given its type and number
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Drenesas,ether.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - $ref: ethernet-controller.yaml#
13 - Sergei Shtylyov <sergei.shtylyov@gmail.com>
18 - items:
19 - enum:
20 - renesas,gether-r8a7740 # device is a part of R8A7740 SoC
21 - renesas,gether-r8a77980 # device is a part of R8A77980 SoC
22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC
[all …]

12345678910>>...42