OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_struct
(Results
1 - 11
of
11
) sorted by null
/external/e2fsprogs/lib/ext2fs/tdb/patches/
static-functions
9
-int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct
list_struct
*rec)
10
+static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct
list_struct
*rec)
static-prototypes
22
-int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
23
-tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct
list_struct
*rec);
28
-int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
29
-int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
30
-int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct
list_struct
*rec);
46
+static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
47
+static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct
list_struct
*rec);
52
+static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
53
+static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
54
+static int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct
list_struct
*rec)
[
all
...]
/external/ppp/pppd/
tdb.c
68
#define MIN_REC_SIZE (2*sizeof(struct
list_struct
) + TDB_ALIGNMENT)
163
/* the body of the database is made of one
list_struct
for the free space
165
struct
list_struct
{
struct
444
static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct
list_struct
*rec)
456
static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct
list_struct
*rec)
458
struct
list_struct
r = *rec;
463
static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct
list_struct
*rec)
492
const struct
list_struct
*rec)
504
struct
list_struct
rec;
565
struct
list_struct
rec
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
132
#define MIN_REC_SIZE (2*sizeof(struct
list_struct
) + TDB_ALIGNMENT)
168
/* the body of the database is made of one
list_struct
for the free space
170
struct
list_struct
{
struct
269
static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
270
static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct
list_struct
*rec);
275
static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
276
static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct
list_struct
*rec);
277
static int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct
list_struct
*rec);
285
struct
list_struct
*rec);
289
struct
list_struct
*rec)
[
all
...]
/external/kernel-headers/original/linux/
plist.h
178
* @member: the name of the
list_struct
within the struct.
190
* @m: the name of the
list_struct
within the struct.
222
* @member: the name of the
list_struct
within the struct.
list.h
351
* @member: the name of the
list_struct
within the struct.
401
* @member: the name of the
list_struct
within the struct.
412
* @member: the name of the
list_struct
within the struct.
423
* @member: the name of the
list_struct
within the struct.
434
* @member: the name of the
list_struct
within the struct.
448
* @member: the name of the
list_struct
within the struct.
461
* @member: the name of the
list_struct
within the struct.
474
* @member: the name of the
list_struct
within the struct.
490
* @member: the name of the
list_struct
within the struct.
505
* @member: the name of the
list_struct
within the struct
[
all
...]
/external/iptables/libiptc/
linux_list.h
328
* @member: the name of the
list_struct
within the struct.
378
* @member: the name of the
list_struct
within the struct.
391
* @member: the name of the
list_struct
within the struct.
405
* @member: the name of the
list_struct
within the struct.
415
* @member: the name of the
list_struct
within the struct.
429
* @member: the name of the
list_struct
within the struct.
473
* @member: the name of the
list_struct
within the struct.
/external/blktrace/btt/
list.h
144
* @member: the name of the
list_struct
within the struct.
/external/e2fsprogs/lib/blkid/
list.h
149
* @member: the name of the
list_struct
within the struct.
/external/oprofile/libutil/
op_list.h
150
* @param member the name of the
list_struct
within the struct.
/external/yaffs2/yaffs2/
devextras.h
182
* @member: the name of the
list_struct
within the struct.
Completed in 1327 milliseconds