HomeSort by relevance Sort by last modified time
    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
42 char *base_device(const char *device) function
165 base = base_device(buf);
Makefile.in 63 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.ou
    [all...]
fsck.c 238 free(i->base_device);
521 inst->base_device = base_device(device);
947 base = base_device(device);
955 if (!inst->base_device || !strcmp(base, inst->base_device)) {

Completed in 228 milliseconds