HomeSort by relevance Sort by last modified time
    Searched full:blkid (Results 1 - 25 of 49) sorted by null

1 2

  /external/e2fsprogs/debian/
libblkid-dev.files.in 2 usr/include/blkid
4 usr/lib/*/pkgconfig/blkid.pc
  /external/e2fsprogs/lib/blkid/
blkid.pc.in 6 Name: blkid
10 Cflags: -I${includedir}/blkid -I${includedir}
Makefile.in 12 my_dir = lib/blkid
29 HFILES_IN= blkid.h blkid_types.h
32 LIBDIR= blkid
37 ELF_MYDIR = blkid
43 BSDLIB_MYDIR = blkid
64 all:: $(SMANPAGES) blkid.pc
71 blkid.h: $(srcdir)/blkid.h.in
73 $(Q) cp $(srcdir)/blkid.h.in blkid.
    [all...]
version.c 2 * version.c --- Return the version of the blkid library
19 #include <blkid/blkid.h>
libblkid.3.in 12 .B #include <blkid/blkid.h>
27 .I /etc/blkid.tab
54 .I /etc/blkid.tab
80 .BR blkid (8)
blkidP.h 19 #include <blkid/blkid.h>
21 #include <blkid/list.h>
85 /* This describes an entire blkid cache file and probed devices.
107 #define BLKID_CACHE_FILE "/etc/blkid.tab"
blkid.h 2 * blkid.h - Interface for libblkid, a library to identify block devices
17 #include <blkid/blkid_types.h>
blkid.h.in 2 * blkid.h - Interface for libblkid, a library to identify block devices
17 #include <blkid/blkid_types.h>
tst_types.c 13 #include "blkid/blkid_types.h"
read.c 2 * read.c - read the blkid cache from disk, to avoid scanning all devices
195 printf("blkid: short line parsing dev: %s\n", *cp));
213 printf("blkid: missing </device> ending: %s\n", end));
218 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp));
366 printf("blkid: device %s has no TYPE\n",dev->bid_name));
429 printf("blkid: bad format on line %d\n", lineno));
dev.c 53 * Given a blkid device, return its name
101 * This series of functions iterate over all devices in a blkid cache
  /external/e2fsprogs/
depfix.sed 28 s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
README.subset 2 contains the base libraries (ss, et, uuid, blkid) which may be used by
Makefile.in 15 @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
23 lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h
126 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \
127 $(srcdir)/lib/blkid/blkid_types.h.in
128 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
configure.in 423 dnl handle --enable-blkid-debug
425 AC_ARG_ENABLE([blkid-debug],
426 [ --enable-blkid-debug enable blkid debugging],
429 AC_MSG_RESULT([Disabling blkid debugging])
432 [Define to 1 if debugging the blkid library])
433 AC_MSG_RESULT([Enabling blkid debugging])
436 AC_MSG_RESULT([Disabling blkid debugging by default])
524 [ --disable-libblkid do not build private blkid library],
531 AC_CHECK_LIB(blkid, blkid_get_cache
    [all...]
e2fsprogs.spec.in 113 %{_root_sbindir}/blkid
159 %{_mandir}/man8/blkid.8*
203 %{_libdir}/pkgconfig/blkid.pc
212 %{_includedir}/blkid
  /external/e2fsprogs/doc/
libblkid.txt 18 The model of the blkid cache is that each device has a number of
20 which are supported (and set) by blkid are:
37 The cache parameter is optional; if it is NULL, then the blkid library
38 will load the default blkid.tab cache file, and then release the cache
60 If a program needs to call multiple blkid functions, then passing in a
61 cache value of NULL is not recommended, since the /etc/blkid.tab file
63 and deallocated. To initialize the blkid cache, blkid_get_cache()
70 filename of the blkid cache file (where the default is
71 /etc/blkid.tab). Normally, programs should just pass in NULL.
74 when you are done using the blkid library functions. This will save th
    [all...]
  /external/e2fsprogs/misc/
blkid.8.in 3 .\" This man page was created for blkid from e2fsprogs-1.25.
8 .TH BLKID 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
10 blkid \- command\-line utility to locate/print block device attributes
12 .B blkid
41 .B blkid
48 .B blkid
58 .IR /etc/blkid.tab .
64 Perform a garbage collection pass on the blkid cache to remove
79 .B blkid
84 .BR blkid '
    [all...]
blkid.c 2 * blkid.c - User command-line interface for libblkid
38 #include "blkid/blkid.h"
40 const char *progname = "blkid";
55 "\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n"
57 "\t-g\tgarbage collect the blkid cache\n"
Makefile.in 23 @BLKID_CMT@BLKID_PROG= blkid
24 @BLKID_CMT@BLKID_MAN= blkid.8
54 BLKID_OBJS= blkid.o
73 PROFILED_BLKID_OBJS= profiled/blkid.o
82 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \
109 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
178 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS)
180 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \
183 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID)
185 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS)
    [all...]
Android.mk 404 # Build blkid
409 blkid.c
457 LOCAL_MODULE := blkid
  /external/e2fsprogs/po/
POTFILES.in 27 misc/blkid.c
  /build/target/product/
base.mk 28 blkid \
  /external/sepolicy/
vold.te 33 # For blkid
  /external/e2fsprogs/e2fsck/
e2fsck.c 177 if (ctx->blkid)
178 blkid_put_cache(ctx->blkid);

Completed in 2316 milliseconds

1 2