| /openbmc/obmc-console/ |
| H A D | tty-handler.c | 45 static void tty_set_fd_blocking(struct tty_handler *th, bool fd_blocking) in tty_set_fd_blocking() argument 49 flags = th->fd_flags & ~O_NONBLOCK; in tty_set_fd_blocking() 54 if (flags != th->fd_flags) { in tty_set_fd_blocking() 55 fcntl(th->fd, F_SETFL, flags); in tty_set_fd_blocking() 56 th->fd_flags = flags; in tty_set_fd_blocking() 69 static void tty_set_blocked(struct tty_handler *th, bool blocked) in tty_set_blocked() argument 73 if (blocked == th->blocked) { in tty_set_blocked() 77 th->blocked = blocked; in tty_set_blocked() 80 if (th->blocked) { in tty_set_blocked() 84 console_poller_set_events(th->console, th->poller, events); in tty_set_blocked() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery.dataTables-1.13.8.min.css | 1 …th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.…
|
| H A D | bootstrap.min.css | 5 …th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */… selector
|
| H A D | bootstrap.css | 187 th { selector 255 .table th { 258 .table-bordered th, 327 .glyphicon-th-large:before { 330 .glyphicon-th:before { 333 .glyphicon-th-list:before { 2261 th { selector 2269 .table > thead > tr > th, 2270 .table > tbody > tr > th, 2271 .table > tfoot > tr > th, [all …]
|
| H A D | bootstrap3-transition.css | 173 th.add-del-layers { 177 th.add_rm_pkg_btn {
|
| /openbmc/qemu/tests/tcg/ppc64/ |
| H A D | non_signalling_xscv.c | 8 uint64_t th, tl, bh = B_HI, bl = B_LO; \ 16 : "=r" (th), "=r" (tl) \ 20 "%016" PRIx64 "\n", bh, bl, th, tl); \ 21 assert(th == T_HI && tl == T_LO); \
|
| H A D | bcdsub.c | 29 uint64_t th, tl; \ 46 : "=r" (cr), "=r" (th), "=r" (tl) \ 51 assert(th == TH); \
|
| /openbmc/hiomapd/Documentation/ |
| H A D | protocol.md | 418 <th>Command</th><th>Response</th> 440 <th>Command</th><th>Response</th> 462 <th>Command</th><th>Response</th> 495 <th>Command</th><th>Response</th> 521 <th>Command</th><th>Response</th> 547 <th>Command</th><th>Response</th> 595 <th>Command</th><th>Response</th> 619 <th>Command</th><th>Response</th> 643 <th>Command</th><th>Response</th> 674 <th>Command</th><th>Response</th> [all …]
|
| /openbmc/openbmc/meta-arm/scripts/ |
| H A D | report-index.html.jinja | 8 <th>Machine</th> 10 <th>{{ recipe }} ({{releases[recipe]|default("?")}})</th> 17 <th><a href="{{machine}}.html">{{ machine }}</a></th>
|
| H A D | report-details.html.jinja | 42 <th>Patch</th> 43 <th style="width: 20em">Layer</th> 44 <th style="width: 10em">Status</th>
|
| /openbmc/docs/tof/ |
| H A D | membership-and-voting.md | 43 | Jan 15th | July 15th | Current TOF must publish a list of eligible voting members. … 44 | Jan 30th | July 30th | Nominations (self or peer) for TOF seats must be sent to the mailin… 45 | Jan 30th | July 30th | Developers disputing membership eligibility must submit a petition … 46 | Feb 15th | Aug 15th | Current TOF must publish a final list of eligible voting members an… 48 | March 7th | Sept 7th | Election concludes. … 49 | March 15th | Sept 15th | Current TOF publishes election results and updates the TOF membersh…
|
| /openbmc/rest-dbus/resources/ |
| H A D | style.css | 25 #method-call-ui th, #method-call-ul td { 29 #method-call-ui th {
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | ipmi_utils.py | 844 for th in old_threshold: 845 th = th.strip() 846 if th == "na": 849 x = int(float(th)) + n
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_connections.robot | 60 Log To Console ${iter}th iteration Patch Request without valid session token 65 # Every 100th iteration, check BMC allows patch with auth token. 118 Log To Console ${iter}th iteration Post Request without valid session token 123 # Every 100th iteration, check BMC allows post with auth token. 145 Log To Console ${iter}th iteration 150 # Every 100th iteration Login with correct credentials 179 Log To Console ${iter}th login 182 # Every 100th iteration, check BMC GUI is responsive. 211 Log To Console ${iter}th Refresh of home page 216 # Every 100th iteration, check BMC GUI is responsive. [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-seccomp.c | 148 pthread_t th; in doit_thread() local 149 int ret = pthread_create(&th, NULL, noop, NULL); in doit_thread() 154 pthread_join(th, NULL); in doit_thread()
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_xthead.c.inc | 109 * th.addsl is similar to sh[123]add (from Zba), but not an 111 * th.addsl shifts rs2. 140 /* th.srri is an alternate encoding for rori (from Zbb) */ 148 /* th.srriw is an alternate encoding for roriw (from Zbb) */ 157 /* th.ext and th.extu perform signed/unsigned bitfield extraction */ 183 /* th.ff0: find first zero (clz on an inverted input) */ 214 /* th.ff1 is an alternate encoding for clz (from Zbb) */ 226 /* th.rev is an alternate encoding for the RV64 rev8 (from Zbb) */ 234 /* th.revw is a sign-extended byte-swap of the lower word */ 242 /* th.tstnbz is equivalent to an orc.b (from Zbb) with inverted result */ [all …]
|
| /openbmc/qemu/host/include/aarch64/host/ |
| H A D | store-insert-al16.h.inc | 27 uint64_t tl, th, vl, vh, ml, mh; 43 : [mem] "+Q"(*ps), [f] "=&r"(fail), [l] "=&r"(tl), [h] "=&r"(th)
|
| /openbmc/qemu/tests/bench/ |
| H A D | qht-bench.c | 247 QemuThread *th; in th_create_n() local 250 th = g_malloc(sizeof(*th) * n); in th_create_n() 251 *threads = th; in th_create_n() 259 qemu_thread_create(&th[i], name, thread_func, &info[i], in th_create_n()
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | meson.build | 32 'th': '-l th',
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zrle.c.inc | 80 int tx, th; 82 th = MIN(VNC_ZRLE_TILE_HEIGHT, y + h - ty); 90 buf = zrle_convert_fb(vs, zrle, tx, ty, tw, th, ZRLE_BPP); 91 ZRLE_ENCODE_TILE(vs, zrle, buf, tw, th, zywrle_level);
|
| /openbmc/qemu/hw/net/ |
| H A D | net_tx_pkt.c | 598 struct tcp_hdr *th; in net_tx_pkt_tcp_fragment_init() local 625 th = l4->iov_base; in net_tx_pkt_tcp_fragment_init() 626 th->th_flags &= ~(TH_FIN | TH_PUSH); in net_tx_pkt_tcp_fragment_init() 672 struct tcp_hdr *th = l4hdr->iov_base; in net_tx_pkt_tcp_fragment_advance() local 678 th->th_seq = cpu_to_be32(be32_to_cpu(th->th_seq) + fragment_len); in net_tx_pkt_tcp_fragment_advance() 679 th->th_flags &= ~TH_CWR; in net_tx_pkt_tcp_fragment_advance()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap_git.inc | 7 file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
| H A D | polkit-gnome-authentication-agent-1.desktop | 37 Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit 77 Comment[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _tables.scss | 31 .thead-light th, 32 .table-light th {
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am335x-pxm50.dts | 36 fifo-th = <0>;
|