Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/openbmc/qemu/ui/
H A Dshader.c109 GLuint program; in qemu_gl_create_link_program() local
113 program = glCreateProgram(); in qemu_gl_create_link_program()
114 glAttachShader(program, vert); in qemu_gl_create_link_program()
115 glAttachShader(program, frag); in qemu_gl_create_link_program()
116 glLinkProgram(program); in qemu_gl_create_link_program()
118 glGetProgramiv(program, GL_LINK_STATUS, &status); in qemu_gl_create_link_program()
120 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &length); in qemu_gl_create_link_program()
122 glGetProgramInfoLog(program, length, &length, errmsg); in qemu_gl_create_link_program()
127 return program; in qemu_gl_create_link_program()
133 GLuint vert_shader, frag_shader, program = 0; in qemu_gl_create_compile_link_program() local
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMakeIndex15program provided that the copyright notice and this permission notice are preserved and provided t…
17program under the conditions above with the additional requirement that the entire modified work m…
19 This program is distributed with no warranty of any sort. No contributor accepts responsibility fo…
H A DNAIST-200333 The program was produced on an experimental basis in the course of the
36 program is provided without any warranty whatsoever, whether express,
40 the program and the nonexistence of any infringement or violation of
43 Each user of the program will agree and understand, and be deemed to
45 the program and, accordingly, the entire risk arising from or
46 otherwise connected with the program is assumed by the user.
50 development of the program and their respective officials, directors,
54 with the use or inability to use the program or any product, material
55 or result produced or otherwise obtained by using the program,
59 foregoing by his or her commencement of use of the program. The term
[all …]
H A DXSkat1 This program is free software; you can redistribute it freely.
10 …t changed the program. The program is renamed or the version number is of the form x.y.z, where x.…
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c64 const char *program; variable
82 program); in usage()
145 program = argv[0]; in main()
195 program, argv[optind+1]); in main()
222 program, argv[optind], strerror(err)); in main()
233 fprintf(stderr, _("%s: bad number: %s\n"), program, argv[optind]); in main()
241 program); in main()
278 fprintf(stderr, "%s: %s: %s\n", program, filename, strerror(err)); in main()
280 fprintf(stderr, "%s: %d: %s\n", program, fd, strerror(err)); in main()
301 fprintf(stderr, _("%s: fork failed: %s\n"), program, strerror(err)); in main()
[all …]
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.robot5 # keyword_string The keyword string to be run by this program. If this
13 # test_mode This means that this program should go through all the
15 # debug If this parameter is set to "1", this program will print
17 # quiet If this parameter is set to "1", this program will print
38 # Initialize program parameters variables.
39 # Create parm_list containing all of our program parameters. parm_list is
44 # Initialize each program parameter.
54 [Documentation] Run the keyword program.
59 [Documentation] Do main program processing.
/openbmc/qemu/docs/devel/
H A Ds390-dasd-ipl.rst19 location ``0x0``. Then the ccw program at ``0x08`` which consists of a read
23 program contained in the IPL2 data. The TIC channel command is the
29 The TIC ccw instruction at the end of the IPL1 channel program will begin
30 the execution of the IPL2 channel program. IPL2 is stage-2 of the boot
31 process and will contain a larger channel program than IPL1. The point of
32 IPL2 is to find and load either the operating system or a small program that
39 NOTE: The IPL2 channel program might read data into memory
40 location ``0x0`` thereby overwriting the IPL1 psw and channel program. This is ok
58 off the reading of IPL1 data. Since the channel program from IPL1 will be
59 written immediately after the special "Read IPL" ccw, the IPL1 channel program
[all …]
H A Debpf_rss.rst53 Also 'in-qemu' RSS, as a fallback, is used if the eBPF program failed to load or set to TUN.
55 RSS eBPF program
58 RSS program located in ebpf/rss.bpf.skeleton.h generated by bpftool.
59 So the program is part of the qemu binary.
60 Initially, the eBPF program was compiled by clang and source code located at tools/ebpf/rss.bpf.c.
61 Prerequisites to recompile the eBPF program (regenerate ebpf/rss.bpf.skeleton.h):
80 - program_fd - file descriptor of the eBPF RSS program.
81 …ontains one element of 'struct EBPFRSSConfig'. This configuration determines eBPF program behavior.
96 - ``ebpf_rss_load()`` - creates 3 maps and loads eBPF program from the rss.bpf.skeleton.h. Returns …
127 …ethod supported by Linux TAP NetClientState. The method requires an eBPF program file descriptor a…
/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/
H A Dprogram-edid.bb2 DESCRIPTION = "Add program EDID data support for DDC to SMB internal \
12 SRC_URI = "file://program-edid.service \
13 file://program-edid.sh \
18 SYSTEMD_SERVICE:${PN} = "program-edid.service"
28 install -m 0755 ${UNPACKDIR}/program-edid.sh ${D}${bindir}/
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.robot3 # Copy this template as a base to get a start on a robot program.
9 Documentation Base to get a start on a robot program.
23 # Initialize program parameters variables.
24 # Create parm_list containing all of our program parameters.
27 # Initialize each program parameter.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0002-linux-syslinux-implement-open_ext2_fs.patch44 extern const char *program; /* Name of program */
55 fprintf(stderr, "%s: %s\n", program, msg);
77 + program, device);
86 + program, device);
91 + fprintf(stderr, "%s: %s is mounted\n", program, device);
101 + program, device);
109 + program, device);
119 + program, subdir, device);
125 + fprintf(stderr, "%s: failed to cd to: %s\n", program, subdir);
H A D0005-linux-syslinux-implement-handle_adv_on_ext.patch47 + program, filename);
54 + program, newino, filename);
63 + program, filename);
90 + program, filename);
98 + program);
106 + fprintf(stderr, "%s: error while modifying adv\n", program);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/
H A D0001-drop-including-rpath-cmake-module.patch14 src/program/CMakeLists.txt | 1 -
29 diff --git a/src/program/CMakeLists.txt b/src/program/CMakeLists.txt
31 --- a/src/program/CMakeLists.txt
32 +++ b/src/program/CMakeLists.txt
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh43 gpioset $(gpiofind spi0-program-sel)=1
50 gpioset $(gpiofind spi0-program-sel)=0
95 gpioset $(gpiofind jtag-program-sel)=1
105 gpioset $(gpiofind jtag-program-sel)=0
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp135 std::optional<filter_grammar::program> parseFilter(std::string_view expr) in parseFilter()
138 filter_grammar::program program; in parseFilter() local
148 if (!boost::spirit::x3::phrase_parse(iter, end, grammar, space, program)) in parseFilter()
155 BMCWEB_LOG_DEBUG("Parsed AST: \"{}\"", FilterExpressionPrinter()(program)); in parseFilter()
156 return {std::move(program)}; in parseFilter()
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh53 gpioset $(gpiofind spi0-program-sel)=1
75 gpioset $(gpiofind spi0-program-sel)=0
115 gpioset $(gpiofind jtag-program-sel)=1
125 gpioset $(gpiofind jtag-program-sel)=0
/openbmc/openbmc/poky/meta/recipes-devtools/make/
H A Dmake.inc3 program from the program's source files. Make gets its knowledge of how to build your program from…
/openbmc/qemu/docs/tools/
H A Dqemu-pr-helper.rst23 requests to a privileged external helper program. :program:`qemu-pr-helper`
31 :program:`qemu-pr-helper`.
33 After connecting to the socket, :program:`qemu-pr-helper` can
37 :program:`qemu-pr-helper` can also use the systemd socket activation
47 .. program:: qemu-pr-helper
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/
H A DCOPYRIGHT3 This program is free software; you can redistribute it and/or modify
8 This program is distributed in the hope that it will be useful,
14 along with this program; if not, write to the Free Software
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DKilgard3 This program is freely distributable without licensing fees and is
5 program is -not- in the public domain.
/openbmc/qemu/target/hexagon/imported/
H A Dallextenc.def4 * This program is free software; you can redistribute it and/or modify
9 * This program is distributed in the hope that it will be useful,
15 * along with this program; if not, see <http://www.gnu.org/licenses/>.
/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/
H A D20-eth0.4088.netdev3 # This program file is free software; you can redistribute it and/or modify it
7 # This program is distributed in the hope that it will be useful, but WITHOUT
13 # along with this program in a file named COPYING; if not, write to the
H A D30-usb0.network3 # This program file is free software; you can redistribute it and/or modify it
7 # This program is distributed in the hope that it will be useful, but WITHOUT
13 # along with this program in a file named COPYING; if not, write to the
H A D20-eth0.4088.network3 # This program file is free software; you can redistribute it and/or modify it
7 # This program is distributed in the hope that it will be useful, but WITHOUT
13 # along with this program in a file named COPYING; if not, write to the
/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/
H A Dprogram-edid.service7 ExecStart=/usr/bin/program-edid.sh ${{SOURCE}} ${{TARGET}}
8 SyslogIdentifier=program-edid

12345678910>>...36