Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/sys/
H A Dterminal.h49 struct terminal;
154 typedef void tc_pre_input_t(struct terminal *tm);
157 typedef void tc_done_t(struct terminal *tm);
160 typedef int tc_cngetc_t(struct terminal *tm);
162 typedef void tc_cngrab_t(struct terminal *tm);
163 typedef void tc_cnungrab_t(struct terminal *tm);
170 typedef void tc_bell_t(struct terminal *tm);
198 struct terminal { struct
220 void terminal_mute(struct terminal *tm, int yes);
225 void termcn_cnregister(struct terminal *tm);
[all …]
/f-stack/freebsd/kern/
H A Dsubr_terminal.c202 struct terminal *
205 struct terminal *tm; in terminal_alloc()
628 struct terminal *tm = softc; in termteken_bell()
636 struct terminal *tm = softc; in termteken_cursor()
645 struct terminal *tm = softc; in termteken_putchar()
654 struct terminal *tm = softc; in termteken_fill()
662 struct terminal *tm = softc; in termteken_copy()
670 struct terminal *tm = softc; in termteken_pre_input()
678 struct terminal *tm = softc; in termteken_post_input()
686 struct terminal *tm = softc; in termteken_param()
[all …]
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_private.h18 struct terminal { struct
31 struct terminal oldterm; argument
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown28 Apparently almost every terminal you can happen to use today has some kind of support for basic VT1…
36 * Linux KDE terminal application ($TERM = xterm)
70 When a tty is detected (the user is actually typing into a terminal session)
204 As you can see in the example above, a `color` (in xterm color terminal codes)
206 current terminal foreground color is used. If no bold attribute is set,
/f-stack/tools/libxo/doc/
H A Dxohtml.rst11 ache to escape the world of '70s terminal devices.
H A Dformatting.rst57 - TEXT output can be display on a terminal session, allowing
67 suited for terminal output and HTML is suited for display in a web
H A Doptions.rst160 terminal session with a black background. To turn both "blue"
H A Dfield-roles.rst117 change the foreground and background colors of terminal session
H A Dapi.rst264 XOF_COLOR_ALLOWED Allow color/effect for terminal output
285 and effects only if the output device is a terminal.
/f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md44 *IMPORTANT* - Please mark logs and text output from terminal commands
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Drenesas,nbpfaxi.txt17 - #dma-cells: must be 2: the first integer is a terminal number, to which this
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst206 Please note that the statistics output will appear on the terminal where the vmdq_app is running,
207 rather than the terminal from which the HUP signal was sent.
H A Dvmdq_dcb_forwarding.rst265 Please note that the statistics output will appear on the terminal where the vmdq_dcb_app is runnin…
266 rather than the terminal from which the HUP signal was sent.
H A Dmulti_process.rst39 To run the application, start one copy of the simple_mp binary in one terminal,
/f-stack/freebsd/x86/conf/
H A DNOTES26 options SC_DFLT_TERM=\"sc\" # default terminal emulator
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt27 negative terminal on that input line. Notations to
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1175 int terminal; in pf_normalize_ip6() local
1223 terminal = 0; in pf_normalize_ip6()
1272 terminal = 1; in pf_normalize_ip6()
1275 } while (!terminal); in pf_normalize_ip6()
H A Dpf.c4822 int terminal = 0; in pf_test_state_icmp() local
4910 terminal++; in pf_test_state_icmp()
4913 } while (!terminal); in pf_test_state_icmp()
6303 int off, terminal = 0, dirndx, rh_cnt = 0, pqid = 0; in pf_test6() local
6424 terminal++; in pf_test6()
6427 } while (!terminal); in pf_test6()
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md44 if it is a terminal : it will display an error message and skip the _file_.
46 if it is a terminal.
/f-stack/dpdk/doc/guides/nics/
H A Dtap.rst181 Run pktgen from the pktgen directory in a terminal with a commandline like the
/f-stack/freebsd/contrib/zstd/
H A DCONTRIBUTING.md292 3. Close all other applications except for your instruments window and your terminal
293 4. Run your benchmarking script from your terminal window
/f-stack/app/redis-5.0.5/
H A DREADME.md132 then in another terminal try the following:
H A D00-RELEASENOTES1464 LOLWUT: change default size to fit a normal terminal better.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1968 echo "terminal=dtterm" >> $sysidcfg
/f-stack/freebsd/contrib/edk2/
H A DMdePkg.dec2314 ## Indicates the usable type of terminal.<BR><BR>

12