OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flushb
(Results
1 - 7
of
7
) sorted by null
/external/e2fsprogs/lib/ext2fs/
flushb.c
2
*
flushb
.c --- Hides system-dependent information for both syncing a
52
errcode_t ext2fs_sync_device(int fd, int
flushb
)
63
if (
flushb
) {
Android.mk
29
flushb
.c \
ext2fs.h
901
/*
flushb
.c */
902
extern errcode_t ext2fs_sync_device(int fd, int
flushb
);
[
all
...]
/external/iproute2/ip/
ipneigh.c
39
char *
flushb
;
member in struct:__anon19351
86
if (rtnl_send_check(&rth, filter.
flushb
, filter.flushp) < 0) {
204
if (filter.
flushb
&& n->nlmsg_type != RTM_NEWNEIGH)
235
if (filter.
flushb
) {
241
fn = (struct nlmsghdr*)(filter.
flushb
+ NLMSG_ALIGN(filter.flushp));
246
filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.
flushb
;
388
char
flushb
[4096-512];
local
390
filter.
flushb
=
flushb
;
392
filter.flushe = sizeof(
flushb
);
[
all
...]
ipaddress.c
50
char *
flushb
;
member in struct:__anon19338
486
if (rtnl_send_check(&rth, filter.
flushb
, filter.flushp) < 0) {
525
if (filter.
flushb
&& n->nlmsg_type != RTM_NEWADDR)
565
if (filter.
flushb
) {
571
fn = (struct nlmsghdr*)(filter.
flushb
+ NLMSG_ALIGN(filter.flushp));
576
filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.
flushb
;
585
if (filter.oneline || filter.
flushb
)
878
char
flushb
[4096-512];
local
880
filter.
flushb
=
flushb
;
[
all
...]
iproute.c
98
char *
flushb
;
member in struct:__anon19355
119
if (rtnl_send_check(&rth, filter.
flushb
, filter.flushp) < 0) {
255
if (filter.
flushb
&&
297
if (filter.
flushb
&& n->nlmsg_type != RTM_NEWROUTE)
313
if (filter.
flushb
) {
319
fn = (struct nlmsghdr*)(filter.
flushb
+ NLMSG_ALIGN(filter.flushp));
324
filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.
flushb
;
1269
char
flushb
[4096-512];
local
[
all
...]
/external/e2fsprogs/e2fsck/
Makefile.in
167
flushb
:
flushb
.o
169
$(Q) $(LD) $(ALL_LDFLAGS) -o
flushb
flushb
.o $(CHECKLIB)
256
e2fsck.shared e2fsck.profiled
flushb
e2fsck.8 \
Completed in 343 milliseconds