OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_fds
(Results
1 - 2
of
2
) sorted by null
/external/dbus/bus/
dir-watch-kqueue.c
144
int
new_fds
[MAX_DIRS_TO_WATCH];
local
155
new_fds
[i] = -1;
176
new_fds
[i] = fds[j];
201
if (
new_fds
[i] == -1)
216
new_fds
[i] = -1;
231
new_fds
[i] = fd;
240
new_fds
[i] = -1;
249
fds[i] =
new_fds
[i];
/external/dbus/dbus/
dbus-sysdeps-unix.c
1080
int *
new_fds
;
local
1122
new_fds
= dbus_new (int, n);
1123
if (!
new_fds
)
1146
new_fds
[fd - SD_LISTEN_FDS_START] = fd;
1149
*fds =
new_fds
;
1159
dbus_free (
new_fds
);
[
all
...]
Completed in 1636 milliseconds