Home
last modified time | relevance | path

Searched full:controlling (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/freebsd/sbin/init/
H A DNOTES16 not specify how controlling terminal access is affected by
17 a user logging out (that is, by a controlling process
20 the impression that when the controlling process terminates,
21 references to the controlling terminal are converted to
39 group of a tty whose controlling process has exited, using
41 do this when the controlling process calls _exit(). The
62 the controlling terminal acquires the session leader's process
65 Controlling terminals:
69 allocate a controlling terminal. This is normally done by a system
72 of a tty in a session sets the controlling terminal. P130 has the
[all …]
/freebsd/share/man/man4/
H A Dtermios.476 arbitrating which process group has access to the single controlling
84 to be the controlling terminal; all processes spawned from that
85 login shell are in the same session, and inherit the controlling
100 a job (but is still the controlling terminal), that job is said
136 controlling terminal.
137 .Ss The Controlling Terminal
138 A terminal may belong to a process as its controlling terminal.
140 process of a session that has a controlling terminal has the same
141 controlling terminal.
142 A terminal may be the controlling terminal for at
[all …]
H A Dtty.479 with describing details of using and controlling terminal devices
194 In the past, when a process that did not have a controlling terminal (see
195 .Em The Controlling Terminal
199 controlling terminal.
201 did not want a controlling terminal in the first place, and this
202 provides a mechanism to disassociate the controlling terminal from
212 The current system does not allocate a controlling terminal to
217 to make a terminal the controlling
224 has the effect of disassociating it from the controlling terminal.
225 This is the new and preferred method for programs to lose their controlling
[all …]
/freebsd/lib/libc/gen/
H A Dtcsetpgrp.341 If the process has a controlling terminal, the
48 must be the controlling terminal of the calling process and the
49 controlling terminal must be currently associated with the session
71 The calling process does not have a controlling terminal, or the file
74 is not the controlling terminal, or the controlling terminal is no
H A Dtcgetsid.330 .Nd get session ID associated with a controlling terminal
41 controlling terminal specified by
55 The calling process does not have a controlling terminal or the
58 is not the controlling terminal.
H A Dtcsetsid.330 .Nd set session ID associated with a controlling terminal
42 with a controlling terminal specified by
45 This implementation only allows the controlling terminal to be changed
/freebsd/crypto/openssh/
H A Dsshpty.c6 * Allocating a pseudo-terminal, and making it the controlling tty.
97 /* Makes the tty the process's controlling tty and sets it to sane modes. */
104 /* First disconnect from the old controlling tty. */ in pty_make_controlling_tty()
116 * Verify that we are successfully disconnected from the controlling in pty_make_controlling_tty()
121 error("Failed to disconnect from controlling tty."); in pty_make_controlling_tty()
124 /* Make it our controlling tty. */ in pty_make_controlling_tty()
126 debug("Setting controlling tty using TIOCSCTTY."); in pty_make_controlling_tty()
140 /* Verify that we now have a controlling tty. */ in pty_make_controlling_tty()
143 error("open /dev/tty failed - could not set controlling tty: %.100s", in pty_make_controlling_tty()
220 /* Disconnect from the controlling tty. */
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h76 /// Options controlling the language variant.
79 /// Options controlling the target.
82 /// Options controlling the diagnostic engine.
85 /// Options controlling the \#include directive.
88 /// Options controlling the preprocessor (aside from \#include handling).
91 /// Options controlling the static analyzer.
96 /// Options controlling API notes.
99 /// Options controlling IRgen and the backend.
102 /// Options controlling file system operations.
105 /// Options controlling the frontend itself.
[all …]
/freebsd/bin/ps/
H A Dps.157 processes that have controlling terminals.
62 will also display processes that do not have controlling terminals.
82 By default all of these output lines are sorted first by controlling
99 controlling terminal, state, CPU time (including both user and system time)
205 Sort by memory usage, instead of the combination of controlling
237 Sort by current CPU usage, instead of the combination of controlling
289 which do not have a controlling terminal.
293 which do not have a controlling terminal.
332 .It Dv "P_CONTROLT" Ta No "0x00000002" Ta "Has a controlling terminal"
493 An abbreviation for the pathname of the controlling terminal, if any.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h48 /// TheMacro - The controlling macro for a file, if valid.
86 // If we have read tokens but have no controlling macro, the state-machine in Invalidate()
150 // there is a chunk of the file not guarded by the controlling macro. in EnterTopLevelConditional()
161 // At this point, we haven't "read any tokens" but we do have a controlling in ExitTopLevelConditional()
167 /// Once the entire file has been lexed, if there is a controlling
170 // If we haven't read any tokens after the #endif, return the controlling in GetControllingMacroAtEndOfFile()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dallwinner,sun8i-h3-usb-phy.yaml82 description: Regulator controlling USB OTG VBUS
85 description: Regulator controlling USB1 Host controller
88 description: Regulator controlling USB2 Host controller
91 description: Regulator controlling USB3 Host controller
H A Dallwinner,sun4i-a10-usb-phy.yaml65 description: Regulator controlling USB OTG VBUS
68 description: Regulator controlling USB1 Host controller
71 description: Regulator controlling USB2 Host controller
H A Dallwinner,sun6i-a31-usb-phy.yaml68 description: Regulator controlling USB OTG VBUS
71 description: Regulator controlling USB1 Host controller
74 description: Regulator controlling USB2 Host controller
H A Dallwinner,sun8i-r40-usb-phy.yaml70 description: Regulator controlling USB OTG VBUS
73 description: Regulator controlling USB1 Host controller
76 description: Regulator controlling USB2 Host controller
H A Dallwinner,sun8i-a83t-usb-phy.yaml70 description: Regulator controlling USB OTG VBUS
73 description: Regulator controlling USB1 Host controller
76 description: Regulator controlling USB2 Host controller
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dti-omap5-opp-supply.txt19 - vdd-supply: phandle to regulator controlling VDD supply
20 - vbb-supply: phandle to regulator controlling Body Bias supply
25 "ti,omap-opp-supply" - basic OPP supply controlling VDD and VBB
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c26 * Allocating a pseudo-terminal, and making it the controlling tty.
157 * sshd will acquire a controlling terminal when it pushes the "ptem" in openpty()
159 * that sshd already has a controlling terminal before allocating the in openpty()
161 * the second pty is not already the controlling terminal for a in openpty()
162 * different session and is available to become controlling terminal in openpty()
/freebsd/lib/libsys/
H A D_exit.288 If the process is a controlling process (see
92 signal is sent to the foreground process group of the controlling terminal,
93 and all current access to the controlling terminal is revoked.
/freebsd/bin/pax/
H A Dtty_subs.c56 * try to open the controlling terminal (if any) for this process. if the
83 * print a message using the specified format to the controlling tty
84 * if there is no controlling terminal, just return.
101 * read a string from the controlling terminal if it is open into the
/freebsd/crypto/openssl/doc/man3/
H A DDTLS_set_timer_cb.pod7 - Set callback for controlling DTLS timer duration
19 This function sets an optional callback function for controlling the
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/
H A Dhcrypto_core.31 .TH "hcrypto function controlling behavior" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library…
5 hcrypto function controlling behavior \-
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dhideep.txt9 - vdd-supply : It is the controller supply for controlling
11 - vid-supply : It is the controller supply for controlling
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,cpm-mdio.yaml28 description: pin of port C controlling mdio data
32 description: pin of port C controlling mdio clock
/freebsd/sys/sys/
H A Dacct.h68 __dev_t ac_tty; /* controlling tty */
102 uint32_t ac_tty; /* controlling tty */
131 uint32_t ac_tty; /* controlling tty */
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dtps62360-regulator.txt14 - ti,vsel0-gpio: GPIO for controlling VSEL0 line.
17 - ti,vsel1-gpio: Gpio for controlling VSEL1 line.

12345678910>>...23