/openbmc/u-boot/scripts/kconfig/ |
H A D | kxgettext.c | 16 int eol = 0; in escape() local 20 eol = 1; in escape() 54 if (multiline && eol) in escape()
|
/openbmc/webui-vue/ |
H A D | .gitattributes | 1 * text=auto eol=lf
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 21 const char *val, *eol; in xbc_show_value() local 25 eol = semicolon ? ";\n" : "\n"; in xbc_show_value() 31 printf("%c%s%c%s", q, val, q, xbc_node_is_array(node) ? ", " : eol); in xbc_show_value()
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 2027 size_t eol; in canon_copy_from_read_buf() local 2044 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf() 2046 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf() 2048 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf() 2049 found = eol != more; in canon_copy_from_read_buf() 2051 found = eol != size; in canon_copy_from_read_buf() 2053 n = eol - tail; in canon_copy_from_read_buf() 2058 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf() 2062 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf() 2069 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zrle.c.inc | 214 ZRLE_PIXEL *eol = ptr + w; 216 while (ptr < eol) {
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 464 eol = '' 468 eol = self._buffer[i] 477 self._token += [line, eol]
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 643 char *eol; in qtest_client_socket_recv_line() local 645 while ((eol = strchr(s->rx->str, '\n')) == NULL) { in qtest_client_socket_recv_line() 662 offset = eol - s->rx->str; in qtest_client_socket_recv_line() 1870 char *eol; in qtest_client_inproc_recv_line() local 1872 eol = strchr(s->rx->str, '\n'); in qtest_client_inproc_recv_line() 1873 offset = eol - s->rx->str; in qtest_client_inproc_recv_line()
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 188 goto eol; in osnoise_top_header() 192 eol: in osnoise_top_header()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_options.c | 268 goto eol; in __ip_options_compile() 454 eol: in __ip_options_compile()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 1296 bool eol; in aarch64_cpu_dump_state() local 1300 eol = true; in aarch64_cpu_dump_state() 1305 eol = i % 8 == 7; in aarch64_cpu_dump_state() 1308 eol = i % 6 == 5; in aarch64_cpu_dump_state() 1312 eol = i % 3 == 2; in aarch64_cpu_dump_state() 1316 eol = true; in aarch64_cpu_dump_state() 1329 j ? ":" : eol ? "\n" : " "); in aarch64_cpu_dump_state()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | motorola-cpcap-mapphone.dtsi | 34 "eol", "lowbph", "lowbpl",
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | cm.h | 202 char eol; member
|
H A D | cm.c | 1408 options->eol = OPTION_NUM_EOL; in irdma_send_syn()
|
/openbmc/qemu/hw/audio/ |
H A D | trace-events | 28 via_ac97_sgd_fetch(uint32_t curr, uint32_t addr, char stop, char eol, char flag, uint32_t len) "cur…
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 446 u8 eol = 0; /* end of list indicator */ in update_resources() local 472 eol = 1; in update_resources() 477 if (!eol) { in update_resources()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_struct.h | 677 uint64_t eol : 1; member
|
H A D | rvu_nix.c | 2994 int mce, u8 op, u16 pcifunc, int next, bool eol) in nix_blk_setup_mce() argument 3007 aq_req.mce.eol = eol; in nix_blk_setup_mce()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7492 u8 magic_len, bool *eol) in bpf_search_tcp_opt() argument 7496 *eol = false; in bpf_search_tcp_opt() 7502 *eol = true; in bpf_search_tcp_opt() 7537 bool eol, load_syn = flags & BPF_LOAD_HDR_OPT_TCP_SYN; in BPF_CALL_4() local 7587 &eol); in BPF_CALL_4() 7618 bool eol; in BPF_CALL_4() local 7658 &eol); in BPF_CALL_4() 7665 if (eol) in BPF_CALL_4()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 1075 u32 eol = 0x7ff; in i40e_clear_hw() local 1111 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw() 1115 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 491 u16 eol; member
|