OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_stdout_fd
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.c
1708
if (dtp->
dt_stdout_fd
== -1) {
1720
"/dev/fd/%d", dtp->
dt_stdout_fd
);
1761
if (dtp->
dt_stdout_fd
== -1) {
1768
if ((dtp->
dt_stdout_fd
= dup(fileno(fp))) == -1) {
dt_printf.c
1708
if (dtp->
dt_stdout_fd
== -1) {
1720
"/dev/fd/%d", dtp->
dt_stdout_fd
);
1761
if (dtp->
dt_stdout_fd
== -1) {
1768
if ((dtp->
dt_stdout_fd
= dup(fileno(fp))) == -1) {
dt_open.c
1232
dtp->
dt_stdout_fd
= -1;
1758
if (dtp->
dt_stdout_fd
!= -1)
1759
(void) close(dtp->
dt_stdout_fd
);
dt_open.c
1232
dtp->
dt_stdout_fd
= -1;
1758
if (dtp->
dt_stdout_fd
!= -1)
1759
(void) close(dtp->
dt_stdout_fd
);
dt_impl.h
330
int
dt_stdout_fd
; /* file descriptor for saved stdout */
member in struct:dtrace_hdl
dt_impl.h
330
int
dt_stdout_fd
; /* file descriptor for saved stdout */
member in struct:dtrace_hdl
Completed in 71 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026