Home
last modified time | relevance | path

Searched refs:To (Results 1 – 25 of 2945) sorted by relevance

12345678910>>...118

/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot51 Write Data To File
54 Append To File ${filepath} ${data}
81 Write Data To File ${HEADER_MSG}
82 Write Data To File ${FOOTER_MSG}
89 Write Data To File ${FOOTER_MSG}
93 Write Data To File ${\n}${MSG_INTRO}${\n}
99 Write Data To File ${\n}
102 Write Data To File ${MSG_DETAIL}
110 Write Data To File ${FOOTER_MSG}
112 Write Data To File Executed : ${cmd}
[all …]
H A Dos_utils_install.robot14 Boot To OS
23 Log To Console \n Update package list.
27 Log To Console \n Install Git.
34 Boot To OS
43 Log To Console \n Update package list.
51 Log To Console \n Download HTX source code from github.
55 Log To Console \n Download pre-requisite packages before compiling HTX.
59 # To fix ncurse compile warning and errors.
67 Log To Console \n Compile HTX source code.
70 Log To Console \n Installed compiled HTX binaries.
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c112 SIGWRAP_TIMEOUT To;
138 SIGWRAP_TIMEOUT To; in sigwrap_epoll_wait() local
166 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_epoll_wait()
173 SIGWRAP_TIMEOUT To; in sigwrap_epoll_pwait() local
201 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_epoll_pwait()
223 SIGWRAP_TIMEOUT To; in sigwrap_sigtimedwait() local
292 SIGWRAP_TIMEOUT To; in sigwrap_usleep() local
312 usec = To.Timeout.tv_sec * 1000000 + To.Timeout.tv_nsec / 1000; in sigwrap_usleep()
319 SIGWRAP_TIMEOUT To; in sigwrap_poll() local
349 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_poll()
[all …]
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c111 SIGWRAP_TIMEOUT To; in sigwrap_epoll_wait() local
139 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_epoll_wait()
146 SIGWRAP_TIMEOUT To; in sigwrap_epoll_pwait() local
174 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_epoll_pwait()
196 SIGWRAP_TIMEOUT To; in sigwrap_sigtimedwait() local
265 SIGWRAP_TIMEOUT To; in sigwrap_usleep() local
285 usec = To.Timeout.tv_sec * 1000000 + To.Timeout.tv_nsec / 1000; in sigwrap_usleep()
292 SIGWRAP_TIMEOUT To; in sigwrap_poll() local
322 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_poll()
344 SIGWRAP_TIMEOUT To; in sigwrap_pselect() local
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dtips.txt12 To see list of saved events and attributes: perf evlist -v
14 To see callchains in a more compact form: perf report -g folded
18 To show assembler sample contexts use perf record -b / perf script -F +brstackinsn --xed
20 To count events in every 1000 msec: perf stat -I 1000
25 To record callchains for each sample: perf record -g
26 To record every process run by a user: perf record -u <user>
28 To change sampling frequency to 100 Hz: perf record -F 100
37 To report cacheline events from previous recording: perf c2c report
38 To browse sample contexts use perf report --sample 10 and select in context menu
39 To separate samples by time use perf report --sort time,overhead,sym
[all …]
/openbmc/linux/drivers/media/usb/gspca/
H A DKconfig16 To compile this driver as modules, choose M here: the
27 To compile this driver as a module, choose M here: the
36 To compile this driver as a module, choose M here: the
47 To compile this driver as a module, choose M here: the
57 To compile this driver as a module, choose M here: the
66 To compile this driver as a module, choose M here: the
75 To compile this driver as a module, choose M here: the
84 To compile this driver as a module, choose M here: the
94 To compile this driver as a module, choose M here: the
103 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/drivers/comedi/
H A DKconfig54 To compile this driver as a module, choose M here: the module will be
65 To compile this driver as a module, choose M here: the module will be
76 To compile this driver as a module, choose M here: the module will be
85 To compile this driver as a module, choose M here: the module will be
107 To compile this driver as a module, choose M here: the module will be
128 To compile this driver as a module, choose M here: the module will be
136 To compile this driver as a module, choose M here: the module will be
159 To compile this driver as a module, choose M here: the module will be
171 To compile this driver as a module, choose M here: the module will be
181 To compile this driver as a module, choose M here: the module will be
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A DKconfig24 To compile this driver as a module, choose M here: the
43 To compile this driver as a module, choose M here: the
56 To compile this driver as a module, choose M here: the
67 To compile this driver as a module, choose M here: the
77 To compile this driver as a module, choose M here: the
89 To compile this driver as a module, choose M here: the
103 To compile this driver as a module, choose M here: the
115 To compile this driver as a module, choose M here: the
128 To compile this driver as a module, choose M here: the
267 To compile this driver as a module, choose M here.
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DREADME.md22 - `SetAttribute` -To set the particular BIOS attribute with new value.
23 - `GetAttribute` -To get the bios attribute current and pending values.
27 - `ResetBIOSSettings` - To reset the BIOS settings based on the Reset Flag.
28 - `BaseBiosTable` - To store all bios attributes details.
29 - `PendingAttributes` - To store pending bios Attributes list.
37 - `ChangePassword` - To change BIOS setup password.
41 - `PasswordInitialized` - To indicate BIOS password related details are received
/openbmc/linux/drivers/media/i2c/
H A DKconfig50 To compile this driver as a module, choose M here: the
59 To compile this driver as a module, choose M here: the
68 To compile this driver as a module, choose M here: the
86 To compile this driver as a module, choose M here: the
97 To compile this driver as a module, choose M here: the
107 To compile this driver as a module, choose M here: the
116 To compile this driver as a module, choose M here: the
134 To compile this driver as a module, choose M here: the
143 To compile this driver as a module, choose M here: the
152 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/drivers/pwm/
H A DKconfig51 To compile this driver as a module, choose M here: the module
63 To compile this driver as a module, choose M here: the module
73 To compile this driver as a module, choose M here: the module
85 To compile this driver as a module, choose M here: the module
98 To compile this driver as a module, choose M here: the module
110 To compile this driver as a module, choose M here: the module
121 To compile this driver as a module, choose M here: the module
131 To compile this driver as a module, choose M here: the module
141 To compile this driver as a module, choose M here: the module
152 To compile this driver as a module, choose M Here: the module
[all …]
/openbmc/linux/drivers/input/misc/
H A DKconfig53 To compile this driver as a module, choose M here: the
63 To compile this driver as a module, choose M here: the
73 To compile this driver as a module, choose M here: the
94 To compile this driver as a module, choose M here: the
105 To compile this driver as a module, choose M here: the
119 To compile this driver as a module, choose M here: the
130 To compile this driver as a module, choose M here; the
140 To compile this driver as a module, choose M here: the
186 To compile this driver as module, choose M here: the
233 To compile this driver as module, choose M here: the
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_lock_management.robot51 Fail To Acquire Lock On Another Lock
90 Fail To Acquire Read And Write In Single Request
182 Fail To Release Lock For Another Session
220 Fail To Acquire Lock For Invalid Lock Type
238 Fail To Acquire Lock For Invalid Lock Flag
269 Fail To Acquire Lock For Invalid Segment Flag
536 Form Data To Acquire Lock
553 Create Data To Acquire List Of Lock
567 Append To List ${temp_list} ${resp}
592 Form Data To Acquire Invalid Lock
[all …]
H A Dtest_savearea_management.robot54 Redfish Upload Partition File To BMC
236 Redfish Update Wrong Partition File To BMC
256 Test Redfish Fail To Upload Partition File Name With Special Character To BMC
260 [Template] Check Redfish Fail To Upload Partition File Name With Special Character To BMC
282 Log To Console ${EMPTY}
417 Upload Partition File To BMC
484 Redfish Fail To Upload Partition File
613 Add Content To Files
780 Non Admin User To Upload Partition File
819 Verify Update Wrong Partition File To BMC
[all …]
/openbmc/linux/drivers/staging/greybus/
H A DKconfig11 To compile this code as a module, chose M here: the module
22 To compile this code as a module, chose M here: the module
32 To compile this code as a module, chose M here: the module
42 To compile this code as a module, chose M here: the module
52 To compile this code as a module, chose M here: the module
62 To compile this code as a module, chose M here: the module
72 To compile this code as a module, chose M here: the module
81 To compile this code as a module, chose M here: the module
90 To compile this code as a module, chose M here: the module
100 To compile this code as a module, chose M here: the module
[all …]
/openbmc/linux/drivers/input/keyboard/
H A DKconfig27 To compile this driver as a module, choose M here: the
50 To compile this driver as a module, choose M here: the
60 To compile this driver as a module, choose M here: the
70 To compile this driver as a module, choose M here: the
88 To compile this driver as a module, choose M here: the
99 To compile this driver as a module, choose M here: the
118 To compile this driver as a module, choose M here: the
167 To compile this driver as a module, choose M here:
177 To compile this driver as a module, choose M here:
198 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/sound/pci/
H A DKconfig21 To compile this as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
48 To compile this driver as a module, choose M here: the module
62 To compile this driver as a module, choose M here: the module
74 To compile this driver as a module, choose M here: the module
85 To compile this driver as a module, choose M here: the module
95 To compile this driver as a module, choose M here: the module
110 To compile this driver as a module, choose M here: the module
124 To compile this driver as a module, choose M here: the module
139 To compile this driver as a module, choose M here: the module
[all …]
/openbmc/linux/drivers/iio/potentiometer/
H A DKconfig16 To compile this driver as a module, choose M here: the
26 To compile this driver as a module, choose M here: the
36 To compile this driver as a module, choose M here: the
47 To compile this driver as a module, choose M here: the
58 To compile this driver as a module, choose M here: the
69 To compile this driver as a module, choose M here: the
80 To compile this driver as a module, choose M here: the
98 To compile this driver as a module, choose M here: the
112 To compile this driver as a module, choose M here: the
124 To compile this driver as a module, choose M here: the
[all …]
/openbmc/openpower-proc-control/
H A DREADME.md5 ## To Build
7 To build this package, do the following steps:
12 To build with phal feature:
17 To clean the repository run `ninja -C builddir/ clean`.
/openbmc/linux/drivers/usb/serial/
H A DKconfig18 To compile this driver as a module, choose M here: the
93 To compile this driver as a module, choose M here: the
103 To compile this driver as a module, choose M here: the
112 To compile this driver as a module, choose M here: the
122 To compile this driver as a module, choose M here: the
133 To compile this driver as a module, choose M here: the
142 To compile this driver as a module, choose M here: the
156 To compile this driver as a module, choose M here: the
167 To compile this driver as a module, choose M here: the
180 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/net/bridge/netfilter/
H A DKconfig40 To compile it as a module, choose M here. If unsure, say N.
64 To compile it as a module, choose M here. If unsure, say N.
73 To compile it as a module, choose M here. If unsure, say N.
82 To compile it as a module, choose M here. If unsure, say N.
91 To compile it as a module, choose M here. If unsure, say N.
100 To compile it as a module, choose M here. If unsure, say N.
108 To compile it as a module, choose M here. If unsure, say N.
116 To compile it as a module, choose M here. If unsure, say N.
125 To compile it as a module, choose M here. If unsure, say N.
145 To compile it as a module, choose M here. If unsure, say N.
[all …]
/openbmc/linux/sound/isa/
H A DKconfig39 To compile this driver as a module, choose M here: the module
54 To compile this driver as a module, choose M here: the module
67 To compile this driver as a module, choose M here: the module
82 To compile this driver as a module, choose M here: the module
95 To compile this driver as a module, choose M here: the module
108 To compile this driver as a module, choose M here: the module
122 To compile this driver as a module, choose M here: the module
134 To compile this driver as a module, choose M here: the module
147 To compile this driver as a module, choose M here: the module
158 To compile this driver as a module, choose M here: the module
[all …]
/openbmc/linux/drivers/input/joystick/
H A DKconfig33 To compile this driver as a module, choose M here: the
43 To compile this driver as a module, choose M here: the
54 To compile this driver as a module, choose M here: the
65 To compile this driver as a module, choose M here: the
74 To compile this driver as a module, choose M here: the
84 To compile this driver as a module, choose M here: the
94 To compile this driver as a module, choose M here: the
104 To compile this driver as a module, choose M here: the
114 To compile this driver as a module, choose M here: the
124 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/net/sched/
H A DKconfig59 To compile this code as a module, choose M here: the
68 To compile this code as a module, choose M here: the
77 To compile this code as a module, choose M here: the
86 To compile this code as a module, choose M here: the
97 To compile this code as a module, choose M here: the
108 To compile this code as a module, choose M here: the
119 To compile this code as a module, choose M here: the
131 To compile this code as a module, choose M here: the
142 To compile this code as a module, choose M here: the
153 To compile this code as a module, choose M here: the
[all …]
/openbmc/linux/net/netfilter/ipset/
H A DKconfig12 To compile it as a module, choose M here. If unsure, say N.
35 To compile it as a module, choose M here. If unsure, say N.
44 To compile it as a module, choose M here. If unsure, say N.
53 To compile it as a module, choose M here. If unsure, say N.
63 To compile it as a module, choose M here. If unsure, say N.
72 To compile it as a module, choose M here. If unsure, say N.
81 To compile it as a module, choose M here. If unsure, say N.
91 To compile it as a module, choose M here. If unsure, say N.
101 To compile it as a module, choose M here. If unsure, say N.
110 To compile it as a module, choose M here. If unsure, say N.
[all …]

12345678910>>...118