Home
last modified time | relevance | path

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

12345678910>>...113

/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c112 SIGWRAP_TIMEOUT To;
117 sigwrap_InitTimeout(&To, timeout);
121 if (semtimedop(semid, sops, nsops, &To.Timeout) == 0)
127 if (sigwrap_CheckTimeout(&To))
138 SIGWRAP_TIMEOUT To; in sigwrap_epoll_wait() local
147 sigwrap_InitTimeout(&To, &Timeout); in sigwrap_epoll_wait()
163 if (sigwrap_CheckTimeout(&To)) in sigwrap_epoll_wait()
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
182 sigwrap_InitTimeout(&To, &Timeout); in sigwrap_epoll_pwait()
[all …]
/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}
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}
[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/pwmtachtool/src/
H A DEINTR_wrappers.c111 SIGWRAP_TIMEOUT To; in sigwrap_epoll_wait() local
120 sigwrap_InitTimeout(&To, &Timeout); in sigwrap_epoll_wait()
136 if (sigwrap_CheckTimeout(&To)) in sigwrap_epoll_wait()
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
155 sigwrap_InitTimeout(&To, &Timeout); in sigwrap_epoll_pwait()
171 if (sigwrap_CheckTimeout(&To)) in sigwrap_epoll_pwait()
174 timeout = To.Timeout.tv_sec * 1000 + To.Timeout.tv_nsec / 1000000; in sigwrap_epoll_pwait()
196 SIGWRAP_TIMEOUT To; in sigwrap_sigtimedwait() local
198 sigwrap_InitTimeout(&To, timeout); in sigwrap_sigtimedwait()
[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
36 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
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
[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/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/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
150 To compile this driver as a module, choose M here: the
[all …]
/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
77 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
[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 DKconfig23 To compile this driver as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
43 To compile this driver as a module, choose M here: the module
53 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
84 To compile this driver as a module, choose M here: the module
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
[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
93 [Template] Verify Fail To Acquire Read And Write In Single Request
142 Fail To Release Lock With Invalid TransactionID
145 [Template] Verify Fail To Release Lock With Invalid TransactionID
152 Fail To Release Multiple Lock With Invalid TransactionID
155 [Template] Verify Fail To Release Multiple Lock With Invalid TransactionID
163 Fail To Release Multiple Lock With Valid And Invalid TransactionID
166 [Template] Verify Fail To Release Multiple Lock With Valid And Invalid TransactionID
172 Fail To Release Lock With String As TransactionID Data Type
[all …]
H A Dtest_savearea_management.robot45 Redfish Upload Lower Limit Partition File To BMC
54 Redfish Upload Partition File To BMC
66 Test Upload Lower Limit Partition File To BMC And Expect Failure
70 [Template] Redfish Fail To Upload Partition File
76 Test Upload Upper Limit Partition File To BMC And Expect Failure
80 [Template] Redfish Fail To Upload Partition File
86 Redfish Upload Multiple Partition File To BMC
99 [Template] Redfish Fail To Upload Partition File
108 Redfish Upload Same Partition File To BMC In Loop
117 Redfish Upload And Delete Same Partition File To BMC In Loop
[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/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
37 To compile this driver as a module, choose M here: the module will
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:
[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/usb/serial/
H A DKconfig18 To compile this driver as a module, choose M here: the
76 To compile this driver as a module, choose M here: the module
84 To compile this driver as a module, choose M here: the module
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
[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/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/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/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/linux/net/sched/
H A DKconfig25 To administer these schedulers, you'll need the user-level utilities
59 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
[all …]
/openbmc/linux/drivers/char/hw_random/
H A DKconfig12 To compile this driver as a module, choose M here: the
33 To compile this driver as a module, choose M here: the
46 To compile this driver as a module, choose M here: the
60 To compile this driver as a module, choose M here: the
73 To compile this driver as a module, choose M here: the
85 To compile this driver as a module, choose M here: the
97 To compile this driver as a module, choose M here: the
110 To compile this driver as a module, choose M here: the
124 To compile this driver as a module, choose M here: the
137 To compile this driver 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>>...113