OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_pid_pipe
(Results
1 - 6
of
6
) sorted by null
/external/dbus/bus/
main.c
271
DBusPipe
print_pid_pipe
;
local
463
_dbus_pipe_invalidate (&
print_pid_pipe
);
466
_dbus_pipe_init_stdout (&
print_pid_pipe
);
480
_dbus_pipe_init (&
print_pid_pipe
, val);
493
&print_addr_pipe, &
print_pid_pipe
,
513
*
print_pid_pipe
bus.h
77
DBusPipe *
print_pid_pipe
,
bus.c
683
DBusPipe *
print_pid_pipe
,
841
print_pid_pipe
,
856
* is NULL and
print_pid_pipe
is NULL.
859
print_pid_pipe
,
882
if (
print_pid_pipe
&& _dbus_pipe_is_valid (
print_pid_pipe
) &&
883
!_dbus_pipe_is_stdout_or_stderr (
print_pid_pipe
))
884
_dbus_pipe_close (
print_pid_pipe
, NULL);
[
all
...]
/external/dbus/dbus/
dbus-sysdeps-util-unix.c
69
* @param
print_pid_pipe
pipe to print daemon's pid to, or -1 for none
76
DBusPipe *
print_pid_pipe
,
139
if (!_dbus_write_pid_to_file_and_pipe (pidfile,
print_pid_pipe
,
217
* pipe (if non-NULL). Does nothing if pidfile and
print_pid_pipe
are both
221
* @param
print_pid_pipe
the pipe to write to or #NULL
228
DBusPipe *
print_pid_pipe
,
249
if (
print_pid_pipe
!= NULL && _dbus_pipe_is_valid (
print_pid_pipe
))
255
print_pid_pipe
->fd_or_handle);
272
if (_dbus_pipe_write (
print_pid_pipe
, &pid, 0, bytes, error) != bytes
[
all
...]
dbus-sysdeps-util-win.c
64
DBusPipe *
print_pid_pipe
,
157
* pipe (if non-NULL). Does nothing if pidfile and
print_pid_pipe
are both
161
* @param
print_pid_pipe
the pipe to write to or #NULL
168
DBusPipe *
print_pid_pipe
,
189
if (
print_pid_pipe
!= NULL && _dbus_pipe_is_valid (
print_pid_pipe
))
194
_dbus_verbose ("writing our pid to pipe %d\n",
print_pid_pipe
->fd_or_handle);
211
if (_dbus_pipe_write (
print_pid_pipe
, &pid, 0, bytes, error) != bytes)
[
all
...]
dbus-sysdeps.h
404
DBusPipe *
print_pid_pipe
,
413
DBusPipe *
print_pid_pipe
,
Completed in 315 milliseconds