Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCDLA-Sharing-1.01 Community Data License Agreement – Sharing – Version 1.0
3 …he Community Data License Agreement – Sharing, Version 1.0 (“Agreement”). Data is provided to You…
5Data Provider receives from making Data available and that You receive from Data or otherwise unde…
9 1.1 “Add” means to supplement Data with Your own or someone else’s Data, resulting in Your “Additio…
11Data. By way of example and not limitation, “Computational Use” includes the application of any c…
13Data” means the information (including copyrightable information, such as images or text), collect…
15Data Provider” means any Entity (including any employee or contractor of such Entity authorized to…
17 1.5 “Enhanced Data” means the subset of Data that You Publish and that is composed of (a) Your Addi…
21Data or grants of rights in Data governed by this Agreement, using any technology having functiona…
23 1.8 “Modify” means to delete, erase, correct or re-arrange Data, resulting in “Modifications.” Mod…
[all …]
H A DCDLA-Permissive-2.01 Community Data License Agreement - Permissive - Version 2.0
3 This is the Community Data License Agreement - Permissive, Version 2.0 (the "agreement"). Data Prov…
5 1. Provision of the Data
7 1.1. A Data Recipient may use, modify, and share the Data made available by Data Provider(s) under …
9 …t does not impose any restriction on a Data Recipient's use, modification, or sharing of any porti…
11 2. Conditions for Sharing Data
13Data Recipient may share Data, with or without modifications, so long as the Data Recipient makes …
21 4.1. All Data Recipients receive the Data subject to the following terms:
29 5.1. "Data" means the material received by a Data Recipient under this agreement.
31 5.2. "Data Provider" means any person who is the source of Data provided under this agreement and i…
[all …]
H A DCDLA-Permissive-1.01 Community Data License Agreement – Permissive – Version 1.0
3 …e Community Data License Agreement – Permissive, Version 1.0 (“Agreement”). Data is provided to Y…
5Data Provider receives from making Data available and that You receive from Data or otherwise unde…
9 1.1 “Add” means to supplement Data with Your own or someone else’s Data, resulting in Your “Additio…
11Data. By way of example and not limitation, “Computational Use” includes the application of any c…
13Data” means the information (including copyrightable information, such as images or text), collect…
15Data Provider” means any Entity (including any employee or contractor of such Entity authorized to…
17 1.5 “Enhanced Data” means the subset of Data that You Publish and that is composed of (a) Your Addi…
21 1.7 “Modify” means to delete, erase, correct or re-arrange Data, resulting in “Modifications.” Mod…
23Data (including Your Enhanced Data) available in any manner which enables its Use, including by pr…
[all …]
H A DC-UDA-1.01 Computational Use of Data Agreement v1.0
3 …is is the Computational Use of Data Agreement, Version 1.0 (the “C-UDA”). Capitalized terms are de…
5 1. Provision of the Data
7 1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under …
9 1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the us…
11 …t restrict your use, modification, or distribution of any portions of the Data that are in the pub…
15 2.1 You agree that you will use the Data solely for Computational Use.
19 3. Redistribution of Data
21 3.1. You may redistribute the Data, so long as:
23 3.1.1. You include with any Data you redistribute all credit or attribution information that you re…
[all …]
H A DO-UDA-1.01 Open Use of Data Agreement v1.0
3 This is the Open Use of Data Agreement, Version 1.0 (the "O-UDA"). Capitalized terms are defined in…
5 1. Provision of the Data
7 …1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under…
9 …1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the u…
11 …t restrict your use, modification, or distribution of any portions of the Data that are in the pub…
17 2.1.1. the use or modification of Data; or
21 3. Redistribution of Data
23 3.1. You may redistribute the Data under terms of your choice, so long as:
25 …3.1.1. You include with any Data you redistribute all credit or attribution information that you r…
[all …]
H A DOGDL-Taiwan-1.069 2. 此開放資料依政府資料開放授權條款 (Open Government Data License) 進行公眾釋出,使用者於遵守本條款各項規定之前提下,得利用之。
73 Open Government Data License, version 1.0
75 The Open Government Data License (the License) is intended to facilitate government data sharing an…
79 1.1. "Data Providing Organization" refers to government agency, government-owned business, public s…
81 … receives and uses Open Data under the License, including individual, legal entity or group who is…
83 1.3. "Open Data" means data that the Data Providing Organization owns its copyright in whole or has…
87 …b. "Material" means a separate work, that is collected into the Open Data aggregation and can be p…
89 1.4. "Derivative Work" means any adaptation based upon the Open Data provided under the License and…
91Data. Accordingly, the granting of copyright license hereunder does not apply to such Information,…
95Data Providing Organization grants User a perpetual, worldwide, non-exclusive, irrevocable, royalt…
[all …]
/openbmc/linux/drivers/usb/serial/
H A Dmos7840.c519 __u16 Data; in mos7840_open() local
555 Data = 0x0; in mos7840_open()
556 status = mos7840_get_reg_sync(port, mos7840_port->SpRegOffset, &Data); in mos7840_open()
561 Data |= 0x80; in mos7840_open()
562 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
568 Data &= ~0x80; in mos7840_open()
569 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
576 Data = 0x0; in mos7840_open()
578 &Data); in mos7840_open()
583 Data |= 0x08; /* Driver done bit */ in mos7840_open()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_RegConfig8723B.c13 u32 Data, in odm_ConfigRFReg_8723B() argument
21 PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
36 while ((getvalue>>8) != (Data>>8)) { in odm_ConfigRFReg_8723B()
38 PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
56 while (getvalue != Data) { in odm_ConfigRFReg_8723B()
63 Data in odm_ConfigRFReg_8723B()
87 void odm_ConfigRF_RadioA_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u32 Data) in odm_ConfigRF_RadioA_8723B() argument
95 Data, in odm_ConfigRF_RadioA_8723B()
101 void odm_ConfigMAC_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u8 Data) in odm_ConfigMAC_8723B() argument
103 rtw_write8(pDM_Odm->Adapter, Addr, Data); in odm_ConfigMAC_8723B()
[all …]
H A Dodm_RegConfig8723B.h12 u32 Data,
17 void odm_ConfigRF_RadioA_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u32 Data);
19 void odm_ConfigMAC_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u8 Data);
24 u32 Data
28 u32 Bitmask, u32 Data);
33 u32 Data
/openbmc/linux/Documentation/admin-guide/auxdisplay/
H A Dcfag12864b.rst40 :Data size: 1 byte each address
56 Data 0 ( 2)------------------------------( 4) Data 0
57 Data 1 ( 3)------------------------------( 5) Data 1
58 Data 2 ( 4)------------------------------( 6) Data 2
59 Data 3 ( 5)------------------------------( 7) Data 3
60 Data 4 ( 6)------------------------------( 8) Data 4
61 Data 5 ( 7)------------------------------( 9) Data 5
62 Data 6 ( 8)------------------------------(10) Data 6
63 Data 7 ( 9)------------------------------(11) Data 7
71 Select (17)------------------------------(16) Data / Instruction
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot51 Write Data To File
81 Write Data To File ${HEADER_MSG}
82 Write Data To File ${FOOTER_MSG}
83 Write Data To File Test Suite File\t\t: ${SUITE_NAME} ${\n}
84 Write Data To File Test Case Name\t\t: ${TEST_NAME}${\n}
85 Write Data To File Test Source File\t: ${SUITE_SOURCE}${\n}
86 Write Data To File Failure Time Stamp\t: ${FFDC_TIME}${\n}
87 Write Data To File Test Error Message\t: ${TEST_MESSAGE}${\n}
88 Write Data To File Test Documentation\t:${\n}${TEST_DOCUMENTATION}${\n}
89 Write Data To File ${FOOTER_MSG}
[all …]
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf94 0x08:0x25:0xf93e //<Firmware>:<Get Boot Certificate Data>
106 0x0a:0x11:0xff7f //<Storage>:<Read FRU Data>
107 0x0a:0x12:0x7f7f //<Storage>:<Write FRU Data>
139 0x0c:0x14:0x7f7f //<Transport>:<Set PPP UDP Proxy Transmit Data>
140 0x0c:0x15:0x7f7f //<Transport>:<Get PPP UDP Proxy Transmit Data>
142 0x0c:0x17:0x7f7f //<Transport>:<Get PPP UDP Proxy Receive Data>
151 0x2c:0x1f:0xff7f //<Group Extension>:<Get CPU PECI Package Config Data>
152 0x2c:0x20:0xff7f //<Group Extension>:<Get MDR Data Region Status>
162 0x2c:0x37:0xff7f //<Group Extension>:<Read PCIe Cable EEPROM Data>
266 0x30:0xa1:0x7f7f //<Intel General Application>:<Capture Manufacturing Data>
[all …]
/openbmc/linux/Documentation/i2c/
H A Di2c-protocol.rst18 Data (8 bits) A plain data byte.
20 [..] Data sent by I2C device, as opposed to data sent by the
30 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
38 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
50 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
74 S Addr Rd [A] [Data] NA Data [A] P
91 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
/openbmc/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c42 const unsigned char *Data, size_t Size) { in ioport_fuzz_qtest() argument
55 memcpy(&a, Data, sizeof(a)); in ioport_fuzz_qtest()
81 Data += sizeof(a); in ioport_fuzz_qtest()
87 const unsigned char *Data, in i440fx_fuzz_qtest() argument
90 ioport_fuzz_qtest(s, Data, Size); in i440fx_fuzz_qtest()
95 const unsigned char *Data, size_t Size) { in pciconfig_fuzz_qos() argument
108 memcpy(&a, Data, sizeof(a)); in pciconfig_fuzz_qos()
130 Data += sizeof(a); in pciconfig_fuzz_qos()
136 const unsigned char *Data, in i440fx_fuzz_qos() argument
145 pciconfig_fuzz_qos(s, bus, Data, Size); in i440fx_fuzz_qos()
H A Dvirtio_net_fuzz.c31 const unsigned char *Data, size_t Size, bool check_used) in virtio_net_fuzz_multi() argument
50 memcpy(&vqa, Data, sizeof(vqa)); in virtio_net_fuzz_multi()
51 Data += sizeof(vqa); in virtio_net_fuzz_multi()
63 int ignored = write(sockfds[0], Data, vqa.length); in virtio_net_fuzz_multi()
72 qtest_memwrite(s, req_addr, Data, vqa.length); in virtio_net_fuzz_multi()
112 Data += vqa.length; in virtio_net_fuzz_multi()
119 const unsigned char *Data, size_t Size) in virtio_net_fuzz_check_used() argument
121 virtio_net_fuzz_multi(s, Data, Size, true); in virtio_net_fuzz_check_used()
H A Dvirtio_scsi_fuzz.c65 const unsigned char *Data, size_t Size) in virtio_scsi_fuzz() argument
93 memcpy(&vqa, Data, sizeof(vqa)); in virtio_scsi_fuzz()
95 Data += sizeof(vqa); in virtio_scsi_fuzz()
110 qtest_memwrite(s, req_addr, Data, vqa.length); in virtio_scsi_fuzz()
123 Data += vqa.length; in virtio_scsi_fuzz()
135 const unsigned char *Data, size_t Size) in virtio_scsi_with_flag_fuzz() argument
141 queues = qvirtio_scsi_init(scsi->vdev, *(uint64_t *)Data); in virtio_scsi_with_flag_fuzz()
143 Data + sizeof(uint64_t), Size - sizeof(uint64_t)); in virtio_scsi_with_flag_fuzz()
H A Dvirtio_blk_fuzz.c62 const unsigned char *Data, size_t Size) in virtio_blk_fuzz() argument
90 memcpy(&vqa, Data, sizeof(vqa)); in virtio_blk_fuzz()
92 Data += sizeof(vqa); in virtio_blk_fuzz()
106 qtest_memwrite(s, req_addr, Data, vqa.length); in virtio_blk_fuzz()
119 Data += vqa.length; in virtio_blk_fuzz()
131 const unsigned char *Data, size_t Size) in virtio_blk_with_flag_fuzz() argument
137 queues = qvirtio_blk_init(blk->vdev, *(uint64_t *)Data); in virtio_blk_with_flag_fuzz()
139 Data + sizeof(uint64_t), Size - sizeof(uint64_t)); in virtio_blk_with_flag_fuzz()
/openbmc/google-ipmi-sys/
H A DREADME.md15 | Byte(s) | Value | Data |
23 | Byte(s) | Value | Data |
35 | Byte(s) | Value | Data |
42 | Byte(s) | Value | Data |
66 | Byte(s) | Value | Data |
73 | Byte(s) | Value | Data
87 | Byte(s) | Value | Data |
94 | Byte(s) | Value | Data |
107 | Byte(s) | Value | Data |
113 | Byte(s) | Value | Data |
[all …]
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dstream.rst35 | | Data Signal | |
37 | (Data) | Data Direction | (Data) |
49 | | Data Signal | |
51 | (Data) | Data Direction | (Data) |
63 | | | Data Signal | |
65 | (Data) | | | Data Direction | (Data) |
75 | (Data) |
89 | | | Data Signal | |
91 | (Data) | | | Data Direction | (Data) |
101 | (Data) |
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-sa1100/
H A Dbitfield.h18 #define UData(Data) ((unsigned long) (Data)) argument
20 #define UData(Data) (Data) argument
108 #define FExtr(Data, Field) \ argument
109 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h19 #define UData(Data) ((unsigned long) (Data)) argument
21 #define UData(Data) (Data) argument
109 #define FExtr(Data, Field) \ argument
110 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dbitfield.h18 #define UData(Data) ((unsigned long) (Data)) argument
20 #define UData(Data) (Data) argument
108 #define FExtr(Data, Field) \ argument
109 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp33 class Data class
36 Data() = default;
37 ~Data() = default;
38 Data(const Data&) = default;
39 Data(Data&&) = default;
40 Data& operator=(const Data&) = default;
41 Data& operator=(Data&&) = default;
182 void collectTodFaultData(pdbg_target* i_chip, Data& o_data) in collectTodFaultData()
316 tod::Data data{}; in tod_step_check_fault()
/openbmc/kcsbridge/src/
H A Dserver.cpp35 template <auto func, typename Data>
41 func(m, *reinterpret_cast<Data*>(dataptr)); in methodRsp()
53 template <typename Data>
57 methodRsp<setAttention, Data>),
59 methodRsp<clearAttention, Data>),
61 methodRsp<forceAbort, Data>),
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_fru_device.robot45 ${ipmi_fru}= Get IPMI FRU Devices Data ${ipmi_output}
65 ${resp}= Read FRU Data Via IPMI ${fru_device_id} ${read_write_offset}
75 Verify Get FRU Inventory Area Info For Invalid Device Data
76 [Documentation] Verify IPMI get FRU inventory area info command for Invalid Device Data.
84 Verify Get FRU Inventory Area Info For Invalid Data Request
85 [Documentation] Verify IPMI get FRU inventory area info command for Invalid Data Request.
93 Verify IPMI Write FRU Data
96 [Setup] Get Default FRU Data
97 [Teardown] Restore Default FRU Data
100 ${write_data_prefixed} ${write_data}= Generate Random Data For FRU
[all …]

12345678910>>...37