OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_device
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/misc/
fsck.h
65
char *
base_device
;
member in struct:fsck_instance
69
extern char *
base_device
(const char *device);
base_device.c
2
*
base_device
.c
9
* The
base_device
() function returns an allocated string which must
41
char *
base_device
(const char *device)
function
164
base =
base_device
(buf);
Makefile.in
49
FSCK_OBJS= fsck.o
base_device
.o ismounted.o
66
PROFILED_FSCK_OBJS= profiled/fsck.o profiled/
base_device
.o \
79
$(srcdir)/filefrag.c $(srcdir)/
base_device
.c \
194
base_device
:
base_device
.c
196
$(Q) $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(srcdir)/
base_device
.c \
197
-DDEBUG -o
base_device
199
check::
base_device
200
./
base_device
< $(srcdir)/
base_device
.tst > base_device.ou
[
all
...]
fsck.c
238
free(i->
base_device
);
513
inst->
base_device
=
base_device
(device);
939
base =
base_device
(device);
947
if (!inst->
base_device
|| !strcmp(base, inst->
base_device
)) {
Completed in 154 milliseconds