Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 10 of 10) sorted by relevance

/linux/tools/bootconfig/
H A Dmain.c26 const char *val, *eol; in xbc_show_value() local
30 eol = semicolon ? ";\n" : "\n"; in xbc_show_value()
36 printf("%c%s%c%s", q, val, q, xbc_node_is_array(node) ? ", " : eol); in xbc_show_value()
/linux/drivers/tty/
H A Dn_tty.c1996 size_t eol; in canon_copy_from_read_buf() local
2010 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf()
2012 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2014 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf()
2015 found = eol != more; in canon_copy_from_read_buf()
2017 found = eol != size; in canon_copy_from_read_buf()
2019 n = eol - tail; in canon_copy_from_read_buf()
2024 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf()
2032 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c167 goto eol; in osnoise_top_header()
171 eol: in osnoise_top_header()
/linux/arch/arm/boot/dts/ti/omap/
H A Dmotorola-cpcap-mapphone.dtsi34 "eol", "lowbph", "lowbpl",
/linux/drivers/infiniband/hw/irdma/
H A Dcm.h202 char eol; member
H A Dcm.c1409 options->eol = OPTION_NUM_EOL; in irdma_send_syn()
/linux/drivers/pci/hotplug/
H A Dibmphp_res.c446 u8 eol = 0; /* end of list indicator */ in update_resources() local
472 eol = 1; in update_resources()
477 if (!eol) { in update_resources()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c766 u32 eol = 0x7ff; in i40e_clear_hw() local
796 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
800 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
/linux/net/core/
H A Dfilter.c7722 u8 magic_len, bool *eol) in bpf_search_tcp_opt() argument
7726 *eol = false; in bpf_search_tcp_opt()
7732 *eol = true; in bpf_search_tcp_opt()
7767 bool eol, load_syn = flags & BPF_LOAD_HDR_OPT_TCP_SYN; in BPF_CALL_4() local
7820 &eol); in BPF_CALL_4()
7851 bool eol; in BPF_CALL_4() local
7891 &eol); in BPF_CALL_4()
7898 if (eol) in BPF_CALL_4()
/linux/drivers/net/ethernet/intel/
H A De100.c490 u16 eol; member