Home
last modified time | relevance | path

Searched refs:provided (Results 1 – 25 of 2566) sorted by relevance

12345678910>>...103

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A DDrop-use-of-error-h.patch54 - error(1, errno, "Invalid size provided\n" USAGE);
55 + fprintf(stderr, "Invalid size provided\n" USAGE);
58 - error(1, 0, "Invalid size provided\n" USAGE);
59 + fprintf(stderr, "Invalid size provided\n" USAGE);
62 - error(1, 0, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlog_ma…
63 + fprintf(stderr, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlo…
71 - error(1, errno, "Invalid mode provided\n" USAGE);
72 + fprintf(stderr, "Invalid mode provided\n" USAGE);
75 - error(1, 0, "Invalid mode provided\n" USAGE);
76 + fprintf(stderr, "Invalid mode provided\n" USAGE);
[all …]
/openbmc/linux/fs/ext4/
H A Dbitmap.c24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local
30 provided = le16_to_cpu(gdp->bg_inode_bitmap_csum_lo); in ext4_inode_bitmap_csum_verify()
34 provided |= (hi << 16); in ext4_inode_bitmap_csum_verify()
38 return provided == calculated; in ext4_inode_bitmap_csum_verify()
62 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local
69 provided = le16_to_cpu(gdp->bg_block_bitmap_csum_lo); in ext4_block_bitmap_csum_verify()
73 provided |= (hi << 16); in ext4_block_bitmap_csum_verify()
77 return provided == calculated; in ext4_block_bitmap_csum_verify()
/openbmc/linux/drivers/clk/ingenic/
H A DKconfig13 Support the clocks provided by the CGU hardware on Ingenic JZ4740
23 Support the clocks provided by the CGU hardware on Ingenic JZ4755
33 Support the clocks provided by the CGU hardware on Ingenic JZ4725B
43 Support the clocks provided by the CGU hardware on Ingenic JZ4760
53 Support the clocks provided by the CGU hardware on Ingenic JZ4770
63 Support the clocks provided by the CGU hardware on Ingenic JZ4780
73 Support the clocks provided by the CGU hardware on Ingenic X1000
83 Support the clocks provided by the CGU hardware on Ingenic X1830
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmvebu-core-clock.txt7 The following is a list of provided IDs and clock names on Armada 370/XP:
14 The following is a list of provided IDs and clock names on Armada 375:
20 The following is a list of provided IDs and clock names on Armada 380/385:
26 The following is a list of provided IDs and clock names on Armada 39x:
34 The following is a list of provided IDs and clock names on 98dx3236:
40 The following is a list of provided IDs and clock names on Kirkwood and Dove:
46 The following is a list of provided IDs and clock names on Orion5x:
H A Dmvebu-gated-clock.txt10 The following is a list of provided IDs for Armada 370:
27 The following is a list of provided IDs for Armada 375:
54 The following is a list of provided IDs for Armada 380/385:
81 The following is a list of provided IDs for Armada 39x:
95 The following is a list of provided IDs for Armada XP:
122 The following is a list of provided IDs for 98dx3236:
132 The following is a list of provided IDs for Dove:
155 The following is a list of provided IDs for Kirkwood:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dpsutils21 …copied and used for any purpose (including distribution as part of a for-profit product), provided:
25provided free of charge (except for reasonable distribution costs). For a definition of reasonable…
27 3) These programs are provided "as-is". No warranty or guarantee of their fitness for any particula…
H A DArtistic-1.0-Perl21 …ource form of the Standard Version of this Package without restriction, provided that you duplicat…
25 …age in any way, provided that you insert a prominent notice in each changed file stating how and w…
29 …the names do not conflict with standard executables, which must also be provided, and provide a se…
32 4. You may distribute the programs of this Package in object code or executable form, provided that…
39provided that you do not advertise this Package as a product of your own. You may embed this Pack…
41 …Package nor shall it fall under the restrictions of Paragraphs 3 and 4, provided that you do not r…
43 …art of this Package, but are the equivalent of input as in Paragraph 6, provided these subroutines…
45 8. Aggregation of this Package with a commercial distribution is always permitted provided that the…
H A Dlibutil-David-Nugent5 … in source and binary forms, with or without modification, is permitted provided that the followin…
9 …nd the following disclaimer in the documentation and/or other materials provided with the distribu…
11 3. This work was done expressly for inclusion into FreeBSD. Other use is permitted provided this no…
H A DGL2PS5 …ts documentation for any purpose with or without fee is hereby granted, provided that the copyrigh…
7 Permission to modify and distribute modified versions of this software is granted, provided that:
13 This software is provided "as is" without express or implied warranty.
H A DClArtistic38 Standard Version of this Package without restriction, provided that you
46 3. You may otherwise modify your copy of this Package in any way, provided
48 when you changed that file, and provided that you do at least ONE of the
61 with standard executables, which must also be provided, and provide
73 executable form, provided that you do at least ONE of the following:
98 provided that you do not advertise this Package as a product of your own.
101 construed as a mere form of aggregation, provided that the complete
112 fall under the restrictions of Paragraphs 3 and 4, provided that you do
120 equivalent of input as in Paragraph 6, provided these subroutines do
125 distribution is always permitted provided that the use of this Package
H A DRSA-MD3 License to copy and use this software is granted provided that it is identified as the "RSA Data Se…
5 License is also granted to make and use derivative works provided that such works are identified as…
7 …e or the suitability of this software for any particular purpose. It is provided "as is" without e…
H A DLOOP6 provided that the M.I.T. copyright notice appear in all copies and that
14 It is provided "as is" without express or implied warranty.
27 provided that the Symbolics copyright notice appear in all copies and
34 this software for any purpose. It is provided "as is" without express
H A DCrystalStacker1 Crystal Stacker is freeware. This means you can pass copies around freely provided you include this…
7 The source code is provided as-is and you may do with it whatsoever you please provided that you in…
H A DBrian-Gladman-3-Clause6 form is allowed (with or without changes) provided that:
18 ALTERNATIVELY, provided that this notice is retained in full, this product
24 This software is provided 'as is' with no explicit or implied warranties
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-input-exc30004 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a …
13 Description: Reports the model identification provided by the touchscreen, for example "Orion_13…
22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Se…
H A Dsysfs-bus-event_source-devices-hv_24x724 this value will be provided by user while running this event.
30 Provides access to the binary "24x7 catalog" provided by the
41 also extractable from the provided binary "catalog" sysfs entry.
48 extractable from the provided binary "catalog" sysfs entry.
82 Provides the description of a particular event as provided by
94 provided by the firmware. If firmware does not provide a
H A Dsysfs-platform-mellanox-bootctl95 provided on a board-level label.
103 This value is provided on a board-level label.
111 This value is provided on a board-level label.
119 This value is provided on a board-level label.
127 This value is provided on a board-level label.
135 This value is provided by the manufacturing team.
143 This value is provided on a board-level label.
H A Dsysfs-secvar21 On powernv/OPAL, this value is provided by the OPAL firmware
71 Currently only provided by PLPKS on the pseries platform.
84 Currently only provided by PLPKS on the pseries platform.
92 Currently only provided by PLPKS on the pseries platform.
100 Currently only provided by PLPKS on the pseries platform.
109 Currently only provided by PLPKS on the pseries platform.
119 Currently only provided by PLPKS on the pseries platform.
/openbmc/linux/Documentation/driver-api/
H A Dvme.rst12 be provided to the registration function. Along with the maximum number of
43 A function is also provided to unregister the driver from the VME core called
51 Once a driver has registered with the VME core the provided match routine will
73 transfers to be provided in the route attributes. This is typically VME-to-MEM
78 Functions are also provided to free window allocations once they are no longer
81 provided during resource allocation.
108 In addition to simple reads and writes, :c:func:`vme_master_rmw` is provided to
136 Functions are provided to allow the user to allocate
163 The function :c:func:`vme_new_dma_list` is provided to create and
222 pointer parameter is provided, the value of which is passed to the callback
[all …]
/openbmc/linux/drivers/pinctrl/aspeed/
H A DKconfig17 generation SoCs. GPIO is provided by a separate GPIO driver.
25 generation SoCs. GPIO is provided by a separate GPIO driver.
33 generation SoCs. GPIO is provided by a separate GPIO driver.
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DCMU-Tex4 this manual provided the copyright notice and this permission notice
8 print the results, provided the printed document carries copying
13 manual under the conditions for verbatim copying, provided that the entire
/openbmc/linux/fs/jbd2/
H A Drecovery.c182 __be32 provided; in jbd2_descriptor_block_csum_verify() local
190 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify()
193 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify()
195 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()
436 __be32 provided; in jbd2_commit_block_csum_verify() local
443 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify()
446 h->h_chksum[0] = provided; in jbd2_commit_block_csum_verify()
448 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
454 __be32 provided; in jbd2_commit_block_csum_verify_partial() local
464 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify_partial()
[all …]
/openbmc/linux/tools/memory-model/scripts/
H A DREADME42 with the absolute pathnames of the tests to run provided one
44 provided instead for use by other scripts.
56 the test ran correctly. Not normally run manually, provided
68 provided instead for use by other scripts.
72 Run the litmus tests whose absolute pathnames are provided one
74 provided instead for use by other scripts.
/openbmc/hiomapd/test/
H A Dflash_erase.c47 struct erase_info_user *provided, *alloced; in ioctl() local
68 provided = va_arg(ap, struct erase_info_user *); in ioctl()
77 memcpy(&recorded[n_ioctls - 1], provided, sizeof(*provided)); in ioctl()
/openbmc/phosphor-mboxd/test/
H A Derase_flash.c45 struct erase_info_user *provided, *alloced; in ioctl() local
66 provided = va_arg(ap, struct erase_info_user *); in ioctl()
75 memcpy(&recorded[n_ioctls - 1], provided, sizeof(*provided)); in ioctl()

12345678910>>...103