Home
last modified time | relevance | path

Searched refs:base_device (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
Dfsck.h65 char * base_device; member
69 extern char *base_device(const char *device);
Dbase_device.c42 char *base_device(const char *device) in base_device() function
165 base = base_device(buf); in main()
DMakefile.in63 FSCK_OBJS= fsck.o base_device.o ismounted.o
87 PROFILED_FSCK_OBJS= profiled/fsck.o profiled/base_device.o \
102 $(srcdir)/filefrag.c $(srcdir)/base_device.c \
257 base_device: base_device.c
259 $(Q) $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(srcdir)/base_device.c \
260 -DDEBUG -o base_device $(SYSLIBS)
262 fullcheck check:: base_device
263 ./base_device < $(srcdir)/base_device.tst > base_device.out
264 cmp $(srcdir)/base_device.tst base_device.out
688 base_device base_device.out mke2fs.static filefrag e2freefrag \
[all …]
Dfsck.c238 free(i->base_device); in free_instance()
521 inst->base_device = base_device(device); in execute()
947 base = base_device(device); in device_already_active()
955 if (!inst->base_device || !strcmp(base, inst->base_device)) { in device_already_active()
/external/e2fsprogs/
D.gitignore157 misc/base_device
158 misc/base_device.out
/external/e2fsprogs/po/
DPOTFILES.in35 misc/base_device.c